Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ec/
H A Dec_err.c108 {ERR_REASON(EC_R_NOT_IMPLEMENTED), "not implemented"},
H A Dec_key.c255 ECerror(EC_R_NOT_IMPLEMENTED); in EC_KEY_generate_key()
H A Dec_asn1.c1138 ECerror(EC_R_NOT_IMPLEMENTED); in ec_asn1_parameters2group()
/dragonfly/crypto/libressl/crypto/ecdh/
H A Dech_key.c227 ECerror(EC_R_NOT_IMPLEMENTED); in ECDH_compute_key()
/dragonfly/crypto/libressl/include/openssl/
H A Dec.h1301 #define EC_R_NOT_IMPLEMENTED 126 macro