crypto_spawn_tfm  736 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_spawn_tfm);
crypto_spawn_tfm  159 include/crypto/algapi.h struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
crypto_spawn_tfm  295 include/crypto/algapi.h 	return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask));
crypto_spawn_tfm  314 include/crypto/algapi.h 	return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask));