Home
last modified time | relevance | path

Searched defs:keyAliasBlob (Results 1 – 9 of 9) sorted by relevance

/base/security/huks/interfaces/kits/cj/src/
Dcj_huks_ffi.c31 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSInitSession() local
54 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSIsKeyExist() local
61 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSGetKeyItemProperties() local
68 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSHAttestKey() local
75 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSHAnonAttestKey() local
82 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSExportKey() local
89 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSImportWrappedKey() local
97 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSGenerateKey() local
103 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSDeleteKey() local
109 struct HksBlob keyAliasBlob = {strlen(keyAlias), (uint8_t *)keyAlias}; in FfiOHOSImportKey() local
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/os_dependency_test/src/
Dhks_ipc_check_test.cpp67 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE + 1, .data = (uint8_t *)keyAlias }; variable
87 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE + 1, .data = (uint8_t *)keyAlias }; variable
108 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE / 2 + 1, .data = (uint8_t *)keyAlias }; variable
129 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE / 2 + 1, .data = (uint8_t *)keyAlias }; variable
153 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE + 1, .data = (uint8_t *)keyAlias }; variable
177 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE + 1, .data = (uint8_t *)keyAlias }; variable
199 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE - 1, .data = (uint8_t *)keyAlias }; variable
221 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE + 1, .data = (uint8_t *)keyAlias }; variable
247 struct HksBlob keyAliasBlob = { .size = strlen(keyAlias), .data = (uint8_t *)keyAlias }; variable
274 struct HksBlob keyAliasBlob = { .size = MAX_PROCESS_SIZE - 1, .data = (uint8_t *)keyAlias }; variable
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c102 struct HksBlob keyAliasBlob = { keyAlias->length, keyAlias->val }; in CheckKeyExist() local
148 struct HksBlob keyAliasBlob = { keyAlias->length, keyAlias->val }; in DeleteKey() local
241 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in ComputeHmacWithThreeStageInner() local
298 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in ComputeHmacWithThreeStage() local
400 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in ComputePseudonymPsk() local
464 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in GetKeyExtInfoInner() local
493 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in GetKeyExtInfo() local
756 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in GenerateKeyPairWithStorage() local
877 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in ExportPublicKey() local
931 struct HksBlob keyAliasBlob = { keyParams->keyBuff.keyLen, keyParams->keyBuff.key }; in Sign() local
[all …]
Dhuks_adapter_utils.c225 static int32_t ChangeStorageLevel(const struct HksBlob *keyAliasBlob, const struct HksParamSet *deP… in ChangeStorageLevel()
238 void MoveDeKeyToCe(bool isKeyAlias, int32_t osAccountId, const struct HksBlob *keyAliasBlob) in MoveDeKeyToCe()
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
Ddlp_common_func.cpp74 BlobData keyAliasBlob = { keyAliasLen, (uint8_t *)keyAlias }; in WriteHMACAndBufToFile() local
198 BlobData keyAliasBlob = { keyAliasLen, (uint8_t *)keyAlias }; in CompareHMACValue() local
Ddlp_feature_info.cpp75 …BlobData keyAliasBlob = { HcStrlen(DLP_FEATURE_INFO_FILE_KEY_ALIAS), (uint8_t *)DLP_FEATURE_INFO_F… in SaveDlpFeatureInfoToFile() local
/base/security/huks/interfaces/kits/napi/src/v8/
Dhuks_napi_common.cpp599 HksBlob *&keyAliasBlob, HksParamSet *&paramSet) in ParseKeyAliasAndHksParamSet()
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/
Dhks_client_service_test.cpp457 const struct HksBlob keyAliasBlob = { strlen(alias), (uint8_t *)alias }; variable
/base/security/huks/interfaces/kits/napi/src/v9/
Dhuks_napi_common_item.cpp622 HksBlob *&keyAliasBlob, HksParamSet *&paramSet) in ParseKeyAliasAndHksParamSet()