Home
last modified time | relevance | path

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

/openssl-master/include/crypto/
A Dec.h62 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx);
/openssl-master/crypto/ec/
A Dec_key.c472 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_public_check() function
584 if (!ossl_ec_key_public_check(eckey, ctx)) in ossl_ec_key_simple_check_key()
/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c892 ok = ok && ossl_ec_key_public_check(eck, ctx); in sm2_validate()
938 ok = ok && ossl_ec_key_public_check(eck, ctx); in ec_validate()

Completed in 7 milliseconds