Lines Matching refs:authenc

11 #include <crypto/authenc.h>
84 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key,
87 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
97 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) &
104 crypto_skcipher_set_flags(enc, crypto_aead_get_flags(authenc) &
115 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
116 struct aead_instance *inst = aead_alg_instance(authenc);
126 crypto_aead_authsize(authenc), 1);
134 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
135 struct aead_instance *inst = aead_alg_instance(authenc);
136 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
155 crypto_aead_authsize(authenc), 1);
175 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
176 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
190 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
191 struct aead_instance *inst = aead_alg_instance(authenc);
192 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
228 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
229 struct aead_instance *inst = aead_alg_instance(authenc);
230 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
236 unsigned int authsize = crypto_aead_authsize(authenc);
275 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
276 unsigned int authsize = crypto_aead_authsize(authenc);
277 struct aead_instance *inst = aead_alg_instance(authenc);
278 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
401 "authenc(%s,%s)", auth_base->cra_name,
407 "authenc(%s,%s)", auth_base->cra_driver_name,
439 .name = "authenc",
459 MODULE_ALIAS_CRYPTO("authenc");