authenc_esn        49 crypto/authencesn.c static int crypto_authenc_esn_setauthsize(struct crypto_aead *authenc_esn,
authenc_esn        58 crypto/authencesn.c static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key,
authenc_esn        61 crypto/authencesn.c 	struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
authenc_esn        71 crypto/authencesn.c 	crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) &
authenc_esn        74 crypto/authencesn.c 	crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) &
authenc_esn        81 crypto/authencesn.c 	crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) &
authenc_esn        84 crypto/authencesn.c 	crypto_aead_set_flags(authenc_esn, crypto_skcipher_get_flags(enc) &
authenc_esn        92 crypto/authencesn.c 	crypto_aead_set_flags(authenc_esn, CRYPTO_TFM_RES_BAD_KEY_LEN);
authenc_esn        99 crypto/authencesn.c 	struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
authenc_esn       100 crypto/authencesn.c 	struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
authenc_esn       105 crypto/authencesn.c 	unsigned int authsize = crypto_aead_authsize(authenc_esn);
authenc_esn       132 crypto/authencesn.c 	struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
authenc_esn       134 crypto/authencesn.c 	struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
authenc_esn       139 crypto/authencesn.c 	unsigned int authsize = crypto_aead_authsize(authenc_esn);
authenc_esn       179 crypto/authencesn.c 	struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
authenc_esn       180 crypto/authencesn.c 	struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
authenc_esn       193 crypto/authencesn.c 	struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
authenc_esn       195 crypto/authencesn.c 	struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
authenc_esn       232 crypto/authencesn.c 	struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
authenc_esn       233 crypto/authencesn.c 	unsigned int authsize = crypto_aead_authsize(authenc_esn);
authenc_esn       235 crypto/authencesn.c 	struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
authenc_esn       282 crypto/authencesn.c 	struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
authenc_esn       284 crypto/authencesn.c 	struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
authenc_esn       286 crypto/authencesn.c 	unsigned int authsize = crypto_aead_authsize(authenc_esn);