Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/internal/
Dskcipher.h44 static inline struct crypto_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg() function
/linux-4.1.27/crypto/
Dctr.c369 alg = crypto_skcipher_spawn_alg(spawn); in crypto_rfc3686_alloc()
Dgcm.c742 ctr = crypto_skcipher_spawn_alg(&ctx->ctr); in crypto_gcm_alloc_common()
1320 crypto_skcipher_spawn_alg(&ctx->null); in crypto_rfc4543_alloc()
Dauthenc.c644 enc = crypto_skcipher_spawn_alg(&ctx->enc); in crypto_authenc_alloc()
Dblkcipher.c629 alg = crypto_skcipher_spawn_alg(spawn); in skcipher_geniv_alloc()
Dccm.c522 ctr = crypto_skcipher_spawn_alg(&ictx->ctr); in crypto_ccm_alloc_common()
Dauthencesn.c736 enc = crypto_skcipher_spawn_alg(&ctx->enc); in crypto_authenc_esn_alloc()