Home
last modified time | relevance | path

Searched refs:pubKeyVec (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc341 vector<uint8_t> pubKeyVec(EIC_P256_PUB_KEY_SIZE + 1); in eicOpsSignEcKey() local
342 pubKeyVec[0] = 0x04; in eicOpsSignEcKey()
343 memcpy(pubKeyVec.data() + 1, publicKey, EIC_P256_PUB_KEY_SIZE); in eicOpsSignEcKey()
355 pubKeyVec, signingKeyVec, serialDecimal, issuerName, subjectName, in eicOpsSignEcKey()
494 vector<uint8_t> pubKeyVec(EIC_P256_PUB_KEY_SIZE + 1); in eicOpsEcdh() local
495 pubKeyVec[0] = 0x04; in eicOpsEcdh()
496 memcpy(pubKeyVec.data() + 1, publicKey, EIC_P256_PUB_KEY_SIZE); in eicOpsEcdh()
502 android::hardware::identity::support::ecdh(pubKeyVec, privKeyVec); in eicOpsEcdh()