Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/libeic/
DEicOps.h236 bool eicOpsEcdh(const uint8_t publicKey[EIC_P256_PUB_KEY_SIZE],
DEicOpsImpl.cc472 bool eicOpsEcdh(const uint8_t publicKey[EIC_P256_PUB_KEY_SIZE], in eicOpsEcdh() function
DEicPresentation.c533 if (!eicOpsEcdh(readerEphemeralPublicKey, signingKeyPriv, sharedSecret)) { in eicPresentationCalcMacKey()