Home
last modified time | relevance | path

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

/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_import_sign_verify_test.cpp400 struct HksKeyMaterial25519 material; in ConstructImportedCurve25519Key() local
441 struct HksKeyMaterialDsa material; in ConstructImportedDsaPriOrPairKey() local
516 struct HksKeyMaterialEcc material; in ConstructEcPrivateKey() local
576 struct HksKeyMaterialEcc material; in ConstructEcKey() local
628 struct HksKeyMaterialEcc material; in ConstructImportedSm2Key() local
Dhks_import_wrapped_x25519_suite_test.cpp305 struct HksKeyMaterial25519 material; in ConstructCurve25519Key() local
360 struct HksKeyMaterialRsa material; in ConstructRsaKey() local
Dhks_access_control_test_common.cpp547 struct HksKeyMaterialRsa material; in ConstructRsaKeyPair() local
595 struct HksKeyMaterial25519 material; in ConstructEd25519KeyPair() local
636 struct HksKeyMaterialDsa material; in ConstructDsaKeyPair() local
Dhks_import_agree_test.cpp708 struct HksKeyMaterial25519 material; in ConstructCurve25519Key() local
755 struct HksKeyMaterialEcc material; in ConstructEccKey() local
811 struct HksKeyMaterialDh material; in ConstructDhKey() local
Dhks_import_wrapped_ecdh_suite_test.cpp328 struct HksKeyMaterialRsa material; in ConstructKey() local
Dhks_import_rsa_test.cpp484 struct HksKeyMaterialRsa material; in ConstructKey() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_rkc.c112 static int32_t RkcGetFixedMaterial(struct HksBlob *material) in RkcGetFixedMaterial()
Dhks_attest.c740 static int32_t GetPrivateKeyMaterial(struct HksBlob *val, struct HksBlob *material) in GetPrivateKeyMaterial()
807 uint8_t *material = (uint8_t *)HksMalloc(materialLen); in HksGetDevicePrivateKey() local