Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Dec.h65 int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx);
/third_party/openssl/crypto/ec/
Dec_key.c529 int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_pairwise_check() function
589 || !ossl_ec_key_pairwise_check(eckey, ctx)) in ossl_ec_key_simple_check_key()
/third_party/openssl/providers/implementations/keymgmt/
Dec_kmgmt.c919 ok = ok && ossl_ec_key_pairwise_check(eck, ctx); in sm2_validate()
965 ok = ok && ossl_ec_key_pairwise_check(eck, ctx); in ec_validate()