Searched refs:skcipher_alg (Results 1 – 18 of 18) sorted by relevance
/crypto/ |
D | essiv.c | 466 struct skcipher_alg *skcipher_alg = NULL; in essiv_create() local 506 skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); in essiv_create() 507 block_base = &skcipher_alg->base; in essiv_create() 508 ivsize = crypto_skcipher_alg_ivsize(skcipher_alg); in essiv_create() 596 skcipher_inst->alg.min_keysize = crypto_skcipher_alg_min_keysize(skcipher_alg); in essiv_create() 597 skcipher_inst->alg.max_keysize = crypto_skcipher_alg_max_keysize(skcipher_alg); in essiv_create() 599 skcipher_inst->alg.chunksize = crypto_skcipher_alg_chunksize(skcipher_alg); in essiv_create() 600 skcipher_inst->alg.walksize = crypto_skcipher_alg_walksize(skcipher_alg); in essiv_create()
|
D | skcipher.c | 801 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned() 821 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey() 881 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm() 889 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm() 926 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show() 944 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report() 1027 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg() 1047 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher() 1060 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher() 1066 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers() [all …]
|
D | simd.c | 43 struct skcipher_alg alg; 120 struct skcipher_alg *alg; in simd_skcipher_init() 149 struct skcipher_alg *ialg; in simd_skcipher_create_compat() 150 struct skcipher_alg *alg; in simd_skcipher_create_compat() 232 int simd_register_skciphers_compat(struct skcipher_alg *algs, int count, in simd_register_skciphers_compat() 266 void simd_unregister_skciphers(struct skcipher_alg *algs, int count, in simd_unregister_skciphers()
|
D | arc4.c | 42 static struct skcipher_alg arc4_alg = {
|
D | crypto_null.c | 109 static struct skcipher_alg skcipher_null = {
|
D | chacha_generic.c | 141 static struct skcipher_alg algs[] = {
|
D | salsa20_generic.c | 179 static struct skcipher_alg alg = {
|
D | adiantum.c | 480 static bool adiantum_supported_algorithms(struct skcipher_alg *streamcipher_alg, in adiantum_supported_algorithms() 508 struct skcipher_alg *streamcipher_alg; in adiantum_create()
|
D | lrw.c | 303 struct skcipher_alg *alg; in create()
|
D | ctr.c | 267 struct skcipher_alg *alg; in crypto_rfc3686_create()
|
D | cts.c | 333 struct skcipher_alg *alg; in crypto_cts_create()
|
D | xts.c | 342 struct skcipher_alg *alg; in create()
|
D | authenc.c | 389 struct skcipher_alg *enc; in crypto_authenc_create()
|
D | authencesn.c | 407 struct skcipher_alg *enc; in crypto_authenc_esn_create()
|
D | chacha20poly1305.c | 567 struct skcipher_alg *chacha; in chachapoly_create()
|
D | ccm.c | 461 struct skcipher_alg *ctr; in crypto_ccm_create_common()
|
D | cryptd.c | 402 struct skcipher_alg *alg; in cryptd_create_skcipher()
|
D | gcm.c | 589 struct skcipher_alg *ctr; in crypto_gcm_create_common()
|