Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dskcipher.h91 static inline void crypto_set_skcipher_spawn( in crypto_set_skcipher_spawn() function
/Linux-v5.4/crypto/
Dlrw.c325 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in create()
Dctr.c295 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_rfc3686_create()
Dcts.c354 crypto_set_skcipher_spawn(spawn, skcipher_crypto_instance(inst)); in crypto_cts_create()
Dxts.c364 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in create()
Dauthenc.c426 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_create()
Dauthencesn.c444 crypto_set_skcipher_spawn(&ctx->enc, aead_crypto_instance(inst)); in crypto_authenc_esn_create()
Dadiantum.c541 crypto_set_skcipher_spawn(&ictx->streamcipher_spawn, in adiantum_create()
Dessiv.c499 crypto_set_skcipher_spawn(&ictx->u.skcipher_spawn, inst); in essiv_create()
Dchacha20poly1305.c616 crypto_set_skcipher_spawn(&ctx->chacha, aead_crypto_instance(inst)); in chachapoly_create()
Dccm.c498 crypto_set_skcipher_spawn(&ictx->ctr, aead_crypto_instance(inst)); in crypto_ccm_create_common()
Dcryptd.c424 crypto_set_skcipher_spawn(&ctx->spawn, skcipher_crypto_instance(inst)); in cryptd_create_skcipher()
Dgcm.c628 crypto_set_skcipher_spawn(&ctx->ctr, aead_crypto_instance(inst)); in crypto_gcm_create_common()