Searched defs:geniv (Results 1 - 6 of 6) sorted by relevance

/crypto/
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 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 Daead.c121 strncpy(raead.geniv, aead->geniv ?: "<built-in>", sizeof(raead.geniv));
154 seq_printf(m, "geniv : %s\n", aead->geniv ?: "<built-in>");
206 strncpy(raead.geniv, aead->geniv, sizeof(raead.geniv));
240 seq_printf(m, "geniv : %s\n", aead->geniv);
410 const char *geniv; 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));
67 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
68 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv);
86 ablkcipher_request_set_tfm(subreq, skcipher_geniv_cipher(geniv));
99 ivsize = crypto_ablkcipher_ivsize(geniv);
103 crypto_ablkcipher_alignmask(geniv) + 1);
151 struct crypto_ablkcipher *geniv = skcipher_givcrypt_reqtfm(req); local
152 struct eseqiv_ctx *ctx = crypto_ablkcipher_ctx(geniv);
174 struct crypto_ablkcipher *geniv = __crypto_ablkcipher_cast(tfm); local
[all...]
H A Dablkcipher.c392 strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "<default>",
393 sizeof(rblkcipher.geniv));
428 seq_printf(m, "geniv : %s\n", ablkcipher->geniv ?: "<default>");
473 strncpy(rblkcipher.geniv, alg->cra_ablkcipher.geniv ?: "<built-in>",
474 sizeof(rblkcipher.geniv));
509 seq_printf(m, "geniv : %s\n", ablkcipher->geniv
548 const char *geniv; local
[all...]
H A Dblkcipher.c516 strncpy(rblkcipher.geniv, alg->cra_blkcipher.geniv ?: "<default>",
517 sizeof(rblkcipher.geniv));
548 seq_printf(m, "geniv : %s\n", alg->cra_blkcipher.geniv ?:
594 const char *geniv; member in struct:__anon12
641 balg.geniv = alg->cra_blkcipher.geniv;
651 balg.geniv = alg->cra_ablkcipher.geniv;
[all...]

Completed in 31 milliseconds