Searched refs:crypto_set_skcipher_spawn (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/crypto/internal/ |
D | skcipher.h | 98 static inline void crypto_set_skcipher_spawn( in crypto_set_skcipher_spawn() function
|
/Linux-v4.19/arch/x86/crypto/ |
D | fpu.c | 144 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_fpu_create()
|
/Linux-v4.19/crypto/ |
D | cts.c | 350 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_cts_create()
|
D | ctr.c | 386 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_rfc3686_create()
|
D | lrw.c | 484 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in create()
|
D | xts.c | 429 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in create()
|
D | authenc.c | 423 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_create()
|
D | authencesn.c | 449 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_esn_create()
|
D | chacha20poly1305.c | 631 crypto_set_skcipher_spawn(&ctx->chacha, aead_crypto_instance(inst)); in chachapoly_create()
|
D | ccm.c | 500 crypto_set_skcipher_spawn(&ictx->ctr, aead_crypto_instance(inst)); in crypto_ccm_create_common()
|
D | gcm.c | 644 crypto_set_skcipher_spawn(&ctx->ctr, aead_crypto_instance(inst)); in crypto_gcm_create_common()
|
D | cryptd.c | 619 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in cryptd_create_skcipher()
|