Searched refs:ossl_ec_check_key (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/providers/common/include/prov/ |
H A D | securitycheck.h | 14 int ossl_ec_check_key(OSSL_LIB_CTX *ctx, const EC_KEY *ec, int protect);
|
/freebsd/crypto/openssl/providers/common/ |
H A D | securitycheck.c | 92 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 D | ecdh_exch.c | 116 && 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 D | ecdsa_sig.c | 143 if (!ossl_ec_check_key(ctx->libctx, ec, operation == EVP_PKEY_OP_SIGN)) in ecdsa_signverify_init()
|