Searched refs:strKey (Results 1 - 7 of 7) sorted by relevance
/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/ |
H A D | code_sign_utils_in_c.cpp | 40 std::string strKey(entry.key); in EnforceCodeSignForApp() 42 if (entryPathMap.find(strKey) != entryPathMap.end()) { in EnforceCodeSignForApp() 45 entryPathMap[strKey] = strValue; in EnforceCodeSignForApp()
|
/base/security/access_token/interfaces/innerkits/nativetoken/src/ |
H A D | nativetoken_json_oper.c | 84 cJSON *strArrJson = cJSON_GetObjectItem(cjsonItem, attr->strKey); in GetInfoArrFromJson() 118 static int32_t AddStrArrayInfo(cJSON *object, char* const strArray[], int32_t strNum, const char *strKey) in AddStrArrayInfo() argument 122 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:CreateArray failed, strKey :%s.", __func__, strKey); in AddStrArrayInfo() 128 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:AddItemToArray failed, strKey : %s.", __func__, strKey); in AddStrArrayInfo() 134 if (!cJSON_AddItemToObject(object, strKey, strJsonArr)) { in AddStrArrayInfo() 135 NativeTokenKmsg(NATIVETOKEN_KERROR, "[%s]:AddItemToObject failed, strKey : %s.", __func__, strKey); in AddStrArrayInfo() 208 static uint32_t UpdateStrArrayType(char* const strArr[], int32_t strNum, const char *strKey, cJSO argument [all...] |
H A D | nativetoken.c | 95 static void StrAttrSet(StrArrayAttr *attr, uint32_t maxStrLen, int32_t maxStrNum, const char *strKey) in StrAttrSet() argument 99 attr->strKey = strKey; in StrAttrSet()
|
/base/security/huks/frameworks/crypto_lite/js/builtin/src/ |
H A D | cipher_module.cpp | 34 char *strKey = JSI::GetStringProperty(args[0], "key"); in Rsa() local 46 if ((strKey == nullptr) || (strText == nullptr)) { in Rsa() 50 rsaKey.key = strKey; in Rsa() 51 rsaKey.keyLen = strlen(strKey); in Rsa() 85 ResetStrBuf(strKey); in Rsa() 86 JSI::ReleaseString(strKey); in Rsa() 108 char *strKey = JSI::GetStringProperty(args[0], "key"); in Aes() local 134 ret = InitAesCryptData(strAction, strText, strKey, &iv, &aes); in Aes() 152 ResetStrBuf(strKey); in Aes() 154 JSI::ReleaseString(strKey); in Aes() [all...] |
/base/security/access_token/interfaces/innerkits/nativetoken/include/ |
H A D | nativetoken.h | 92 const char *strKey;
member
|
/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/ |
H A D | nativetoken_oper_test.cpp | 179 attr.strKey = "dcaps";
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_scheme_handler_request.cpp | 104 std::string strKey(key); in WebSchemeHandlerRequest() 106 headerList_.emplace_back(std::make_pair(strKey, strValue)); in WebSchemeHandlerRequest()
|
Completed in 5 milliseconds