Home
last modified time | relevance | path

Searched refs:authenc (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dauthenc.c113 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done() local
114 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() local
133 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() local
208 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail() local
216 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 …]
A DMakefile158 obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o authencesn.o
A DKconfig872 that the keys are presented in the same format used by the authenc

Completed in 9 milliseconds