Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/internal/
H A Decc.h157 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve,
/openbmc/linux/crypto/
H A Decdsa.c238 ret = ecc_is_pubkey_valid_full(ctx->curve, &ctx->pub_key); in ecdsa_set_pub_key()
H A Decc.c1556 if (ecc_is_pubkey_valid_full(curve, pk)) { in ecc_make_pub_key()
1605 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full() function
1629 EXPORT_SYMBOL(ecc_is_pubkey_valid_full);