Lines Matching defs:authenc_esn
49 static int crypto_authenc_esn_setauthsize(struct crypto_aead *authenc_esn,
58 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key,
61 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
71 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) &
78 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc_esn) &
89 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
90 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
95 unsigned int authsize = crypto_aead_authsize(authenc_esn);
121 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
123 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
128 unsigned int authsize = crypto_aead_authsize(authenc_esn);
167 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
168 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
181 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
183 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
220 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
221 unsigned int authsize = crypto_aead_authsize(authenc_esn);
223 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
269 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req);
271 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn);
273 unsigned int authsize = crypto_aead_authsize(authenc_esn);