Searched refs:ossl_ec_key_public_check (Results 1 – 4 of 4) sorted by relevance
62 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx);
561 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_public_check() function679 if (!ossl_ec_key_public_check(eckey, ctx)) in ossl_ec_key_simple_check_key()
922 ok = ok && ossl_ec_key_public_check(eck, ctx); in sm2_validate()968 ok = ok && ossl_ec_key_public_check(eck, ctx); in ec_validate()
505 ret = ossl_ec_key_public_check(pub, bnctx); in check_publickey()
Completed in 21 milliseconds