crypto_spawn_tfm2  757 crypto/algapi.c EXPORT_SYMBOL_GPL(crypto_spawn_tfm2);
crypto_spawn_tfm2  161 include/crypto/algapi.h void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
crypto_spawn_tfm2  107 include/crypto/internal/aead.h 	return crypto_spawn_tfm2(&spawn->base);
crypto_spawn_tfm2   94 include/crypto/internal/akcipher.h 	return crypto_spawn_tfm2(&spawn->base);
crypto_spawn_tfm2  184 include/crypto/internal/hash.h 	return crypto_spawn_tfm2(&spawn->base);
crypto_spawn_tfm2  232 include/crypto/internal/hash.h 	return crypto_spawn_tfm2(&spawn->base);
crypto_spawn_tfm2  120 include/crypto/internal/skcipher.h 	return crypto_spawn_tfm2(&spawn->base);