Home
last modified time | relevance | path

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

/ohos5.0/base/security/huks/utils/crypto_adapter/
H A Dhks_client_service_adapter.c58 HKS_LOG_E("i2d_PUBKEY error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())); in EvpKeyToX509Format()
69 HKS_LOG_E("i2d_PUBKEY error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())); in EvpKeyToX509Format()
95 HKS_LOG_E("BN_bin2bn error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())); in RsaToX509PublicKey()
174 ERR_reason_error_string(ERR_get_error())); in EccToX509PublicKey()
455 "EVP_PKEY_get1_RSA error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())) in X509PublicKeyToRsa()
477 HKS_LOG_E("BN_bn2bin error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())); in X509PublicKeyToRsa()
504 ERR_reason_error_string(ERR_get_error())); in EcKeyToPublicKey()
548 "EVP_PKEY_get1_EC_KEY error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())) in X509PublicKeyToEcc()
641 "EVP_PKEY_get1_DSA error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())) in X509PublicKeyToDsa()
698 "EVP_PKEY_get0_DH error %" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_error())) in X509PublicKeyToDh()
[all …]
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_sm2.c123 HKS_LOG_E("ctx NULL %s", ERR_reason_error_string(ERR_get_error())); in HksOpensslSm2GenerateKey()
131 … HKS_LOG_E("EVP_PKEY_keygen_init ret = %d %s", osRet, ERR_reason_error_string(ERR_get_error())); in HksOpensslSm2GenerateKey()
136 … HKS_LOG_E("EVP_PKEY_keygen ret = %d %s", osRet, ERR_reason_error_string(ERR_get_error())); in HksOpensslSm2GenerateKey()
255 …HKS_IF_NULL_LOGE_BREAK(priBn, "BN_bin2bn fail%" LOG_PUBLIC "s", ERR_reason_error_string(ERR_get_er… in ConstructSm2ParamsFromRawKey()
265 ERR_reason_error_string(ERR_get_error())) in ConstructSm2ParamsFromRawKey()
311 ret, ERR_reason_error_string(ERR_get_error())); in Sm2InitKey()
442 osRet, ERR_reason_error_string(ERR_get_error())); in HksOpensslSm2Sign()
455 osRet, ERR_reason_error_string(ERR_get_error())); in HksOpensslSm2Sign()
H A Dhks_openssl_engine.c535 osRet, ERR_reason_error_string(ERR_get_error())); in GetBnBinpadFromPkey()
555 osRet, ERR_reason_error_string(ERR_get_error())); in GetBnBinpadFromPkey()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Derr.rs22 pub(crate) fn ERR_reason_error_string(err: c_ulong) -> *const c_char; in ERR_reason_error_string() function
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Derror.rs31 use crate::util::c_openssl::ffi::err::{ERR_lib_error_string, ERR_reason_error_string};
179 let reason_error = ERR_reason_error_string(self.code); in fmt()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_app_cert_process.c240 CM_LOG_E("EVP_PKEY_get1_RSA error %s", ERR_reason_error_string(ERR_get_error())); in ImportRsaKey()