Home
last modified time | relevance | path

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

/crypto/
Dskcipher.c967 static const struct crypto_type crypto_skcipher_type2 = { variable
984 spawn->base.frontend = &crypto_skcipher_type2; in crypto_grab_skcipher()
992 return crypto_alloc_tfm(alg_name, &crypto_skcipher_type2, type, mask); in crypto_alloc_skcipher()
1004 tfm = crypto_alloc_tfm(alg_name, &crypto_skcipher_type2, type, mask); in crypto_alloc_sync_skcipher()
1022 return crypto_type_has_alg(alg_name, &crypto_skcipher_type2, in crypto_has_skcipher2()
1040 base->cra_type = &crypto_skcipher_type2; in skcipher_prepare_alg()