Searched defs:authenc (Results 1 – 3 of 3) sorted by relevance
| /linux/crypto/ |
| H A D | authenc.c | 82 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in crypto_authenc_setkey() 112 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_finish() local 147 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_encrypt() local 231 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail() local 280 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt() local
|
| /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 | 327 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() 388 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() 455 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() 523 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize()
|