crypto_spawn_tfm  111 include/crypto/algapi.h struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
crypto_spawn_tfm  207 include/crypto/algapi.h 	return __crypto_blkcipher_cast(crypto_spawn_tfm(spawn, type, mask));
crypto_spawn_tfm  226 include/crypto/algapi.h 	return __crypto_cipher_cast(crypto_spawn_tfm(spawn, type, mask));
crypto_spawn_tfm  239 include/crypto/algapi.h 	return __crypto_hash_cast(crypto_spawn_tfm(spawn, type, mask));
crypto_spawn_tfm   52 include/crypto/internal/aead.h 		crypto_spawn_tfm(&spawn->base, CRYPTO_ALG_TYPE_AEAD,
crypto_spawn_tfm   52 include/crypto/internal/skcipher.h 		crypto_spawn_tfm(&spawn->base, crypto_skcipher_type(0),