Home
last modified time | relevance | path

Searched refs:aad_bytes (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/s390/crypto/
H A Daes_s390.c933 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local
980 aad_bytes = aadlen; in gcm_aes_crypt()
985 aad_bytes = aadlen; in gcm_aes_crypt()
990 aad_bytes = bytes & ~(AES_BLOCK_SIZE - 1); in gcm_aes_crypt()
995 if (aad_bytes > 0) in gcm_aes_crypt()
996 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
999 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
1000 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
1001 gw_in.ptr, aad_bytes); in gcm_aes_crypt()
1003 n = aad_bytes + pc_bytes; in gcm_aes_crypt()
[all …]