mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 15:58:43 +00:00
Merge "Fix array-parameter warning" am: 66808f0c5e
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2243875 Change-Id: Icd7d42477eed85e5ca644b53425c82f5dd676992 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -489,7 +489,7 @@ bool eicOpsEcDsaVerifyWithPublicKey(const uint8_t* digest, size_t digestSize,
|
||||
}
|
||||
|
||||
bool eicOpsEcdh(const uint8_t publicKey[EIC_P256_PUB_KEY_SIZE],
|
||||
const uint8_t privateKey[EIC_P256_PUB_KEY_SIZE],
|
||||
const uint8_t privateKey[EIC_P256_PRIV_KEY_SIZE],
|
||||
uint8_t sharedSecret[EIC_P256_COORDINATE_SIZE]) {
|
||||
vector<uint8_t> pubKeyVec(EIC_P256_PUB_KEY_SIZE + 1);
|
||||
pubKeyVec[0] = 0x04;
|
||||
|
||||
Reference in New Issue
Block a user