Home
last modified time | relevance | path

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 Dhks_import_wrapped_ecdh_suite_test.cpp269 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 Dhks_import_wrapped_x25519_suite_test.cpp332 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 Dhks_import_rsa_test.cpp378 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 Dhks_access_control_test_common.cpp704 int32_t ConstructRsaKeyPair(const struct HksBlob *nDataBlob, const struct HksBlob *dDataBlob, in ConstructRsaKeyPair()