Home
last modified time | relevance | path

Searched defs:authenc (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/crypto/
Dauthenc.c81 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in crypto_authenc_setkey()
122 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done() local
141 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv() local
186 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_copy_assoc() local
201 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt() local
239 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail() local
287 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt() local
/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.c660 static int cc_aead_setauthsize(struct crypto_aead *authenc, in cc_aead_setauthsize()
678 static int cc_rfc4309_ccm_setauthsize(struct crypto_aead *authenc, in cc_rfc4309_ccm_setauthsize()
693 static int cc_ccm_setauthsize(struct crypto_aead *authenc, in cc_ccm_setauthsize()
2178 static int cc_gcm_setauthsize(struct crypto_aead *authenc, in cc_gcm_setauthsize()
2197 static int cc_rfc4106_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4106_gcm_setauthsize()
2217 static int cc_rfc4543_gcm_setauthsize(struct crypto_aead *authenc, in cc_rfc4543_gcm_setauthsize()
/Linux-v4.19/drivers/crypto/caam/
Dcaamalg_qi.c188 static int aead_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in aead_setauthsize()
332 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize()
427 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize()
531 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
Dcaamalg.c316 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize()
377 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize()
439 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize()
502 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
/Linux-v4.19/drivers/crypto/
Dtalitos.c882 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey()
1014 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done() local
1049 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done() local
1457 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc() local
1470 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_encrypt() local
1487 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_decrypt() local
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_crypto.h227 struct chcr_authenc_ctx authenc[0]; member
Dchcr_algo.c3362 static int chcr_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in chcr_authenc_setkey()
3498 static int chcr_aead_digest_null_setkey(struct crypto_aead *authenc, in chcr_aead_digest_null_setkey()