Home
last modified time | relevance | path

Searched refs:PUBLIC_KEY_LEN (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dpool.h27 #define PUBLIC_KEY_LEN 32 macro
45 uint8_t pubKey[PUBLIC_KEY_LEN];
/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp33 constexpr size_t PUBLIC_KEY_LEN = 32; member
44 .publicKey = std::vector<uint8_t>(PUBLIC_KEY_LEN, 0), in AllInOneExecutorImpl()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp32 constexpr size_t PUBLIC_KEY_LEN = 32; member
43 .publicKey = std::vector<uint8_t>(PUBLIC_KEY_LEN, 0), in AllInOneExecutorImpl()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c163 publicKey = CreateBufferByData(executor->pubKey, PUBLIC_KEY_LEN); in Ed25519VerifyData()
654 Uint8Array pubKeyTlv = { resultInfo->pubKey, PUBLIC_KEY_LEN }; in GetExecutorInfoHalFromAttribute()
737 (memcmp(executorInfo.pubKey, infoToCheck->pubKey, PUBLIC_KEY_LEN) == 0)) { in CheckRemoteExecutorInfoInner()
806 uint8_t publicKeyData[PUBLIC_KEY_LEN] = {}; in CreateExecutorCollectMsg()
807 Uint8Array publicKey = { publicKeyData, PUBLIC_KEY_LEN }; in CreateExecutorCollectMsg()
1072 Uint8Array publicKeyIn = { executorInfo->pubKey, PUBLIC_KEY_LEN }; in SetExecutorInfoMsgToAttribute()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp448 Uint8Array publicKeyInfo = { (uint8_t *)in->executors[1 - i].pubKey, PUBLIC_KEY_LEN }; in CopyAuthScheduleInfo()
1206 if (memcpy_s(out.pubKey, PUBLIC_KEY_LEN, &in.publicKey[0], in.publicKey.size()) != EOK) { in CopyExecutorInfo()
1264 if (info.publicKey.size() != PUBLIC_KEY_LEN) { in AddExecutor()
1274 publicKey.resize(PUBLIC_KEY_LEN); in AddExecutor()

Completed in 6 milliseconds