Lines Matching defs:authenc
20 #include <crypto/authenc.h>
1757 "authenc(hmac(sha1-ce),cbc(aes-ce))");
1763 "authenc(hmac(sha256-ce),cbc(aes-ce))");
1779 static int sa_aead_setkey(struct crypto_aead *authenc,
1783 struct sa_tfm_ctx *ctx = crypto_aead_ctx(authenc);
1814 cfg.iv_size = crypto_aead_ivsize(authenc);
1849 crypto_aead_get_flags(authenc) &
1862 static int sa_aead_cbc_sha1_setkey(struct crypto_aead *authenc,
1872 return sa_aead_setkey(authenc, key, keylen, &ad);
1875 static int sa_aead_cbc_sha256_setkey(struct crypto_aead *authenc,
1885 return sa_aead_setkey(authenc, key, keylen, &ad);
2132 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2134 "authenc(hmac(sha1),cbc(aes))-sa2ul",
2159 .cra_name = "authenc(hmac(sha256),cbc(aes))",
2161 "authenc(hmac(sha256),cbc(aes))-sa2ul",