crypto_akcipher_type   79 crypto/akcipher.c static const struct crypto_type crypto_akcipher_type = {
crypto_akcipher_type   96 crypto/akcipher.c 	spawn->base.frontend = &crypto_akcipher_type;
crypto_akcipher_type  104 crypto/akcipher.c 	return crypto_alloc_tfm(alg_name, &crypto_akcipher_type, type, mask);
crypto_akcipher_type  112 crypto/akcipher.c 	base->cra_type = &crypto_akcipher_type;