Home
last modified time | relevance | path

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

/openssl/include/crypto/
H A Dec.h62 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx);
/openssl/crypto/ec/
H A Dec_key.c561 int ossl_ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx) in ossl_ec_key_public_check() function
673 if (!ossl_ec_key_public_check(eckey, ctx)) in ossl_ec_key_simple_check_key()
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c920 ok = ok && ossl_ec_key_public_check(eck, ctx); in sm2_validate()
966 ok = ok && ossl_ec_key_public_check(eck, ctx); in ec_validate()
/openssl/providers/implementations/kem/
H A Dec_kem.c505 ret = ossl_ec_key_public_check(pub, bnctx); in check_publickey()

Completed in 15 milliseconds