Searched refs:kSessions (Results 1 - 1 of 1) sorted by relevance

/external/libese/examples/
H A Dese_nxp_sample.c79 const struct ApduSession *kSessions[] = { variable in typeref:struct:ApduSession
87 for (; s < sizeof(kSessions) / sizeof(kSessions[0]); ++s) {
98 printf("Running session %s\n", kSessions[s]->desc);
99 for (; apdu_index < kSessions[s]->count; ++apdu_index) {
101 const struct Apdu *apdu = kSessions[s]->apdus[apdu_index];

Completed in 58 milliseconds