Searched refs:EC_R_DECODE_ERROR (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Decerr.h35 # define EC_R_DECODE_ERROR 142 macro
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Decerr.h217 # define EC_R_DECODE_ERROR 142 macro
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_err.c33 {ERR_PACK(ERR_LIB_EC, 0, EC_R_DECODE_ERROR), "decode error"},
H A Dec_backend.c787 ERR_raise(ERR_LIB_EC, EC_R_DECODE_ERROR);
805 ERR_raise(ERR_LIB_EC, EC_R_DECODE_ERROR);
833 ERR_raise(ERR_LIB_EC, EC_R_DECODE_ERROR);
H A Dec_ameth.c119 ERR_raise(ERR_LIB_EC, EC_R_DECODE_ERROR);
171 ERR_raise(ERR_LIB_EC, EC_R_DECODE_ERROR);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_ameth.c120 ECerr(EC_F_ECKEY_TYPE2PARAM, EC_R_DECODE_ERROR);
141 ECerr(EC_F_ECKEY_TYPE2PARAM, EC_R_DECODE_ERROR);
174 ECerr(EC_F_ECKEY_PUB_DECODE, EC_R_DECODE_ERROR);
221 ECerr(EC_F_ECKEY_PRIV_DECODE, EC_R_DECODE_ERROR);
244 ECerr(EC_F_ECKEY_PRIV_ENCODE, EC_R_DECODE_ERROR);
464 ECerr(EC_F_OLD_EC_PRIV_DECODE, EC_R_DECODE_ERROR);
H A Dec_err.c305 {ERR_PACK(ERR_LIB_EC, 0, EC_R_DECODE_ERROR), "decode error"},

Completed in 260 milliseconds