/hardware/st/secure_element2/secure_element/aidl/se-gto/ |
D | libse-gto.h | 41 struct se_gto_ctx; 47 typedef void se_gto_log_fn (struct se_gto_ctx *ctx, const char *s); 61 int se_gto_new(struct se_gto_ctx **ctx); 69 int se_gto_open(struct se_gto_ctx *ctx); 76 int se_gto_close(struct se_gto_ctx *ctx); 86 int se_gto_get_log_level(struct se_gto_ctx *ctx); 101 void se_gto_set_log_level(struct se_gto_ctx *ctx, int level); 112 se_gto_log_fn *se_gto_get_log_fn(struct se_gto_ctx *ctx); 119 void se_gto_set_log_fn(struct se_gto_ctx *ctx, se_gto_log_fn *fn); 121 void *se_gto_get_userdata(struct se_gto_ctx *ctx); [all …]
|
/hardware/st/secure_element2/secure_element/esehal/src/se-gto/ |
D | libse-gto.h | 41 struct se_gto_ctx; 47 typedef void se_gto_log_fn (struct se_gto_ctx *ctx, const char *s); 61 int se_gto_new(struct se_gto_ctx **ctx); 69 int se_gto_open(struct se_gto_ctx *ctx); 76 int se_gto_close(struct se_gto_ctx *ctx); 86 int se_gto_get_log_level(struct se_gto_ctx *ctx); 101 void se_gto_set_log_level(struct se_gto_ctx *ctx, int level); 112 se_gto_log_fn *se_gto_get_log_fn(struct se_gto_ctx *ctx); 119 void se_gto_set_log_fn(struct se_gto_ctx *ctx, se_gto_log_fn *fn); 121 void *se_gto_get_userdata(struct se_gto_ctx *ctx); [all …]
|
/hardware/st/secure_element2/secure_element/1.0/se-gto/ |
D | libse-gto.h | 42 struct se_gto_ctx; 48 typedef void se_gto_log_fn (struct se_gto_ctx *ctx, const char *s); 62 int se_gto_new(struct se_gto_ctx **ctx); 70 int se_gto_open(struct se_gto_ctx *ctx); 77 int se_gto_close(struct se_gto_ctx *ctx); 87 int se_gto_get_log_level(struct se_gto_ctx *ctx); 102 void se_gto_set_log_level(struct se_gto_ctx *ctx, int level); 113 se_gto_log_fn *se_gto_get_log_fn(struct se_gto_ctx *ctx); 120 void se_gto_set_log_fn(struct se_gto_ctx *ctx, se_gto_log_fn *fn); 122 void *se_gto_get_userdata(struct se_gto_ctx *ctx); [all …]
|
/hardware/st/secure_element2/secure_element/1.2/se-gto/ |
D | libse-gto.h | 42 struct se_gto_ctx; 48 typedef void se_gto_log_fn (struct se_gto_ctx *ctx, const char *s); 62 int se_gto_new(struct se_gto_ctx **ctx); 70 int se_gto_open(struct se_gto_ctx *ctx); 77 int se_gto_close(struct se_gto_ctx *ctx); 87 int se_gto_get_log_level(struct se_gto_ctx *ctx); 102 void se_gto_set_log_level(struct se_gto_ctx *ctx, int level); 113 se_gto_log_fn *se_gto_get_log_fn(struct se_gto_ctx *ctx); 120 void se_gto_set_log_fn(struct se_gto_ctx *ctx, se_gto_log_fn *fn); 122 void *se_gto_get_userdata(struct se_gto_ctx *ctx); [all …]
|
/hardware/st/secure_element2/secure_element/1.1/se-gto/ |
D | libse-gto.h | 42 struct se_gto_ctx; 48 typedef void se_gto_log_fn (struct se_gto_ctx *ctx, const char *s); 62 int se_gto_new(struct se_gto_ctx **ctx); 70 int se_gto_open(struct se_gto_ctx *ctx); 77 int se_gto_close(struct se_gto_ctx *ctx); 87 int se_gto_get_log_level(struct se_gto_ctx *ctx); 102 void se_gto_set_log_level(struct se_gto_ctx *ctx, int level); 113 se_gto_log_fn *se_gto_get_log_fn(struct se_gto_ctx *ctx); 120 void se_gto_set_log_fn(struct se_gto_ctx *ctx, se_gto_log_fn *fn); 122 void *se_gto_get_userdata(struct se_gto_ctx *ctx); [all …]
|
/hardware/st/secure_element2/secure_element/esehal/src/ |
D | libse-gto.c | 45 se_gto_get_userdata(struct se_gto_ctx *ctx) in se_gto_get_userdata() 54 se_gto_set_userdata(struct se_gto_ctx *ctx, void *userdata) in se_gto_set_userdata() 85 log_stderr(struct se_gto_ctx *ctx, const char *s) in log_stderr() 92 se_gto_new(struct se_gto_ctx **c) in se_gto_new() 95 struct se_gto_ctx *ctx; in se_gto_new() 97 ctx = calloc(1, sizeof(struct se_gto_ctx)); in se_gto_new() 122 se_gto_get_log_level(struct se_gto_ctx *ctx) in se_gto_get_log_level() 128 se_gto_set_log_level(struct se_gto_ctx *ctx, int level) in se_gto_set_log_level() 138 se_gto_get_log_fn(struct se_gto_ctx *ctx) in se_gto_get_log_fn() 144 se_gto_set_log_fn(struct se_gto_ctx *ctx, se_gto_log_fn *fn) in se_gto_set_log_fn() [all …]
|
D | log.h | 49 void vsay(struct se_gto_ctx *ctx, const char *fmt, va_list args); 53 say(struct se_gto_ctx *ctx, const char *fmt, ...) { in say() 73 nosay(struct se_gto_ctx *ctx, const char *fmt, ...) {} 76 nosay(struct se_gto_ctx *ctx, const char *fmt, ...) {} in nosay() 79 void log_teardown(struct se_gto_ctx *ctx);
|
D | transport.h | 27 struct se_gto_ctx; 30 int transport_setup(struct se_gto_ctx *ctx); 31 int transport_teardown(struct se_gto_ctx *ctx);
|
D | spi.h | 27 int spi_setup(struct se_gto_ctx *ctx); 28 int spi_teardown(struct se_gto_ctx *ctx);
|
D | log.c | 40 vsay(struct se_gto_ctx *ctx, const char *fmt, va_list args) in vsay() 81 log_teardown(struct se_gto_ctx *ctx) in log_teardown()
|
D | spi.c | 39 spi_setup(struct se_gto_ctx *ctx) in spi_setup() 69 spi_teardown(struct se_gto_ctx *ctx) in spi_teardown()
|
D | libse-gto-private.h | 39 struct se_gto_ctx { struct
|
/hardware/st/secure_element2/secure_element/aidl/ |
D | SecureElement.h | 53 …static int run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verbose…
|
D | SecureElement.cpp | 60 static struct se_gto_ctx *ctx; 644 SecureElement::run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verb… in run_apdu()
|
/hardware/st/secure_element2/secure_element/1.0/ |
D | SecureElement.h | 59 …static int run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verbose…
|
D | SecureElement.cpp | 51 static struct se_gto_ctx *ctx; 611 SecureElement::run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verb… in run_apdu()
|
/hardware/st/secure_element2/secure_element/1.1/ |
D | SecureElement.h | 63 …static int run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verbose…
|
D | SecureElement.cpp | 51 static struct se_gto_ctx *ctx; 650 SecureElement::run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verb… in run_apdu()
|
/hardware/st/secure_element2/secure_element/1.2/ |
D | SecureElement.h | 65 …static int run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verbose…
|
D | SecureElement.cpp | 60 static struct se_gto_ctx *ctx; 687 SecureElement::run_apdu(struct se_gto_ctx *ctx, const uint8_t *apdu, uint8_t *resp, int n, int verb… in run_apdu()
|