Searched refs:authenc (Results 1 – 3 of 3) sorted by relevance
113 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done() local114 struct aead_instance *inst = aead_alg_instance(authenc); in authenc_geniv_ahash_done()124 crypto_aead_authsize(authenc), 1); in authenc_geniv_ahash_done()132 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv() local133 struct aead_instance *inst = aead_alg_instance(authenc); in crypto_authenc_genicv()153 crypto_aead_authsize(authenc), 1); in crypto_authenc_genicv()173 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt() local208 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail() local216 unsigned int authsize = crypto_aead_authsize(authenc); in crypto_authenc_decrypt_tail()255 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt() local[all …]
158 obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o authencesn.o
872 that the keys are presented in the same format used by the authenc
Completed in 9 milliseconds