Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/crypto/
Daes_s390.c999 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local
1046 aad_bytes = aadlen; in gcm_aes_crypt()
1051 aad_bytes = aadlen; in gcm_aes_crypt()
1056 aad_bytes = bytes & ~(AES_BLOCK_SIZE - 1); in gcm_aes_crypt()
1061 if (aad_bytes > 0) in gcm_aes_crypt()
1062 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
1065 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
1066 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
1067 gw_in.ptr, aad_bytes); in gcm_aes_crypt()
1069 n = aad_bytes + pc_bytes; in gcm_aes_crypt()
[all …]