Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
A Dskcipher.h107 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() function
/linux/crypto/
A Dctr.c281 alg = crypto_spawn_skcipher_alg(spawn); in crypto_rfc3686_create()
A Dcts.c347 alg = crypto_spawn_skcipher_alg(spawn); in crypto_cts_create()
A Dauthenc.c403 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_create()
A Dauthencesn.c421 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_esn_create()
A Dadiantum.c518 streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn); in adiantum_create()
A Dessiv.c487 skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); in essiv_create()
A Dchacha20poly1305.c582 chacha = crypto_spawn_skcipher_alg(&ctx->chacha); in chachapoly_create()
A Dccm.c482 ctr = crypto_spawn_skcipher_alg(&ictx->ctr); in crypto_ccm_create_common()
A Dcryptd.c394 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()
A Dgcm.c612 ctr = crypto_spawn_skcipher_alg(&ctx->ctr); in crypto_gcm_create_common()

Completed in 20 milliseconds