Home
last modified time | relevance | path

Searched defs:pubKeyInfo (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/security_lite/huks/common/
Dhks_test_curve25519.c153 int32_t TestImportEd25519(struct HksBlob alias, struct HksBlob *pubKeyInfo) in TestImportEd25519()
203 struct HksBlob pubKeyInfo = { pubKeyLen, pubKey }; in TestExportImportEd25519SignVerify() local
327 struct HksBlob pubKeyInfo = { g_pubKeyLen, g_pubKey }; in TestEd25519SignTeeVerifyLocal() local
/test/xts/acts/security/huks/huks_napi_BasicTest/src/
Dhuks_misc_test.cpp244 struct OH_Huks_PubKeyInfo pubKeyInfo; variable