Searched defs:dDataBlob (Results 1 – 4 of 4) sorted by relevance
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/ |
| 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
|
| 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
|
| D | hks_import_rsa_test.cpp | 430 static int32_t ConstructKey(const struct HksBlob *nDataBlob, const struct HksBlob *dDataBlob, in ConstructKey() 480 …nt32_t ConstructPriKeyParams(int32_t keySize, struct HksBlob *nDataBlob, struct HksBlob *dDataBlob) in ConstructPriKeyParams() 538 struct HksBlob dDataBlob = { 0, nullptr }; in ConstructImportedKey() local
|
| D | hks_access_control_test_common.cpp | 704 int32_t ConstructRsaKeyPair(const struct HksBlob *nDataBlob, const struct HksBlob *dDataBlob, in ConstructRsaKeyPair()
|