Searched refs:crypto_set_skcipher_spawn (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/include/crypto/internal/ |
D | skcipher.h | 91 static inline void crypto_set_skcipher_spawn( in crypto_set_skcipher_spawn() function
|
/Linux-v5.4/crypto/ |
D | lrw.c | 325 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in create()
|
D | ctr.c | 295 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_rfc3686_create()
|
D | cts.c | 354 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_cts_create()
|
D | xts.c | 364 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in create()
|
D | authenc.c | 426 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_create()
|
D | authencesn.c | 444 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_esn_create()
|
D | adiantum.c | 541 crypto_set_skcipher_spawn(&ictx->streamcipher_spawn, in adiantum_create()
|
D | essiv.c | 499 crypto_set_skcipher_spawn(&ictx->u.skcipher_spawn, inst); in essiv_create()
|
D | chacha20poly1305.c | 616 crypto_set_skcipher_spawn(&ctx->chacha, aead_crypto_instance(inst)); in chachapoly_create()
|
D | ccm.c | 498 crypto_set_skcipher_spawn(&ictx->ctr, aead_crypto_instance(inst)); in crypto_ccm_create_common()
|
D | cryptd.c | 424 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in cryptd_create_skcipher()
|
D | gcm.c | 628 crypto_set_skcipher_spawn(&ctx->ctr, aead_crypto_instance(inst)); in crypto_gcm_create_common()
|