Searched refs:PUBLIC_KEY_LEN (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | pool.h | 27 #define PUBLIC_KEY_LEN 32 macro 45 uint8_t pubKey[PUBLIC_KEY_LEN];
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 33 constexpr size_t PUBLIC_KEY_LEN = 32; variable 44 .publicKey = std::vector<uint8_t>(PUBLIC_KEY_LEN, 0), in AllInOneExecutorImpl()
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 32 constexpr size_t PUBLIC_KEY_LEN = 32; variable 43 .publicKey = std::vector<uint8_t>(PUBLIC_KEY_LEN, 0), in AllInOneExecutorImpl()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 163 publicKey = CreateBufferByData(executor->pubKey, PUBLIC_KEY_LEN); in Ed25519VerifyData() 654 Uint8Array pubKeyTlv = { resultInfo->pubKey, PUBLIC_KEY_LEN }; in GetExecutorInfoHalFromAttribute() 738 (memcmp(executorInfo.pubKey, infoToCheck->pubKey, PUBLIC_KEY_LEN) == 0)) { in CheckRemoteExecutorInfoInner() 808 uint8_t publicKeyData[PUBLIC_KEY_LEN] = {}; in CreateExecutorCollectMsg() 809 Uint8Array publicKey = { publicKeyData, PUBLIC_KEY_LEN }; in CreateExecutorCollectMsg() 1073 Uint8Array publicKeyIn = { executorInfo->pubKey, PUBLIC_KEY_LEN }; in SetExecutorInfoMsgToAttribute()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 448 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()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-fingerprint_auth-des.md | 250 static constexpr size_t PUBLIC_KEY_LEN = 32; // 执行器32字节公钥
|
H A D | driver-peripherals-face_auth-des.md | 282 static constexpr size_t PUBLIC_KEY_LEN = 32; // 执行器32字节公钥
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-face_auth-des.md | 282 static constexpr size_t PUBLIC_KEY_LEN = 32; //32-byte public key of the executor
|
H A D | driver-peripherals-fingerprint_auth-des.md | 250 static constexpr size_t PUBLIC_KEY_LEN = 32; //32-byte public key of the executor
|