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/
HDdh_err.c85 {ERR_REASON(DH_R_NO_PRIVATE_VALUE) ,"no private value"},
HDdh_key.c195 DHerror(DH_R_NO_PRIVATE_VALUE); in compute_key()
/dragonfly/crypto/libressl/include/openssl/
HDdh.h233 #define DH_R_NO_PRIVATE_VALUE 100 macro