Home
last modified time | relevance | path

Searched refs:DH_R_BN_ERROR (Results 1 – 6 of 6) sorted by relevance

/openssl-master/include/openssl/
A Ddherr.h29 # define DH_R_BN_ERROR 106 macro
/openssl-master/crypto/dh/
A Ddh_err.c23 {ERR_PACK(ERR_LIB_DH, 0, DH_R_BN_ERROR), "bn error"},
A Ddh_key.c375 int err_reason = DH_R_BN_ERROR; in ossl_dh_buf2key()
439 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in ossl_dh_key2buf()
A Ddh_backend.c224 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in ossl_dh_key_from_pkcs8()
A Ddh_ameth.c202 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in dh_priv_encode()
/openssl-master/crypto/err/
A Dopenssl.txt470 DH_R_BN_ERROR:106:bn error

Completed in 9 milliseconds