crypto_skcipher_type2  967 crypto/skcipher.c static const struct crypto_type crypto_skcipher_type2 = {
crypto_skcipher_type2  984 crypto/skcipher.c 	spawn->base.frontend = &crypto_skcipher_type2;
crypto_skcipher_type2  992 crypto/skcipher.c 	return crypto_alloc_tfm(alg_name, &crypto_skcipher_type2, type, mask);
crypto_skcipher_type2 1004 crypto/skcipher.c 	tfm = crypto_alloc_tfm(alg_name, &crypto_skcipher_type2, type, mask);
crypto_skcipher_type2 1022 crypto/skcipher.c 	return crypto_type_has_alg(alg_name, &crypto_skcipher_type2,
crypto_skcipher_type2 1040 crypto/skcipher.c 	base->cra_type = &crypto_skcipher_type2;