Searched refs:ossl_ec_key_pairwise_check (Results 1 – 3 of 3) sorted by relevance
65 int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx);
624 int ossl_ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_pairwise_check() function684 || !ossl_ec_key_pairwise_check(eckey, ctx)) in ossl_ec_key_simple_check_key()
929 ok = ok && ossl_ec_key_pairwise_check(eck, ctx); in sm2_validate()975 ok = ok && ossl_ec_key_pairwise_check(eck, ctx); in ec_validate()
Completed in 21 milliseconds