/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | skcipher.h | 68 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()
|
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | skcipher.h | 77 static inline struct crypto_instance *skcipher_crypto_instance( in skcipher_crypto_instance() function 92 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | lrw.c | 323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create() 332 skcipher_crypto_instance(inst), in lrw_create() 348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
|
H A D | xts.c | 361 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in xts_create() 370 skcipher_crypto_instance(inst), in xts_create() 386 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create()
|
H A D | adiantum.c | 513 skcipher_crypto_instance(inst), in adiantum_create() 521 skcipher_crypto_instance(inst), in adiantum_create() 532 skcipher_crypto_instance(inst), in adiantum_create()
|
H A D | cts.c | 342 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_cts_create() 356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
|
H A D | skcipher.c | 875 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance() 952 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple() 958 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
|
H A D | ctr.c | 275 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
|
H A D | cryptd.c | 390 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in cryptd_create_skcipher() 396 err = cryptd_init_instance(skcipher_crypto_instance(inst), &alg->base); in cryptd_create_skcipher()
|
H A D | essiv.c | 482 inst = skcipher_crypto_instance(skcipher_inst); in essiv_create()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | lrw.c | 323 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in lrw_create() 332 skcipher_crypto_instance(inst), in lrw_create() 348 err = crypto_inst_setname(skcipher_crypto_instance(inst), "lrw", in lrw_create()
|
H A D | xts.c | 364 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in xts_create() 373 skcipher_crypto_instance(inst), in xts_create() 389 err = crypto_inst_setname(skcipher_crypto_instance(inst), "xts", in xts_create() 421 skcipher_crypto_instance(inst), name, 0, mask); in xts_create()
|
H A D | hctr2.c | 430 skcipher_crypto_instance(inst), in hctr2_create_common() 449 skcipher_crypto_instance(inst), in hctr2_create_common() 462 skcipher_crypto_instance(inst), in hctr2_create_common()
|
H A D | adiantum.c | 513 skcipher_crypto_instance(inst), in adiantum_create() 521 skcipher_crypto_instance(inst), in adiantum_create() 532 skcipher_crypto_instance(inst), in adiantum_create()
|
H A D | cts.c | 342 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_cts_create() 356 err = crypto_inst_setname(skcipher_crypto_instance(inst), "cts", in crypto_cts_create()
|
H A D | skcipher.c | 921 return crypto_register_instance(tmpl, skcipher_crypto_instance(inst)); in skcipher_register_instance() 998 err = crypto_grab_cipher(spawn, skcipher_crypto_instance(inst), in skcipher_alloc_instance_simple() 1004 err = crypto_inst_setname(skcipher_crypto_instance(inst), tmpl->name, in skcipher_alloc_instance_simple()
|
H A D | ctr.c | 276 err = crypto_grab_skcipher(spawn, skcipher_crypto_instance(inst), in crypto_rfc3686_create()
|
H A D | cryptd.c | 394 err = crypto_grab_skcipher(&ctx->spawn, skcipher_crypto_instance(inst), in cryptd_create_skcipher() 400 err = cryptd_init_instance(skcipher_crypto_instance(inst), &alg->base); in cryptd_create_skcipher()
|
H A D | essiv.c | 483 inst = skcipher_crypto_instance(skcipher_inst); in essiv_create()
|