Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dskcipher.c772 static const struct crypto_type crypto_skcipher_type = { variable
795 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher()
803 return crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_skcipher()
815 tfm = crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_sync_skcipher()
833 return crypto_type_has_alg(alg_name, &crypto_skcipher_type, type, mask); in crypto_has_skcipher()
851 base->cra_type = &crypto_skcipher_type; in skcipher_prepare_alg()