Searched refs:crypto_spawn_skcipher_alg (Results 1 – 12 of 12) sorted by relevance
106 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() function
280 alg = crypto_spawn_skcipher_alg(spawn); in crypto_rfc3686_create()
347 alg = crypto_spawn_skcipher_alg(spawn); in crypto_cts_create()
403 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_create()
421 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_esn_create()
517 streamcipher_alg = crypto_spawn_skcipher_alg(&ictx->streamcipher_spawn); in adiantum_create()
486 skcipher_alg = crypto_spawn_skcipher_alg(&ictx->u.skcipher_spawn); in essiv_create()
582 chacha = crypto_spawn_skcipher_alg(&ctx->chacha); in chachapoly_create()
481 ctr = crypto_spawn_skcipher_alg(&ictx->ctr); in crypto_ccm_create_common()
395 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()
612 ctr = crypto_spawn_skcipher_alg(&ctx->ctr); in crypto_gcm_create_common()
1202 + enc = crypto_spawn_skcipher_alg(&ctx->enc);