Searched refs:geniv (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dseqiv.c35 struct crypto_ablkcipher *geniv; local
43 geniv = skcipher_givcrypt_reqtfm(req);
44 memcpy(req->creq.info, subreq->info, crypto_ablkcipher_ivsize(geniv));
61 struct crypto_aead *geniv; local
69 geniv = aead_givcrypt_reqtfm(req);
70 memcpy(req->areq.iv, subreq->iv, crypto_aead_ivsize(geniv));
100 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
101 struct seqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv);
109 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv));
115 ivsize = crypto_ablkcipher_ivsize(geniv);
145 struct crypto_aead *geniv = aead_givcrypt_reqtfm(req); local
191 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
214 struct crypto_aead *geniv = aead_givcrypt_reqtfm(req); local
237 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); local
249 struct crypto_aead *geniv = __crypto_aead_cast(tfm); local
[all...]
H A Deseqiv.c44 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
48 crypto_ablkcipher_alignmask(geniv) + 1),
49 crypto_ablkcipher_ivsize(geniv));
81 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
82 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv);
100 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv));
113 ivsize = crypto_ablkcipher_ivsize(geniv);
117 crypto_ablkcipher_alignmask(geniv) + 1);
165 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
166 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv);
188 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); local
[all...]
H A Dchainiv.c50 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
51 struct chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv);
56 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv));
66 ivsize = crypto_ablkcipher_ivsize(geniv);
85 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
86 struct chainiv_ctx *ctx = crypto_ablkcipher_ctx(geniv);
90 if (crypto_ablkcipher_crt(geniv)->givencrypt !=
94 crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt;
96 crypto_ablkcipher_ivsize(geniv));
146 struct crypto_ablkcipher *geniv local
163 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
183 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
210 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
[all...]
H A Dablkcipher.c398 seq_printf(m, "geniv : %s\n", ablkcipher->geniv ?: "<default>");
449 seq_printf(m, "geniv : %s\n", ablkcipher->geniv ?: "<built-in>");
487 const char *geniv; local
505 /* GENIV tells the template that we're making a default geniv. */
519 geniv = alg->cra_blkcipher.geniv;
521 geniv = alg->cra_ablkcipher.geniv;
[all...]
H A Daead.c124 seq_printf(m, "geniv : %s\n", aead->geniv ?: "<built-in>");
180 seq_printf(m, "geniv : %s\n", aead->geniv);
262 if (strcmp(tmpl->name, alg->cra_aead.geniv))
289 inst->alg.cra_aead.geniv = alg->cra_aead.geniv;
351 const char *geniv; local
368 /* GENIV tells the template that we're making a default geniv. */
380 geniv
[all...]
H A Dblkcipher.c504 seq_printf(m, "geniv : %s\n", alg->cra_blkcipher.geniv ?:
549 const char *geniv; member in struct:__anon10699
598 balg.geniv = alg->cra_blkcipher.geniv;
608 balg.geniv = alg->cra_ablkcipher.geniv;
621 if (!balg.geniv)
622 balg.geniv = crypto_default_geniv(alg);
624 if (strcmp(tmpl->name, balg.geniv))
[all...]
H A Dctr.c222 inst->alg.cra_blkcipher.geniv = "chainiv";
366 inst->alg.cra_blkcipher.geniv = "seqiv";
H A Dpcrypt.c365 inst->alg.cra_aead.geniv = alg->cra_aead.geniv;
H A Dcts.c310 inst->alg.cra_blkcipher.geniv = "seqiv";
H A Dcryptd.c325 inst->alg.cra_ablkcipher.geniv = alg->cra_blkcipher.geniv;
H A Dgcm.c1037 inst->alg.cra_aead.geniv = "seqiv";
1303 inst->alg.cra_aead.geniv = "seqiv";
H A Dccm.c826 inst->alg.cra_aead.geniv = "seqiv";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/internal/
H A Daead.h63 static inline struct crypto_aead *aead_geniv_base(struct crypto_aead *geniv) argument
65 return crypto_aead_crt(geniv)->base;
H A Dskcipher.h68 struct crypto_ablkcipher *geniv)
70 return crypto_ablkcipher_crt(geniv)->base;
67 skcipher_geniv_cipher( struct crypto_ablkcipher *geniv) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dtalitos.c1916 .geniv = "<built-in>",
1942 .geniv = "<built-in>",
1969 .geniv = "<built-in>",
1995 .geniv = "<built-in>",
2022 .geniv = "<built-in>",
2048 .geniv = "<built-in>",
2075 .geniv = "eseqiv",
2097 .geniv = "eseqiv",
H A Dixp4xx_crypto.c1238 .geniv = "eseqiv",
1265 .geniv = "eseqiv",
1291 .geniv = "eseqiv",
1317 .geniv = "eseqiv",
1331 .geniv = "eseqiv",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h199 const char *geniv; member in struct:ablkcipher_alg
215 const char *geniv; member in struct:aead_alg
231 const char *geniv; member in struct:blkcipher_alg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daesni-intel_glue.c571 .geniv = "chainiv",
610 .geniv = "seqiv",

Completed in 271 milliseconds