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

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

Completed in 133 milliseconds