Home
last modified time | relevance | path

Searched refs:ecc_is_pubkey_valid_full (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Decc.h177 * ecc_is_pubkey_valid_full() - Full public key validation
187 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve,
H A Decdsa.c247 ret = ecc_is_pubkey_valid_full(ctx->curve, &ctx->pub_key); in ecdsa_set_pub_key()
H A Decc.c1520 if (ecc_is_pubkey_valid_full(curve, pk)) { in ecc_make_pub_key()
1569 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full() function
1593 EXPORT_SYMBOL(ecc_is_pubkey_valid_full); variable
/kernel/linux/linux-6.6/include/crypto/internal/
H A Decc.h137 * ecc_is_pubkey_valid_full() - Full public key validation
147 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve,
/kernel/linux/linux-6.6/crypto/
H A Decdsa.c247 ret = ecc_is_pubkey_valid_full(ctx->curve, &ctx->pub_key); in ecdsa_set_pub_key()
H A Decc.c1534 if (ecc_is_pubkey_valid_full(curve, pk)) { in ecc_make_pub_key()
1583 int ecc_is_pubkey_valid_full(const struct ecc_curve *curve, in ecc_is_pubkey_valid_full() function
1607 EXPORT_SYMBOL(ecc_is_pubkey_valid_full); variable

Completed in 9 milliseconds