Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Ddherr.h50 # define DH_R_NO_PRIVATE_VALUE 100 macro
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_err.c53 {ERR_PACK(ERR_LIB_DH, 0, DH_R_NO_PRIVATE_VALUE), "no private value"},
H A Ddh_key.c73 ERR_raise(ERR_LIB_DH, DH_R_NO_PRIVATE_VALUE); in ossl_dh_compute_key()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt501 DH_R_NO_PRIVATE_VALUE:100:no private value