Searched refs:encodeBuf (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_key_operation.c | 123 uint8_t encodeBuf[MAX_LEN_BASE64URL_SHA256] = { 0 }; in CmKeyOpGenMacKey() local 124 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in CmKeyOpGenMacKey() 155 uint8_t encodeBuf[MAX_LEN_BASE64URL_SHA256] = { 0 }; in CmKeyOpGenMacKeyIfNotExist() local 156 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in CmKeyOpGenMacKeyIfNotExist() 191 uint8_t encodeBuf[MAX_LEN_BASE64URL_SHA256] = { 0 }; in CmKeyOpDeleteKey() local 192 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in CmKeyOpDeleteKey() 233 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in CmKeyOpCalcMac() 282 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in CmKeyOpImportKey() 366 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in GetKeyProperties() 401 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in AddParamsToParamSet() [all …]
|
H A D | cert_manager.c | 931 uint8_t encodeBuf[MAX_LEN_BASE64URL_SHA256] = { 0 }; in GetObjNameFromCertData() local 932 struct CmBlob encodeTarget = { sizeof(encodeBuf), encodeBuf }; in GetObjNameFromCertData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_group_js_bridge.cpp | 130 std::vector<uint8_t> encodeBuf; in ProcessJsRequest() local 131 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequest() 140 dispatcher->Dispatch(strGroupName, std::move(encodeBuf), callbackId); in ProcessJsRequest() 185 std::vector<uint8_t> encodeBuf; in ProcessJsRequestSync() local 186 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequestSync() 196 dispatcher->DispatchSync(strGroupName, std::move(encodeBuf), &resData, position); in ProcessJsRequestSync()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_group_js_bridge.cpp | 228 std::vector<uint8_t> encodeBuf; in ProcessJsRequest() local 229 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequest() 238 dispatcher->Dispatch(strGroupName, std::move(encodeBuf), callbackId); in ProcessJsRequest() 298 std::vector<uint8_t> encodeBuf; in ProcessJsRequestSync() local 299 if (!codec.EncodeFunctionCall(functionCall, encodeBuf)) { in ProcessJsRequestSync() 310 dispatcher->DispatchSync(strGroupName, std::move(encodeBuf), &resData, position); in ProcessJsRequestSync()
|