Home
last modified time | relevance | path

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

/Linux-v6.1/arch/s390/crypto/
Daes_s390.c834 unsigned int aadlen = req->assoclen; in gcm_aes_crypt() local
865 len = aadlen + pclen; in gcm_aes_crypt()
869 param.taadl = aadlen * 8; in gcm_aes_crypt()
880 aadlen > 0 ? aadlen : pclen, AES_BLOCK_SIZE); in gcm_aes_crypt()
885 if (aadlen + pclen <= bytes) { in gcm_aes_crypt()
886 aad_bytes = aadlen; in gcm_aes_crypt()
890 if (aadlen <= bytes) { in gcm_aes_crypt()
891 aad_bytes = aadlen; in gcm_aes_crypt()
892 pc_bytes = (bytes - aadlen) & in gcm_aes_crypt()
914 aadlen -= aad_bytes; in gcm_aes_crypt()
[all …]
/Linux-v6.1/drivers/crypto/inside-secure/
Dsafexcel_cipher.c180 __le32 *aadlen = (__le32 *)&atoken[5]; in safexcel_aead_token() local
220 *aadlen = cpu_to_le32((assocadj >> 8) | in safexcel_aead_token()