Home
last modified time | relevance | path

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

/hardware/interfaces/identity/aidl/default/libeic/
DEicSession.h48 } EicSession; typedef
50 bool eicSessionInit(EicSession* ctx);
52 bool eicSessionShutdown(EicSession* ctx);
54 bool eicSessionGetId(EicSession* ctx, uint32_t* outId);
56 bool eicSessionGetAuthChallenge(EicSession* ctx, uint64_t* outAuthChallenge);
58 bool eicSessionGetEphemeralKeyPair(EicSession* ctx,
62 EicSession* ctx, const uint8_t readerEphemeralPublicKey[EIC_P256_PUB_KEY_SIZE]);
64 bool eicSessionSetSessionTranscript(EicSession* ctx, const uint8_t* sessionTranscript,
71 EicSession* eicSessionGetForId(uint32_t sessionId);
DEicSession.c28 static EicSession* gSessionCurrent = NULL;
30 EicSession* eicSessionGetForId(uint32_t sessionId) { in eicSessionGetForId()
37 bool eicSessionInit(EicSession* ctx) { in eicSessionInit()
38 eicMemSet(ctx, '\0', sizeof(EicSession)); in eicSessionInit()
63 bool eicSessionShutdown(EicSession* ctx) { in eicSessionShutdown()
69 eicMemSet(ctx, '\0', sizeof(EicSession)); in eicSessionShutdown()
74 bool eicSessionGetId(EicSession* ctx, uint32_t* outId) { in eicSessionGetId()
79 bool eicSessionGetAuthChallenge(EicSession* ctx, uint64_t* outAuthChallenge) { in eicSessionGetAuthChallenge()
84 bool eicSessionGetEphemeralKeyPair(EicSession* ctx, in eicSessionGetEphemeralKeyPair()
92 EicSession* ctx, const uint8_t readerEphemeralPublicKey[EIC_P256_PUB_KEY_SIZE]) { in eicSessionSetReaderEphemeralPublicKey()
[all …]
DEicPresentation.c224 EicSession* session = eicSessionGetForId(ctx->sessionId); in eicPresentationValidateRequestMessage()
385 EicSession* session = eicSessionGetForId(ctx->sessionId); in getChallenge()
633 EicSession* session = eicSessionGetForId(ctx->sessionId); in eicPresentationPrepareDeviceAuthentication()
/hardware/interfaces/identity/aidl/default/
DAndroid.bp57 "libeic/EicSession.c",
DFakeSecureHardwareProxy.h126 static EicSession ctx_;
DFakeSecureHardwareProxy.cpp301 EicSession FakeSecureHardwareSessionProxy::ctx_;