Lines Matching refs:authenc_esn
47 static int crypto_authenc_esn_setauthsize(struct crypto_aead *authenc_esn,
56 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key,
59 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
69 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) &
76 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) &
87 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
90 unsigned int authsize = crypto_aead_authsize(authenc_esn);
116 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
118 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
122 unsigned int authsize = crypto_aead_authsize(authenc_esn);
161 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
163 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
197 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
198 unsigned int authsize = crypto_aead_authsize(authenc_esn);
200 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
245 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
247 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
249 unsigned int authsize = crypto_aead_authsize(authenc_esn);