Searched defs:dDataBlob (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
H A D | hks_import_wrapped_ecdh_suite_test.cpp | 269 static int32_t ConstructKey(const struct HksBlob *nDataBlob, const struct HksBlob *dDataBlob, in ConstructKey() 395 struct HksBlob dDataBlob = {sizeof(g_dData4096), (uint8_t *) g_dData4096}; variable
|
H A D | hks_import_wrapped_x25519_suite_test.cpp | 332 static int32_t ConstructRsaKey(const struct HksBlob *nDataBlob, const struct HksBlob *dDataBlob, in ConstructRsaKey() 458 struct HksBlob dDataBlob = {sizeof(g_dData2048), (uint8_t *) g_dData2048}; variable
|
H A D | hks_import_rsa_test.cpp | 378 static int32_t ConstructKey(const struct HksBlob *nDataBlob, const struct HksBlob *dDataBlob, in ConstructKey() 435 struct HksBlob dDataBlob = { 0, nullptr }; in ConstructImportedKey() local
|
H A D | hks_access_control_test_common.cpp | 704 int32_t ConstructRsaKeyPair(const struct HksBlob *nDataBlob, const struct HksBlob *dDataBlob, in ConstructRsaKeyPair()
|