Home
last modified time | relevance | path

Searched defs:material (Results 1 – 14 of 14) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/
Dhks_storage_util_test.cpp80 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; variable
109 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; variable
138 struct HksStoreMaterial material = { CE_PATH, 0 }; variable
167 struct HksStoreMaterial material = { ECE_PATH, 0 }; variable
197 struct HksStoreMaterial material = { TMP_PATH, 0 }; variable
227 struct HksStoreMaterial material = { LITE_HAP_PATH, 0 }; variable
256 struct HksStoreMaterial material = { RKC_IN_STANDARD_PATH, 0 }; variable
Dhks_storage_manager_test.cpp107 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; variable
158 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; variable
209 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; variable
261 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; variable
312 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; variable
364 struct HksStoreMaterial material = { ECE_PATH, 0 }; variable
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
Dhks_storage_manager.c225 static void FreeStorageMaterial(struct HksStoreMaterial *material) in FreeStorageMaterial()
250 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in InitStorageMaterial() local
275 const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksConstructStoreFileInfo()
298 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreKeyBlob() local
330 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreDeleteKeyBlob() local
362 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreIsKeyBlobExist() local
394 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreGetKeyBlob() local
439 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageStoreGetKeyBlobSize() local
476 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageGetKeyAliasByProcessName() local
504 struct HksStoreMaterial material = { DE_PATH, 0, 0, 0, 0 }; in HksManageGetKeyCountByProcessName() local
[all …]
Dhks_storage_utils.c488 static int32_t ConstructPath(const struct HksStoreMaterial *material, const char *deDataPath, in ConstructPath()
540 static int32_t GetPathInfo(const struct HksStoreMaterial *material, const char *deDataPath, in GetPathInfo()
573 int32_t HksGetFileInfo(const struct HksStoreMaterial *material, struct HksStoreFileInfo *fileInfo) in HksGetFileInfo()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_import_sign_verify_test.cpp361 struct HksKeyMaterial25519 material; in ConstructImportedCurve25519Key() local
402 struct HksKeyMaterialDsa material; in ConstructImportedDsaPriOrPairKey() local
477 struct HksKeyMaterialEcc material; in ConstructEcPrivateKey() local
537 struct HksKeyMaterialEcc material; in ConstructEcKey() local
601 struct HksKeyMaterialEcc material; in ConstructImportedSm2Key() local
Dhks_import_wrapped_x25519_suite_test.cpp280 struct HksKeyMaterial25519 material; in ConstructCurve25519Key() local
335 struct HksKeyMaterialRsa material; in ConstructRsaKey() local
Dhks_import_agree_test.cpp658 struct HksKeyMaterial25519 material; in ConstructCurve25519Key() local
705 struct HksKeyMaterialEcc material; in ConstructEccKey() local
761 struct HksKeyMaterialDh material; in ConstructDhKey() local
Dhks_access_control_test_common.cpp707 struct HksKeyMaterialRsa material; in ConstructRsaKeyPair() local
755 struct HksKeyMaterial25519 material; in ConstructEd25519KeyPair() local
795 struct HksKeyMaterialDsa material; in ConstructDsaKeyPair() local
Dhks_import_wrapped_ecdh_suite_test.cpp272 struct HksKeyMaterialRsa material; in ConstructKey() local
Dhks_import_rsa_test.cpp381 struct HksKeyMaterialRsa material; in ConstructKey() local
Dhks_import_wrapped_sm2_suite_test.cpp717 struct HksKeyMaterialEcc material; in ConstructEccKey() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_sm2.c183 static int32_t PushPubKeyToParam(const struct KeyMaterialEcc *material, in PushPubKeyToParam()
220 static OSSL_PARAM *ConstructSm2ParamsFromRawKey(const struct KeyMaterialEcc *material, enum HksKeyP… in ConstructSm2ParamsFromRawKey()
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
Dhks_rkc_v1.c95 static int32_t RkcGetFixedMaterialV1(struct HksBlob *material) in RkcGetFixedMaterialV1()
/base/security/huks/services/huks_standard/huks_engine/main/device_cert_manager/src/
Ddcm_attest.c788 static int32_t GetPrivateKeyMaterial(struct HksBlob *val, struct HksBlob *material) in GetPrivateKeyMaterial()
855 uint8_t *material = (uint8_t *)HksMalloc(materialLen); in HksGetDevicePrivateKey() local