Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Daes_s390.c839 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local
886 aad_bytes = aadlen; in gcm_aes_crypt()
891 aad_bytes = aadlen; in gcm_aes_crypt()
896 aad_bytes = bytes & ~(AES_BLOCK_SIZE - 1); in gcm_aes_crypt()
901 if (aad_bytes > 0) in gcm_aes_crypt()
902 memcpy(gw_out.ptr, gw_in.ptr, aad_bytes); in gcm_aes_crypt()
905 gw_out.ptr + aad_bytes, in gcm_aes_crypt()
906 gw_in.ptr + aad_bytes, pc_bytes, in gcm_aes_crypt()
907 gw_in.ptr, aad_bytes); in gcm_aes_crypt()
909 n = aad_bytes + pc_bytes; in gcm_aes_crypt()
[all …]