Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h37 Buffer *pubKey; member
/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h40 Buffer *pubKey; member
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
Dpin_auth_test.cpp171 std::vector<uint8_t> pubKey; variable
290 std::vector<uint8_t> pubKey; variable
/drivers/peripheral/pin_auth/hdi_service/main/inc/
Dexecutor_func_common.h56 uint8_t pubKey[ED25519_FIX_PUBKEY_BUFFER_SIZE]; member
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
Dpool.h45 uint8_t pubKey[PUBLIC_KEY_LEN]; member
/drivers/peripheral/user_auth/test/unittest/service_test/src/
Dsignature_operation.cpp261 Buffer *pubKey = g_keyPair->pubKey; in GetExecutorPublicKey() local
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c190 int32_t Ed25519Verify(const Buffer *pubKey, const Buffer *data, const Buffer *sign) in Ed25519Verify()
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dexecutor_func_common.c240 … uint64_t scheduleId, Attribute **data, const Buffer *pubKey, const uint8_t *msg, uint32_t msgSize) in VerifyAndGetDataAttribute()
Dpin_auth.cpp279 int32_t PinAuth::GetExecutorInfo(int32_t executorRole, std::vector<uint8_t> &pubKey, uint32_t &esl, in GetExecutorInfo()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c181 int32_t Ed25519Verify(const Buffer *pubKey, const Buffer *data, const Buffer *sign) in Ed25519Verify()