Searched refs:DH_R_DECODE_ERROR (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/crypto/openssl/include/openssl/
H A Ddherr.h38 # define DH_R_DECODE_ERROR 104 macro
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_err.c38 {ERR_PACK(ERR_LIB_DH, 0, DH_R_DECODE_ERROR), "decode error"},
H A Ddh_ameth.c86 ERR_raise(ERR_LIB_DH, DH_R_DECODE_ERROR);
91 ERR_raise(ERR_LIB_DH, DH_R_DECODE_ERROR);

Completed in 117 milliseconds