Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/gost/
HDgostr341001_key.c150 GOSTerror(EC_R_WRONG_ORDER); in GOST_KEY_check_key()
159 GOSTerror(EC_R_WRONG_ORDER); in GOST_KEY_check_key()
/dragonfly/crypto/libressl/crypto/ec/
HDec_err.c126 {ERR_REASON(EC_R_WRONG_ORDER), "wrong order"},
HDec_key.c348 ECerror(EC_R_WRONG_ORDER); in EC_KEY_check_key()
357 ECerror(EC_R_WRONG_ORDER); in EC_KEY_check_key()
/dragonfly/crypto/libressl/include/openssl/
HDec.h1319 #define EC_R_WRONG_ORDER 130 macro