Searched defs:pubKey (Results 1 – 10 of 10) sorted by relevance
| /drivers/peripheral/user_auth/hdi_service/adaptor/inc/ |
| D | adaptor_algorithm.h | 37 Buffer *pubKey; member
|
| /drivers/peripheral/pin_auth/hdi_service/adaptor/inc/ |
| D | adaptor_algorithm.h | 40 Buffer *pubKey; member
|
| /drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
| D | pin_auth_test.cpp | 171 std::vector<uint8_t> pubKey; variable 290 std::vector<uint8_t> pubKey; variable
|
| /drivers/peripheral/pin_auth/hdi_service/main/inc/ |
| D | executor_func_common.h | 56 uint8_t pubKey[ED25519_FIX_PUBKEY_BUFFER_SIZE]; member
|
| /drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
| D | pool.h | 45 uint8_t pubKey[PUBLIC_KEY_LEN]; member
|
| /drivers/peripheral/user_auth/test/unittest/service_test/src/ |
| D | signature_operation.cpp | 261 Buffer *pubKey = g_keyPair->pubKey; in GetExecutorPublicKey() local
|
| /drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 190 int32_t Ed25519Verify(const Buffer *pubKey, const Buffer *data, const Buffer *sign) in Ed25519Verify()
|
| /drivers/peripheral/pin_auth/hdi_service/main/src/ |
| D | executor_func_common.c | 240 … uint64_t scheduleId, Attribute **data, const Buffer *pubKey, const uint8_t *msg, uint32_t msgSize) in VerifyAndGetDataAttribute()
|
| D | pin_auth.cpp | 279 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/ |
| D | adaptor_algorithm.c | 181 int32_t Ed25519Verify(const Buffer *pubKey, const Buffer *data, const Buffer *sign) in Ed25519Verify()
|