Searched defs:authenc (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 190 static int aead_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in aead_setauthsize() 348 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() 451 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() 559 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
|
H A D | caamalg.c | 321 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() 382 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() 449 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() 517 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
|
/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 3553 static int chcr_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in chcr_authenc_setkey() 3681 static int chcr_aead_digest_null_setkey(struct crypto_aead *authenc, in chcr_aead_digest_null_setkey()
|