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);
178 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
179 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
193 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
194 struct aead_instance *inst = aead_alg_instance(authenc);
195 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
231 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
232 struct aead_instance *inst = aead_alg_instance(authenc);
233 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
239 unsigned int authsize = crypto_aead_authsize(authenc);
278 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
279 unsigned int authsize = crypto_aead_authsize(authenc);
280 struct aead_instance *inst = aead_alg_instance(authenc);
281 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
408 "authenc(%s,%s)", auth_base->cra_name,
414 "authenc(%s,%s)", auth_base->cra_driver_name,
447 .name = "authenc",
467 MODULE_ALIAS_CRYPTO("authenc");