Searched defs:authenc (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/crypto/ |
D | authenc.c | 81 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/ |
D | cc_aead.c | 660 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/ |
D | caamalg_qi.c | 188 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()
|
D | caamalg.c | 316 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/ |
D | talitos.c | 882 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/ |
D | chcr_crypto.h | 227 struct chcr_authenc_ctx authenc[0]; member
|
D | chcr_algo.c | 3362 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()
|