Searched refs:authenc (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dauthenc.c16 #include <crypto/authenc.h>
55 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, argument
60 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
86 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) &
89 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) &
96 crypto_ablkcipher_set_flags(enc, crypto_aead_get_flags(authenc) &
99 crypto_aead_set_flags(authenc, crypto_ablkcipher_get_flags(enc) &
106 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN);
128 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
129 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc);
157 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
180 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
229 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
263 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
302 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
329 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
383 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); local
397 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
438 struct crypto_aead *authenc = aead_givcrypt_reqtfm(req); local
462 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
485 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
524 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
[all...]
H A DMakefile81 obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c48 #include <crypto/authenc.h>
736 static int aead_setauthsize(struct crypto_aead *authenc, argument
739 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
746 static int aead_setkey(struct crypto_aead *authenc, argument
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); local
894 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
922 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
923 struct talitos_ctx *ctx = crypto_aead_ctx(authenc);
1282 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); local
1292 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
1309 struct crypto_aead *authenc = crypto_aead_reqtfm(req); local
1362 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); local
[all...]
H A Dixp4xx_crypto.c28 #include <crypto/authenc.h>
1341 .cra_name = "authenc(hmac(md5),cbc(des))",
1354 .cra_name = "authenc(hmac(md5),cbc(des3_ede))",
1367 .cra_name = "authenc(hmac(sha1),cbc(des))",
1380 .cra_name = "authenc(hmac(sha1),cbc(des3_ede))",
1393 .cra_name = "authenc(hmac(md5),cbc(aes))",
1406 .cra_name = "authenc(hmac(sha1),cbc(aes))",
1461 /* authenc */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Desp4.c2 #include <crypto/authenc.h>
480 if (snprintf(authenc_name, CRYPTO_MAX_ALG_NAME, "authenc(%s,%s)",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Desp6.c28 #include <crypto/authenc.h>
430 if (snprintf(authenc_name, CRYPTO_MAX_ALG_NAME, "authenc(%s,%s)",

Completed in 56 milliseconds