Searched refs:pclen (Results 1 – 1 of 1) sorted by relevance
835 unsigned int pclen = req->cryptlen; in gcm_aes_crypt() local864 pclen -= taglen; in gcm_aes_crypt()865 len = aadlen + pclen; in gcm_aes_crypt()870 param.tpcl = pclen * 8; in gcm_aes_crypt()880 aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE); in gcm_aes_crypt()885 if (aadlen + pclen <= bytes) { in gcm_aes_crypt()887 pc_bytes = pclen; in gcm_aes_crypt()915 pclen -= pc_bytes; in gcm_aes_crypt()916 } while (aadlen + pclen > 0); in gcm_aes_crypt()