Searched refs:trace (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | memory_buffer_alloc.c | 42 char **trace; member 87 mbedtls_fprintf(stderr, "%s\n", hdr->trace[i]); in debug_header() 282 cur->trace = backtrace_symbols(trace_buffer, trace_cnt); in buffer_alloc_calloc() 304 new->trace = NULL; in buffer_alloc_calloc() 346 cur->trace = backtrace_symbols(trace_buffer, trace_cnt); in buffer_alloc_calloc() 400 free(hdr->trace); in buffer_alloc_free() 401 hdr->trace = NULL; in buffer_alloc_free()
|
| /optee_os/lib/libutils/ext/ |
| H A D | sub.mk | 6 srcs-y += trace.c
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_key.h | 47 void caam_key_dump(const char *trace, const struct caamkey *key);
|
| /optee_os/core/drivers/crypto/caam/ |
| H A D | caam_key.c | 224 void caam_key_dump(const char *trace, const struct caamkey *key) in caam_key_dump() argument 226 if (!key || !trace) in caam_key_dump() 233 caam_key_type_to_str[key->key_type], trace, key->sec_size, in caam_key_dump()
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1869 * Fix user TA trace issue, in order each TA is able to select its own trace level
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 2942 constant time/constant trace, so side channel attacks can retrieve the
|