Lines Matching defs:authenc
24 #include <crypto/authenc.h>
1778 "authenc(hmac(sha1-ce),cbc(aes-ce))");
1784 "authenc(hmac(sha256-ce),cbc(aes-ce))");
1800 static int sa_aead_setkey(struct crypto_aead *authenc,
1804 struct sa_tfm_ctx *ctx = crypto_aead_ctx(authenc);
1835 cfg.iv_size = crypto_aead_ivsize(authenc);
1870 crypto_aead_get_flags(authenc) &
1883 static int sa_aead_cbc_sha1_setkey(struct crypto_aead *authenc,
1893 return sa_aead_setkey(authenc, key, keylen, &ad);
1896 static int sa_aead_cbc_sha256_setkey(struct crypto_aead *authenc,
1906 return sa_aead_setkey(authenc, key, keylen, &ad);
2153 .cra_name = "authenc(hmac(sha1),cbc(aes))",
2155 "authenc(hmac(sha1),cbc(aes))-sa2ul",
2180 .cra_name = "authenc(hmac(sha256),cbc(aes))",
2182 "authenc(hmac(sha256),cbc(aes))-sa2ul",