• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/

Lines Matching defs:authenc

48 #include <crypto/authenc.h>
736 static int aead_setauthsize(struct crypto_aead *authenc,
739 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
746 static int aead_setkey(struct crypto_aead *authenc,
749 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
787 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN);
893 struct crypto_aead *authenc = crypto_aead_reqtfm(areq);
894 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
922 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
923 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
1282 struct crypto_aead *authenc = crypto_aead_reqtfm(areq);
1283 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
1292 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
1293 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
1309 struct crypto_aead *authenc = crypto_aead_reqtfm(req);
1310 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
1362 struct crypto_aead *authenc = crypto_aead_reqtfm(areq);
1363 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
1374 memcpy(req->giv, ctx->iv, crypto_aead_ivsize(authenc));
1905 .cra_name = "authenc(hmac(sha1),cbc(aes))",
1906 .cra_driver_name = "authenc-hmac-sha1-cbc-aes-talitos",
1931 .cra_name = "authenc(hmac(sha1),cbc(des3_ede))",
1932 .cra_driver_name = "authenc-hmac-sha1-cbc-3des-talitos",
1958 .cra_name = "authenc(hmac(sha256),cbc(aes))",
1959 .cra_driver_name = "authenc-hmac-sha256-cbc-aes-talitos",
1984 .cra_name = "authenc(hmac(sha256),cbc(des3_ede))",
1985 .cra_driver_name = "authenc-hmac-sha256-cbc-3des-talitos",
2011 .cra_name = "authenc(hmac(md5),cbc(aes))",
2012 .cra_driver_name = "authenc-hmac-md5-cbc-aes-talitos",
2037 .cra_name = "authenc(hmac(md5),cbc(des3_ede))",
2038 .cra_driver_name = "authenc-hmac-md5-cbc-3des-talitos",