Searched refs:c2 (Results 1 - 6 of 6) sorted by relevance
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
H A D | cipher_sm2_crypto_util_openssl.c | 36 if (sm2Text->c3 == NULL || sm2Text->c2 == NULL) { in BuildSm2Ciphertext() 37 LOGE("SM2 openssl [ASN1_OCTET_STRING_new] c3 c2 fail"); in BuildSm2Ciphertext() 46 if (OpensslAsn1OctetStringSet(sm2Text->c2, spec->cipherTextData.data, in BuildSm2Ciphertext() 48 LOGE("SM2 openssl [ASN1_OCTET_STRING_set] c2 error"); in BuildSm2Ciphertext() 92 const unsigned char *c2Data = OpensslAsn1StringGet0Data(sm2Text->c2); in BuildSm2CiphertextSpec() 93 int c2Len = OpensslAsn1StringLength(sm2Text->c2); in BuildSm2CiphertextSpec()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | utils.cpp | 217 unsigned char c2; in StrCompare() local 220 c2 = (unsigned char)*right; in StrCompare() 221 if (c1 == 0 && c2 == 0) { in StrCompare() 224 if (c1 == 0 || c2 == 0) { in StrCompare() 228 rc = (int)(c1) - (int)(c2); in StrCompare() 230 rc = tolower(c1) - tolower(c2); in StrCompare()
|
H A D | hap_parser.cpp | 538 std::string c2("-"); in ToFolderPath() 541 PathAppend(path, direction, c2); in ToFolderPath() 542 PathAppend(path, deviceType, c2); in ToFolderPath() 543 PathAppend(path, screenDensity, c2); in ToFolderPath()
|
/base/telephony/cellular_data/services/src/apn_manager/ |
H A D | apn_manager.cpp | 196 [](const sptr<ApnHolder> &c1, const sptr<ApnHolder> &c2) { in AddApnHolder() 197 if (c1 == nullptr || c2 == nullptr) { in AddApnHolder() 200 return c2->GetPriority() < c1->GetPriority(); in AddApnHolder()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodlist/ |
H A D | inputmethodlist.js | 470 this.observeComponentCreation2((b2, c2) => {
|
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | openssl_adapter.h | 355 ASN1_OCTET_STRING *c2; member
|
Completed in 5 milliseconds