Home
last modified time | relevance | path

Searched refs:crypto_akcipher_type (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/crypto/
Dakcipher.c87 static const struct crypto_type crypto_akcipher_type = { variable
104 spawn->base.frontend = &crypto_akcipher_type; in crypto_grab_akcipher()
112 return crypto_alloc_tfm(alg_name, &crypto_akcipher_type, type, mask); in crypto_alloc_akcipher()
120 base->cra_type = &crypto_akcipher_type; in akcipher_prepare_alg()