Searched defs:authenc (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/crypto/ |
D | authenc.c | 84 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in crypto_authenc_setkey() 125 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done() local 144 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv() local 189 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_copy_assoc() local 204 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt() local 242 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail() local 290 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt() local
|
/Linux-v5.4/drivers/crypto/ccree/ |
D | cc_aead.c | 679 static int cc_aead_setauthsize(struct crypto_aead *authenc, in cc_aead_setauthsize() 697 static int cc_rfc4309_ccm_setauthsize(struct crypto_aead *authenc, in cc_rfc4309_ccm_setauthsize() 712 static int cc_ccm_setauthsize(struct crypto_aead *authenc, in cc_ccm_setauthsize() 2172 static int cc_gcm_setauthsize(struct crypto_aead *authenc, in cc_gcm_setauthsize() 2191 static int cc_rfc4106_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4106_gcm_setauthsize() 2211 static int cc_rfc4543_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4543_gcm_setauthsize()
|
/Linux-v5.4/drivers/crypto/ |
D | talitos.c | 888 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() 922 static int aead_des3_setkey(struct crypto_aead *authenc, in aead_des3_setkey() 1031 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done() local 1051 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done() local 1422 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc() local 1436 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_encrypt() local 1453 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_decrypt() local
|
/Linux-v5.4/drivers/crypto/caam/ |
D | caamalg_qi.c | 177 static int aead_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in aead_setauthsize() 336 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() 441 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() 551 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
|
D | caamalg.c | 297 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() 358 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() 425 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() 493 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
|
D | caamalg_qi2.c | 270 static int aead_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in aead_setauthsize() 705 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() 801 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() 904 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_crypto.h | 224 struct chcr_authenc_ctx authenc[0]; member
|
D | chcr_algo.c | 3413 static int chcr_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in chcr_authenc_setkey() 3548 static int chcr_aead_digest_null_setkey(struct crypto_aead *authenc, in chcr_aead_digest_null_setkey()
|