Lines Matching defs: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);
158 crypto_aead_authsize(authenc), 1);
179 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
180 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
194 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
195 struct aead_instance *inst = aead_alg_instance(authenc);
196 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
232 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
233 struct aead_instance *inst = aead_alg_instance(authenc);
234 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
240 unsigned int authsize = crypto_aead_authsize(authenc);
280 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
281 unsigned int authsize = crypto_aead_authsize(authenc);
282 struct aead_instance *inst = aead_alg_instance(authenc);
283 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
410 "authenc(%s,%s)", auth_base->cra_name,
416 "authenc(%s,%s)", auth_base->cra_driver_name,
449 .name = "authenc",
469 MODULE_ALIAS_CRYPTO("authenc");