Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/identity/libeic/
DEicPresentation.c176 EicPresentation* ctx, uint8_t ephemeralPrivateKey[EIC_P256_PRIV_KEY_SIZE]) { in eicPresentationCreateEphemeralKeyPair()
178 if (!eicOpsCreateEcKey(ctx->ephemeralPrivateKey, ephemeralPublicKey)) { in eicPresentationCreateEphemeralKeyPair()
182 eicMemCpy(ephemeralPrivateKey, ctx->ephemeralPrivateKey, in eicPresentationCreateEphemeralKeyPair()
DEicPresentation.h35 uint8_t ephemeralPrivateKey[EIC_P256_PRIV_KEY_SIZE]; member
116 EicPresentation* ctx, uint8_t ephemeralPrivateKey[EIC_P256_PRIV_KEY_SIZE]);