Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dauthencesn.c59 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key, in crypto_authenc_esn_setkey() argument
62 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); in crypto_authenc_esn_setkey()
72 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
75 crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) & in crypto_authenc_esn_setkey()
82 crypto_ablkcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
85 crypto_aead_set_flags(authenc_esn, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_esn_setkey()
92 crypto_aead_set_flags(authenc_esn, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_authenc_esn_setkey()
100 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in authenc_esn_geniv_ahash_update_done() local
101 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); in authenc_esn_geniv_ahash_update_done()
130 crypto_aead_authsize(authenc_esn), 1); in authenc_esn_geniv_ahash_update_done()
[all …]