Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/libeic/
DEicSession.c53 if (!eicOpsCreateEcKey(ctx->ephemeralPrivateKey, ctx->ephemeralPublicKey)) { in eicSessionInit()
105 if (eicMemMem(sessionTranscript, sessionTranscriptSize, ctx->ephemeralPublicKey, in eicSessionSetSessionTranscript()
111 ctx->ephemeralPublicKey + EIC_P256_PUB_KEY_SIZE / 2, in eicSessionSetSessionTranscript()
DEicSession.h41 uint8_t ephemeralPublicKey[EIC_P256_PUB_KEY_SIZE]; member
DEicPresentation.c192 uint8_t ephemeralPublicKey[EIC_P256_PUB_KEY_SIZE]; in eicPresentationCreateEphemeralKeyPair() local
193 if (!eicOpsCreateEcKey(ctx->ephemeralPrivateKey, ephemeralPublicKey)) { in eicPresentationCreateEphemeralKeyPair()
/hardware/interfaces/identity/aidl/vts/
DEndToEndTests.cpp333 optional<vector<uint8_t>> ephemeralPublicKey = support::ecKeyPairGetPublicKey(ephemeralKeyPair); in TEST_P() local
336 auto [getXYSuccess, ephX, ephY] = support::ecPublicKeyGetXandY(ephemeralPublicKey.value()); in TEST_P()