Home
last modified time | relevance | path

Searched refs:EC_R_INVALID_PRIVATE_KEY (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Decerr.h66 # define EC_R_INVALID_PRIVATE_KEY 123 macro
/freebsd/crypto/openssl/crypto/ec/
H A Dec_err.c76 {ERR_PACK(ERR_LIB_EC, 0, EC_R_INVALID_PRIVATE_KEY), "invalid private key"},
H A Dec_key.c518 ERR_raise(ERR_LIB_EC, EC_R_INVALID_PRIVATE_KEY); in ossl_ec_key_private_check()
552 ERR_raise(ERR_LIB_EC, EC_R_INVALID_PRIVATE_KEY); in ossl_ec_key_pairwise_check()
H A Decx_meth.c108 ERR_raise(ERR_LIB_EC, EC_R_INVALID_PRIVATE_KEY); in ecx_priv_encode()
738 ERR_raise(ERR_LIB_EC, EC_R_INVALID_PRIVATE_KEY); in validate_ecx_derive()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt581 EC_R_INVALID_PRIVATE_KEY:123:invalid private key