Searched refs:crypto_spawn_tfm (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | algapi.h | 149 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, 264 return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_blkcipher() 283 return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_cipher() 296 return __crypto_hash_cast(crypto_spawn_tfm(spawn, type, mask)); in crypto_spawn_hash()
|
/linux-4.1.27/include/crypto/internal/ |
D | aead.h | 54 crypto_spawn_tfm(&spawn->base, CRYPTO_ALG_TYPE_AEAD, in crypto_spawn_aead()
|
D | skcipher.h | 54 crypto_spawn_tfm(&spawn->base, crypto_skcipher_type(0), in crypto_spawn_skcipher()
|
/linux-4.1.27/crypto/ |
D | algapi.c | 649 struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type, in crypto_spawn_tfm() function 673 EXPORT_SYMBOL_GPL(crypto_spawn_tfm);
|