Searched refs:crypto_kpp_type (Results 1 - 1 of 1) sorted by path

/linux-master/crypto/
H A Dkpp.c69 static const struct crypto_type crypto_kpp_type = { variable in typeref:struct:crypto_type
87 return crypto_alloc_tfm(alg_name, &crypto_kpp_type, type, mask);
95 spawn->base.frontend = &crypto_kpp_type;
102 return crypto_type_has_alg(alg_name, &crypto_kpp_type, type, mask);
110 base->cra_type = &crypto_kpp_type;

Completed in 309 milliseconds