Searched refs:DH_R_BN_ERROR (Results 1 – 6 of 6) sorted by relevance
29 # define DH_R_BN_ERROR 106 macro
23 {ERR_PACK(ERR_LIB_DH, 0, DH_R_BN_ERROR), "bn error"},
375 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()
224 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in ossl_dh_key_from_pkcs8()
202 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in dh_priv_encode()
470 DH_R_BN_ERROR:106:bn error
Completed in 9 milliseconds