Home
last modified time | relevance | path

Searched defs:authsize (Results 1 – 11 of 11) sorted by relevance

/crypto/
Dauthencesn.c55 unsigned int authsize) in crypto_authenc_esn_setauthsize()
110 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_genicv_tail() local
144 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_genicv() local
235 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_decrypt_tail() local
288 unsigned int authsize = crypto_aead_authsize(authenc_esn); in crypto_authenc_esn_decrypt() local
Dgcm.c175 unsigned int authsize) in crypto_gcm_setauthsize()
512 unsigned int authsize = crypto_aead_authsize(aead); in crypto_gcm_verify() local
547 unsigned int authsize = crypto_aead_authsize(aead); in crypto_gcm_decrypt() local
795 unsigned int authsize) in crypto_rfc4106_setauthsize()
1027 unsigned int authsize) in crypto_rfc4543_setauthsize()
1043 unsigned int authsize = crypto_aead_authsize(aead); in crypto_rfc4543_crypt() local
1072 unsigned int authsize = crypto_aead_authsize(aead); in crypto_rfc4543_copy_src_to_dst() local
Dccm.c111 unsigned int authsize) in crypto_ccm_setauthsize()
389 unsigned int authsize = crypto_aead_authsize(aead); in crypto_ccm_decrypt_done() local
412 unsigned int authsize = crypto_aead_authsize(aead); in crypto_ccm_decrypt() local
689 unsigned int authsize) in crypto_rfc4309_setauthsize()
Daead.c64 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize()
184 unsigned int authsize) in aead_geniv_setauthsize()
Dauthenc.c254 unsigned int authsize = crypto_aead_authsize(authenc); in crypto_authenc_decrypt_tail() local
298 unsigned int authsize = crypto_aead_authsize(authenc); in crypto_authenc_decrypt() local
Dpcrypt.c111 unsigned int authsize) in pcrypt_aead_setauthsize()
Dalgif_aead.c642 static int aead_setauthsize(void *private, unsigned int authsize) in aead_setauthsize()
Dchacha20poly1305.c506 unsigned int authsize) in chachapoly_setauthsize()
Dtcrypt.c305 unsigned int tcount, u8 authsize, in test_aead_speed()
Dcryptd.c683 unsigned int authsize) in cryptd_aead_setauthsize()
Dtestmgr.c441 unsigned int authsize, iv_len; in __test_aead() local