Home
last modified time | relevance | path

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

/crypto/
Dskcipher.c736 static const struct crypto_type crypto_skcipher_type = { variable
754 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher()
762 return crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_skcipher()
774 tfm = crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_sync_skcipher()
792 return crypto_type_has_alg(alg_name, &crypto_skcipher_type, type, mask); in crypto_has_skcipher()
809 base->cra_type = &crypto_skcipher_type; in skcipher_prepare_alg()