Searched refs:skcipher_crypto_instance (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/crypto/internal/ |
D | skcipher.h | 75 static inline struct crypto_instance *skcipher_crypto_instance( in skcipher_crypto_instance() function 90 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
|
/Linux-v4.19/crypto/ |
D | cbc.c | 141 err = crypto_init_spawn(spawn, alg, skcipher_crypto_instance(inst), in crypto_cbc_create() 147 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cbc", alg); in crypto_cbc_create()
|
D | pcbc.c | 245 err = crypto_init_spawn(spawn, alg, skcipher_crypto_instance(inst), in crypto_pcbc_create() 251 err = crypto_inst_setname(skcipher_crypto_instance(inst), "pcbc", alg); in crypto_pcbc_create()
|
D | cfb.c | 287 err = crypto_init_spawn(spawn, alg, skcipher_crypto_instance(inst), in crypto_cfb_create() 293 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cfb", alg); in crypto_cfb_create()
|
D | cts.c | 350 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_cts_create() 366 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
|
D | lrw.c | 484 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in create() 511 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in create()
|
D | xts.c | 429 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in create() 457 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in create()
|
D | ctr.c | 386 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_rfc3686_create()
|
D | cryptd.c | 619 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in cryptd_create_skcipher() 625 err = cryptd_init_instance(skcipher_crypto_instance(inst), &alg->base); in cryptd_create_skcipher()
|
D | skcipher.c | 1036 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
|
/Linux-v4.19/arch/x86/crypto/ |
D | fpu.c | 144 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_fpu_create() 152 err = crypto_inst_setname(skcipher_crypto_instance(inst), "fpu", in crypto_fpu_create()
|