Home
last modified time | relevance | path

Searched refs:crypto_spawn_tfm (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/crypto/
Dalgapi.h160 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
299 return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_blkcipher()
318 return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_cipher()
/Linux-v4.19/crypto/
Dalgapi.c682 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() function
706 EXPORT_SYMBOL_GPL(crypto_spawn_tfm);