Searched refs:aad_bytes (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/arch/s390/crypto/ |
| D | aes_s390.c | 930 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local 977 aad_bytes = aadlen; in gcm_aes_crypt() 982 aad_bytes = aadlen; in gcm_aes_crypt() 987 aad_bytes = bytes & ~(AES_BLOCK_SIZE - 1); in gcm_aes_crypt() 992 if (aad_bytes > 0) in gcm_aes_crypt() 993 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt() 996 gw_out.ptr + aad_bytes, in gcm_aes_crypt() 997 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt() 998 gw_in.ptr, aad_bytes); in gcm_aes_crypt() 1000 gcm_sg_walk_done(&gw_in, aad_bytes + pc_bytes); in gcm_aes_crypt() [all …]
|