Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Decc.h147 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve,
Decrdsa.c245 if (ecc_is_pubkey_valid_partial(ctx->curve, &ctx->pub_key)) in ecrdsa_set_pub_key()
Decc.c1422 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial() function
1452 EXPORT_SYMBOL(ecc_is_pubkey_valid_partial);
1483 ret = ecc_is_pubkey_valid_partial(curve, pk); in crypto_ecdh_shared_secret()