Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Ddherr.h29 # define DH_R_BN_ERROR 106 macro
/third_party/openssl/ohos_lite/include/openssl/
Ddherr.h62 # define DH_R_BN_ERROR 106 macro
/third_party/openssl/crypto/dh/
Ddh_err.c23 {ERR_PACK(ERR_LIB_DH, 0, DH_R_BN_ERROR), "bn error"},
Ddh_key.c387 int err_reason = DH_R_BN_ERROR; in ossl_dh_buf2key()
448 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in ossl_dh_key2buf()
Ddh_ameth.c202 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in dh_priv_encode()
211 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in dh_priv_encode()
Ddh_backend.c229 ERR_raise(ERR_LIB_DH, DH_R_BN_ERROR); in ossl_dh_key_from_pkcs8()
/third_party/python/Modules/
D_ssl_data.h1602 #ifdef DH_R_BN_ERROR
1603 {"BN_ERROR", ERR_LIB_DH, DH_R_BN_ERROR},
D_ssl_data_111.h1663 #ifdef DH_R_BN_ERROR
1664 {"BN_ERROR", ERR_LIB_DH, DH_R_BN_ERROR},
D_ssl_data_300.h2403 #ifdef DH_R_BN_ERROR
2404 {"BN_ERROR", ERR_LIB_DH, DH_R_BN_ERROR},
/third_party/openssl/crypto/err/
Dopenssl.txt472 DH_R_BN_ERROR:106:bn error