Searched refs:skcipher_crypto_instance (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/include/crypto/internal/ | 
| D | skcipher.h | 68 static inline struct crypto_instance *skcipher_crypto_instance(  in skcipher_crypto_instance()  function83 	return crypto_instance_ctx(skcipher_crypto_instance(inst));  in skcipher_instance_ctx()
 
 | 
| /Linux-v5.4/crypto/ | 
| D | lrw.c | 325 	crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst));  in create()352 	err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw",  in create()
 
 | 
| D | adiantum.c | 542 				  skcipher_crypto_instance(inst));  in adiantum_create()552 			 skcipher_crypto_instance(inst));  in adiantum_create()
 569 				      skcipher_crypto_instance(inst));  in adiantum_create()
 
 | 
| D | cts.c | 354 	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()
 
 | 
| D | xts.c | 364 	crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst));  in create()392 	err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts",  in create()
 
 | 
| D | skcipher.c | 1104 	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()
 
 | 
| D | ctr.c | 295 	crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst));  in crypto_rfc3686_create()
 | 
| D | cryptd.c | 424 	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()
 
 | 
| D | essiv.c | 494 		inst = skcipher_crypto_instance(skcipher_inst);  in essiv_create()
 |