Searched refs:authenc_esn (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/crypto/
H A Dauthencesn.c59 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key, crypto_authenc_esn_setkey() argument
62 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); crypto_authenc_esn_setkey()
72 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & crypto_authenc_esn_setkey()
75 crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) & crypto_authenc_esn_setkey()
82 crypto_ablkcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) & crypto_authenc_esn_setkey()
85 crypto_aead_set_flags(authenc_esn, crypto_ablkcipher_get_flags(enc) & crypto_authenc_esn_setkey()
92 crypto_aead_set_flags(authenc_esn, CRYPTO_TFM_RES_BAD_KEY_LEN); crypto_authenc_esn_setkey()
100 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); authenc_esn_geniv_ahash_update_done() local
101 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); authenc_esn_geniv_ahash_update_done()
130 crypto_aead_authsize(authenc_esn), 1); authenc_esn_geniv_ahash_update_done()
140 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); authenc_esn_geniv_ahash_update_done2() local
141 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); authenc_esn_geniv_ahash_update_done2()
160 crypto_aead_authsize(authenc_esn), 1); authenc_esn_geniv_ahash_update_done2()
171 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); authenc_esn_geniv_ahash_done() local
172 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); authenc_esn_geniv_ahash_done()
181 crypto_aead_authsize(authenc_esn), 1); authenc_esn_geniv_ahash_done()
195 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); authenc_esn_verify_ahash_update_done() local
196 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); authenc_esn_verify_ahash_update_done()
226 authsize = crypto_aead_authsize(authenc_esn); authenc_esn_verify_ahash_update_done()
256 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); authenc_esn_verify_ahash_update_done2() local
257 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); authenc_esn_verify_ahash_update_done2()
275 authsize = crypto_aead_authsize(authenc_esn); authenc_esn_verify_ahash_update_done2()
306 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); authenc_esn_verify_ahash_done() local
307 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); authenc_esn_verify_ahash_done()
315 authsize = crypto_aead_authsize(authenc_esn); authenc_esn_verify_ahash_done()
341 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); crypto_authenc_esn_ahash() local
342 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); crypto_authenc_esn_ahash()
389 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); crypto_authenc_esn_genicv() local
398 unsigned int ivsize = crypto_aead_ivsize(authenc_esn); crypto_authenc_esn_genicv()
447 crypto_aead_authsize(authenc_esn), 1); crypto_authenc_esn_genicv()
458 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(areq); crypto_authenc_esn_encrypt_done() local
459 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); crypto_authenc_esn_encrypt_done()
472 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); crypto_authenc_esn_encrypt() local
473 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); crypto_authenc_esn_encrypt()
488 memcpy(iv, req->iv, crypto_aead_ivsize(authenc_esn)); crypto_authenc_esn_encrypt()
513 struct crypto_aead *authenc_esn = aead_givcrypt_reqtfm(req); crypto_authenc_esn_givencrypt() local
514 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); crypto_authenc_esn_givencrypt()
536 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); crypto_authenc_esn_verify() local
549 authsize = crypto_aead_authsize(authenc_esn); crypto_authenc_esn_verify()
559 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); crypto_authenc_esn_iverify() local
568 unsigned int ivsize = crypto_aead_ivsize(authenc_esn); crypto_authenc_esn_iverify()
615 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); crypto_authenc_esn_decrypt() local
616 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); crypto_authenc_esn_decrypt()
619 unsigned int authsize = crypto_aead_authsize(authenc_esn); crypto_authenc_esn_decrypt()

Completed in 37 milliseconds