Home
last modified time | relevance | path

Searched refs:skcipher_alg (Results 1 – 18 of 18) sorted by relevance

/crypto/
Dessiv.c466 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()
Dskcipher.c801 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 …]
Dsimd.c43 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()
Darc4.c42 static struct skcipher_alg arc4_alg = {
Dcrypto_null.c109 static struct skcipher_alg skcipher_null = {
Dchacha_generic.c141 static struct skcipher_alg algs[] = {
Dsalsa20_generic.c179 static struct skcipher_alg alg = {
Dadiantum.c480 static bool adiantum_supported_algorithms(struct skcipher_alg *streamcipher_alg, in adiantum_supported_algorithms()
508 struct skcipher_alg *streamcipher_alg; in adiantum_create()
Dlrw.c303 struct skcipher_alg *alg; in create()
Dctr.c267 struct skcipher_alg *alg; in crypto_rfc3686_create()
Dcts.c333 struct skcipher_alg *alg; in crypto_cts_create()
Dxts.c342 struct skcipher_alg *alg; in create()
Dauthenc.c389 struct skcipher_alg *enc; in crypto_authenc_create()
Dauthencesn.c407 struct skcipher_alg *enc; in crypto_authenc_esn_create()
Dchacha20poly1305.c567 struct skcipher_alg *chacha; in chachapoly_create()
Dccm.c461 struct skcipher_alg *ctr; in crypto_ccm_create_common()
Dcryptd.c402 struct skcipher_alg *alg; in cryptd_create_skcipher()
Dgcm.c589 struct skcipher_alg *ctr; in crypto_gcm_create_common()