Home
last modified time | relevance | path

Searched refs:DH_R_NO_PRIVATE_VALUE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/crypto/dh/
H A Ddh_err.c85 {ERR_REASON(DH_R_NO_PRIVATE_VALUE) ,"no private value"},
H A Ddh_key.c195 DHerror(DH_R_NO_PRIVATE_VALUE); in compute_key()
/dragonfly/crypto/libressl/include/openssl/
H A Ddh.h233 #define DH_R_NO_PRIVATE_VALUE 100 macro