Home
last modified time | relevance | path

Searched defs:publicKey (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/user_auth/test/unittest/service_test/src/
Duser_auth_interface_service_test.cpp74 std::vector<uint8_t> publicKey; in DoOnceExecutorRegister() local
182 std::vector<uint8_t> publicKey; variable
198 std::vector<uint8_t> publicKey; variable
219 std::vector<uint8_t> publicKey; variable
335 std::vector<uint8_t> publicKey; variable
440 std::vector<uint8_t> publicKey; variable
476 std::vector<uint8_t> publicKey; variable
570 std::vector<uint8_t> publicKey; variable
893 std::vector<uint8_t> publicKey; variable
952 std::vector<uint8_t> publicKey; variable
/drivers/peripheral/huks/hdi_service/
Dhuks_hdi_passthrough_adapter.c268 enum HksChipsetPlatformDecryptScene scene, struct HksBlob *publicKey) in HuksHdiAdapterExportChipsetPlatformPublicKey()
Dhuks_hdi_service.c215 enum HuksChipsetPlatformDecryptScene scene, struct HuksBlob *publicKey) in HuksExportChipsetPlatformPublicKey()
Dhuks_hdi_template.h302 #define HDI_CONVERTER_FUNC_EXPORTCHIPSETPLATFORMPUBLICKEY(salt, scene, publicKey, ret, func) \ argument
/drivers/peripheral/user_auth/hdi_service/coauth/src/
Dexecutor_message.c159 Buffer *publicKey = NULL; in Ed25519VerifyData() local
/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
Duser_auth_hdi_fuzzer.cpp246 std::vector<uint8_t> publicKey; in FuzzAddExecutor() local
/drivers/peripheral/user_auth/hdi_service/service/
Duser_auth_interface_service.cpp879 std::vector<uint8_t> &publicKey, std::vector<uint64_t> &templateIds) in AddExecutor()