Searched refs:EicSession (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/identity/aidl/default/libeic/ |
D | EicSession.h | 48 } 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);
|
D | EicSession.c | 28 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 …]
|
D | EicPresentation.c | 224 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/ |
D | Android.bp | 57 "libeic/EicSession.c",
|
D | FakeSecureHardwareProxy.h | 126 static EicSession ctx_;
|
D | FakeSecureHardwareProxy.cpp | 301 EicSession FakeSecureHardwareSessionProxy::ctx_;
|