Home
last modified time | relevance | path

Searched refs:crypto_spawn_skcipher_alg (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/crypto/internal/
Dskcipher.h118 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() function
/Linux-v4.19/crypto/
Dcts.c357 alg = crypto_spawn_skcipher_alg(spawn); in crypto_cts_create()
Dctr.c391 alg = crypto_spawn_skcipher_alg(spawn); in crypto_rfc3686_create()
Dauthenc.c430 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_create()
Dauthencesn.c456 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_esn_create()
Dchacha20poly1305.c638 chacha = crypto_spawn_skcipher_alg(&ctx->chacha); in chachapoly_create()
Dccm.c507 ctr = crypto_spawn_skcipher_alg(&ictx->ctr); in crypto_ccm_create_common()
Dgcm.c651 ctr = crypto_spawn_skcipher_alg(&ctx->ctr); in crypto_gcm_create_common()
Dcryptd.c624 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()