Home
last modified time | relevance | path

Searched refs:crypto_set_skcipher_spawn (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/include/crypto/internal/
Dskcipher.h98 static inline void crypto_set_skcipher_spawn( in crypto_set_skcipher_spawn() function
/Linux-v4.19/arch/x86/crypto/
Dfpu.c144 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_fpu_create()
/Linux-v4.19/crypto/
Dcts.c350 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_cts_create()
Dctr.c386 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_rfc3686_create()
Dlrw.c484 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in create()
Dxts.c429 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in create()
Dauthenc.c423 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_create()
Dauthencesn.c449 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_esn_create()
Dchacha20poly1305.c631 crypto_set_skcipher_spawn(&ctx->chacha, aead_crypto_instance(inst)); in chachapoly_create()
Dccm.c500 crypto_set_skcipher_spawn(&ictx->ctr, aead_crypto_instance(inst)); in crypto_ccm_create_common()
Dgcm.c644 crypto_set_skcipher_spawn(&ctx->ctr, aead_crypto_instance(inst)); in crypto_gcm_create_common()
Dcryptd.c619 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in cryptd_create_skcipher()