Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
Dskcipher.c735 static const struct crypto_type crypto_skcipher_type = { variable
753 spawn->base.frontend = &crypto_skcipher_type; in crypto_grab_skcipher()
761 return crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_skcipher()
773 tfm = crypto_alloc_tfm(alg_name, &crypto_skcipher_type, type, mask); in crypto_alloc_sync_skcipher()
791 return crypto_type_has_alg(alg_name, &crypto_skcipher_type, type, mask); in crypto_has_skcipher()
808 base->cra_type = &crypto_skcipher_type; in skcipher_prepare_alg()