Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dskcipher.h68 static inline struct crypto_instance *skcipher_crypto_instance( in skcipher_crypto_instance() function
83 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
/Linux-v5.4/crypto/
Dlrw.c325 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in create()
352 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in create()
Dadiantum.c542 skcipher_crypto_instance(inst)); in adiantum_create()
552 skcipher_crypto_instance(inst)); in adiantum_create()
569 skcipher_crypto_instance(inst)); in adiantum_create()
Dcts.c354 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_cts_create()
370 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
Dxts.c364 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in create()
392 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in create()
Dskcipher.c1104 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance()
1202 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
1208 skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple()
Dctr.c295 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_rfc3686_create()
Dcryptd.c424 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in cryptd_create_skcipher()
430 err = cryptd_init_instance(skcipher_crypto_instance(inst), &alg->base); in cryptd_create_skcipher()
Dessiv.c494 inst = skcipher_crypto_instance(skcipher_inst); in essiv_create()