Home
last modified time | relevance | path

Searched refs:crypto_spawn_skcipher_alg_common (Results 1 – 4 of 4) sorted by relevance

/linux/include/crypto/internal/
H A Dskcipher.h163 static inline struct skcipher_alg_common *crypto_spawn_skcipher_alg_common( in crypto_spawn_skcipher_alg_common() function
/linux/crypto/
H A Dhctr2.c352 xctr_alg = crypto_spawn_skcipher_alg_common(&ictx->xctr_spawn); in hctr2_create_common()
H A Dauthenc.c390 enc = crypto_spawn_skcipher_alg_common(&ctx->enc); in crypto_authenc_create()
H A Dessiv.c489 skcipher_alg = crypto_spawn_skcipher_alg_common( in essiv_create()