Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dskcipher.c941 static const struct crypto_type crypto_skcipher_type2 = { variable
958 spawn->base.frontend = &crypto_skcipher_type2; in crypto_grab_skcipher()
966 return crypto_alloc_tfm(alg_name, &crypto_skcipher_type2, type, mask); in crypto_alloc_skcipher()
972 return crypto_type_has_alg(alg_name, &crypto_skcipher_type2, in crypto_has_skcipher2()
990 base->cra_type = &crypto_skcipher_type2; in skcipher_prepare_alg()