Home
last modified time | relevance | path

Searched refs:pubKeyText (Results 1 - 2 of 2) sorted by relevance

/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_signature_test.cpp107 uint8_t pubKeyText[] = { in HWTEST_F() local
115 .data = reinterpret_cast<uint8_t *>(pubKeyText), in HWTEST_F()
116 .len = sizeof(pubKeyText) in HWTEST_F()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_backup_test.cpp422 uint8_t pubKeyText[HKS_DH_KEY_SIZE_2048] = { 0 }; in HWTEST_F() local
423 struct HksBlob pubKey = { .size = HKS_ARRAY_SIZE(pubKeyText), .data = pubKeyText }; in HWTEST_F()
455 uint8_t pubKeyText[HKS_DH_KEY_SIZE_2048] = { 0 }; in HWTEST_F() local
456 struct HksBlob pubKey = { .size = HKS_ARRAY_SIZE(pubKeyText), .data = pubKeyText }; in HWTEST_F()

Completed in 2 milliseconds