Searched refs:GENERATE_KEY (Results 1 - 2 of 2) sorted by relevance
/base/security/huks/test/reliability/src/ |
H A D | pressure_test.cpp | 38 const char GENERATE_KEY[] = "This is for generate key"; member 185 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in HWTEST_F() 218 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in HWTEST_F() 259 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in HWTEST_F() 299 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in HWTEST_F() 331 struct HksBlob authId = { strlen(GENERATE_KEY), (uint8_ in HWTEST_F() [all...] |
H A D | api_pressure_test.cpp | 41 const char GENERATE_KEY[] = "This is for generate key"; member 544 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in GenerateKeyTest() 997 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in HWTEST_F() 1011 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in HWTEST_F() 1041 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_t *)GENERATE_KEY }; in HWTEST_F() 1092 struct HksBlob authId = { (uint32_t)strlen(GENERATE_KEY), (uint8_ in HWTEST_F() [all...] |
Completed in 5 milliseconds