Home
last modified time | relevance | path

Searched defs:pubKey (Results 1 – 9 of 9) sorted by relevance

/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h39 Buffer *pubKey; member
/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h33 Buffer *pubKey; member
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/main/src/
Dpin_auth_test.cpp161 std::vector<uint8_t> pubKey; variable
219 std::vector<uint8_t> pubKey; variable
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
Dpool.h42 uint8_t pubKey[PUBLIC_KEY_LEN]; member
/drivers/peripheral/pin_auth/hdi_service/main/inc/
Dpin_func.h107 uint8_t pubKey[CONST_PUB_KEY_LEN]; member
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dpin_auth.cpp252 int32_t PinAuth::GetExecutorInfo(std::vector<uint8_t> &pubKey, uint32_t &esl) in GetExecutorInfo()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
Dsignature_operation.cpp235 Buffer *pubKey = g_keyPair->pubKey; in GetExecutorPublicKey() local
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c189 int32_t Ed25519Verify(const Buffer *pubKey, const Buffer *data, const Buffer *sign) in Ed25519Verify()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c182 int32_t Ed25519Verify(const Buffer *pubKey, const Buffer *data, const Buffer *sign) in Ed25519Verify()