Home
last modified time | relevance | path

Searched refs:crypto_skcipher_spawn_alg (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/crypto/internal/
Dskcipher.h44 static inline struct crypto_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg() function
/linux-4.4.14/crypto/
Dctr.c369 alg = crypto_skcipher_spawn_alg(spawn); in crypto_rfc3686_alloc()
Dauthenc.c430 enc = crypto_skcipher_spawn_alg(&ctx->enc); in crypto_authenc_create()
Dauthencesn.c446 enc = crypto_skcipher_spawn_alg(&ctx->enc); in crypto_authenc_esn_create()
Dchacha20poly1305.c624 chacha = crypto_skcipher_spawn_alg(&ctx->chacha); in chachapoly_create()
Dblkcipher.c630 alg = crypto_skcipher_spawn_alg(spawn); in skcipher_geniv_alloc()
Dccm.c553 ctr = crypto_skcipher_spawn_alg(&ictx->ctr); in crypto_ccm_create_common()
Dgcm.c670 ctr = crypto_skcipher_spawn_alg(&ctx->ctr); in crypto_gcm_create_common()