Searched refs:crypto_spawn_skcipher_alg (Results 1 – 11 of 11) sorted by relevance
111 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() function
300 alg = crypto_spawn_skcipher_alg(spawn); in crypto_rfc3686_create()
361 alg = crypto_spawn_skcipher_alg(spawn); in crypto_cts_create()
433 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_create()
451 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_esn_create()
548 streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn); in adiantum_create()
506 skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); in essiv_create()
623 chacha = crypto_spawn_skcipher_alg(&ctx->chacha); in chachapoly_create()
505 ctr = crypto_spawn_skcipher_alg(&ictx->ctr); in crypto_ccm_create_common()
429 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()
635 ctr = crypto_spawn_skcipher_alg(&ctx->ctr); in crypto_gcm_create_common()