Searched refs:aadlen (Results 1 – 1 of 1) sorted by relevance
925 unsigned int aadlen = req->assoclen; in gcm_aes_crypt() local956 len = aadlen + pclen; in gcm_aes_crypt()960 param.taadl = aadlen * 8; in gcm_aes_crypt()971 aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE); in gcm_aes_crypt()976 if (aadlen + pclen <= bytes) { in gcm_aes_crypt()977 aad_bytes = aadlen; in gcm_aes_crypt()981 if (aadlen <= bytes) { in gcm_aes_crypt()982 aad_bytes = aadlen; in gcm_aes_crypt()983 pc_bytes = (bytes - aadlen) & in gcm_aes_crypt()1002 aadlen -= aad_bytes; in gcm_aes_crypt()[all …]