Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c92 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect) in ossl_ec_check_key() function
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Decdh_exch.c116 && ossl_ec_check_key(pecdhctx->libctx, vecdh, 1); in ecdh_init()
150 || !ossl_ec_check_key(pecdhctx->libctx, vecdh, 1) in ecdh_set_peer()
/freebsd/crypto/openssl/providers/implementations/signature/
H A Decdsa_sig.c143 if (!ossl_ec_check_key(ctx->libctx, ec, operation == EVP_PKEY_OP_SIGN)) in ecdsa_signverify_init()