Home
last modified time | relevance | path

Searched refs:skcipher_crypto_instance (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/crypto/internal/
Dskcipher.h75 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/
Dcbc.c141 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()
Dpcbc.c245 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()
Dcfb.c287 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()
Dcts.c350 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()
Dlrw.c484 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in create()
511 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in create()
Dxts.c429 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in create()
457 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in create()
Dctr.c386 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_rfc3686_create()
Dcryptd.c619 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()
Dskcipher.c1036 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
/Linux-v4.19/arch/x86/crypto/
Dfpu.c144 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()