Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dalgapi.h153 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
251 return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_blkcipher()
270 return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_cipher()
283 return __crypto_hash_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_hash()
/linux-4.4.14/include/crypto/internal/
Dskcipher.h54 crypto_spawn_tfm(&spawn->base, crypto_skcipher_type(0), in crypto_spawn_skcipher()
/linux-4.4.14/crypto/
Dalgapi.c673 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() function
697 EXPORT_SYMBOL_GPL(crypto_spawn_tfm);