Searched refs:skcipher_alg (Results 1 – 19 of 19) sorted by relevance
/crypto/ |
D | essiv.c | 453 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local 492 skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); in essiv_create() 493 block_base = &skcipher_alg->base; in essiv_create() 494 ivsize = crypto_skcipher_alg_ivsize(skcipher_alg); in essiv_create() 584 skcipher_inst->alg.min_keysize = crypto_skcipher_alg_min_keysize(skcipher_alg); in essiv_create() 585 skcipher_inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(skcipher_alg); in essiv_create() 587 skcipher_inst->alg.chunksize = crypto_skcipher_alg_chunksize(skcipher_alg); in essiv_create() 588 skcipher_inst->alg.walksize = crypto_skcipher_alg_walksize(skcipher_alg); in essiv_create()
|
D | skcipher.c | 577 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned() 597 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey() 656 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm() 664 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm() 689 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show() 707 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report() 790 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg() 810 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() 823 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() 829 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() [all …]
|
D | fips140-alg-registration.c | 181 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in fips140_skcipher_init_tfm() 238 static int fips140_prepare_skcipher_alg(struct skcipher_alg *alg) in fips140_prepare_skcipher_alg() 268 int fips140_crypto_register_skcipher(struct skcipher_alg *alg) in fips140_crypto_register_skcipher() 376 int fips140_crypto_register_skciphers(struct skcipher_alg *algs, int count) in fips140_crypto_register_skciphers()
|
D | simd.c | 43 struct skcipher_alg alg; 116 struct skcipher_alg *alg; in simd_skcipher_init() 145 struct skcipher_alg *ialg; in simd_skcipher_create_compat() 146 struct skcipher_alg *alg; in simd_skcipher_create_compat() 229 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat() 263 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
|
D | arc4.c | 52 static struct skcipher_alg arc4_alg = {
|
D | chacha_generic.c | 69 static struct skcipher_alg algs[] = {
|
D | crypto_null.c | 109 static struct skcipher_alg skcipher_null = {
|
D | adiantum.c | 472 static bool adiantum_supported_algorithms(struct skcipher_alg *streamcipher_alg, in adiantum_supported_algorithms() 498 struct skcipher_alg *streamcipher_alg; in adiantum_create()
|
D | lrw.c | 303 struct skcipher_alg *alg; in lrw_create()
|
D | ctr.c | 261 struct skcipher_alg *alg; in crypto_rfc3686_create()
|
D | cts.c | 328 struct skcipher_alg *alg; in crypto_cts_create()
|
D | xts.c | 343 struct skcipher_alg *alg; in xts_create()
|
D | hctr2.c | 413 struct skcipher_alg *xctr_alg; in hctr2_create_common()
|
D | authencesn.c | 398 struct skcipher_alg *enc; in crypto_authenc_esn_create()
|
D | authenc.c | 380 struct skcipher_alg *enc; in crypto_authenc_create()
|
D | chacha20poly1305.c | 561 struct skcipher_alg *chacha; in chachapoly_create()
|
D | ccm.c | 454 struct skcipher_alg *ctr; in crypto_ccm_create_common()
|
D | cryptd.c | 376 struct skcipher_alg *alg; in cryptd_create_skcipher()
|
D | gcm.c | 584 struct skcipher_alg *ctr; in crypto_gcm_create_common()
|