Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Ddherr.h38 # define DH_R_DECODE_ERROR 104 macro
/freebsd/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); in dh_pub_decode()
91 ERR_raise(ERR_LIB_DH, DH_R_DECODE_ERROR); in dh_pub_decode()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt489 DH_R_DECODE_ERROR:104:decode error