Searched refs:aadlen (Results 1 – 2 of 2) sorted by relevance
994 unsigned int aadlen = req->assoclen; in gcm_aes_crypt() local1025 len = aadlen + pclen; in gcm_aes_crypt()1029 param.taadl = aadlen * 8; in gcm_aes_crypt()1040 aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE); in gcm_aes_crypt()1045 if (aadlen + pclen <= bytes) { in gcm_aes_crypt()1046 aad_bytes = aadlen; in gcm_aes_crypt()1050 if (aadlen <= bytes) { in gcm_aes_crypt()1051 aad_bytes = aadlen; in gcm_aes_crypt()1052 pc_bytes = (bytes - aadlen) & in gcm_aes_crypt()1074 aadlen -= aad_bytes; in gcm_aes_crypt()[all …]
221 u32 *aadlen = (u32 *)&token[5]; in safexcel_aead_token() local240 *aadlen = cpu_to_le32(cpu_to_be16(assoclen)); in safexcel_aead_token()