Searched refs:crypto_spawn_skcipher_alg_common (Results 1 – 14 of 14) sorted by relevance
148 static inline struct skcipher_alg_common *crypto_spawn_skcipher_alg_common( in crypto_spawn_skcipher_alg_common() function
339 alg = crypto_spawn_skcipher_alg_common(spawn); in lrw_create()
281 alg = crypto_spawn_skcipher_alg_common(spawn); in crypto_rfc3686_create()
347 alg = crypto_spawn_skcipher_alg_common(spawn); in crypto_cts_create()
380 alg = crypto_spawn_skcipher_alg_common(&ctx->spawn); in xts_create()
395 enc = crypto_spawn_skcipher_alg_common(&ctx->enc); in crypto_authenc_create()
434 xctr_alg = crypto_spawn_skcipher_alg_common(&ictx->xctr_spawn); in hctr2_create_common()
411 enc = crypto_spawn_skcipher_alg_common(&ctx->enc); in crypto_authenc_esn_create()
492 skcipher_alg = crypto_spawn_skcipher_alg_common( in essiv_create()
548 streamcipher_alg = crypto_spawn_skcipher_alg_common(&ictx->streamcipher_spawn); in adiantum_create()
582 chacha = crypto_spawn_skcipher_alg_common(&ctx->chacha); in chachapoly_create()
482 ctr = crypto_spawn_skcipher_alg_common(&ictx->ctr); in crypto_ccm_create_common()
399 alg = crypto_spawn_skcipher_alg_common(&ctx->spawn); in cryptd_create_skcipher()
610 ctr = crypto_spawn_skcipher_alg_common(&ctx->ctr); in crypto_gcm_create_common()