Searched refs:crypto_spawn_skcipher_alg (Results 1 – 9 of 9) sorted by relevance
118 static inline struct skcipher_alg *crypto_spawn_skcipher_alg( in crypto_spawn_skcipher_alg() function
357 alg = crypto_spawn_skcipher_alg(spawn); in crypto_cts_create()
391 alg = crypto_spawn_skcipher_alg(spawn); in crypto_rfc3686_create()
430 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_create()
456 enc = crypto_spawn_skcipher_alg(&ctx->enc); in crypto_authenc_esn_create()
638 chacha = crypto_spawn_skcipher_alg(&ctx->chacha); in chachapoly_create()
507 ctr = crypto_spawn_skcipher_alg(&ictx->ctr); in crypto_ccm_create_common()
651 ctr = crypto_spawn_skcipher_alg(&ctx->ctr); in crypto_gcm_create_common()
624 alg = crypto_spawn_skcipher_alg(&ctx->spawn); in cryptd_create_skcipher()