Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/internal/
A Decc.h133 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve,
/linux-6.3-rc2/crypto/
A Decrdsa.c246 if (ecc_is_pubkey_valid_partial(ctx->curve, &ctx->pub_key)) in ecrdsa_set_pub_key()
A Decc.c1550 int ecc_is_pubkey_valid_partial(const struct ecc_curve *curve, in ecc_is_pubkey_valid_partial() function
1580 EXPORT_SYMBOL(ecc_is_pubkey_valid_partial);
1589 int ret = ecc_is_pubkey_valid_partial(curve, pk); in ecc_is_pubkey_valid_full()
1638 ret = ecc_is_pubkey_valid_partial(curve, pk); in crypto_ecdh_shared_secret()

Completed in 14 milliseconds