Searched refs:pre (Results 1 – 7 of 7) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | sanitize_object.c | 399 char *pre = NULL; in trace_attributes_from_api_head() local 410 pre = TEE_Malloc(prefix ? strlen(prefix) + 2 : 2, TEE_MALLOC_FILL_ZERO); in trace_attributes_from_api_head() 411 if (!pre) { in trace_attributes_from_api_head() 416 TEE_MemMove(pre, prefix, strlen(prefix)); in trace_attributes_from_api_head() 418 DMSG_RAW("%s,--- (serial object) Attributes list --------", pre); in trace_attributes_from_api_head() 420 pre, head.attrs_count, head.attrs_size); in trace_attributes_from_api_head() 423 pre[prefix ? strlen(prefix) : 0] = '|'; in trace_attributes_from_api_head() 424 __trace_attributes(pre, (char *)ref + offset, in trace_attributes_from_api_head() 429 TEE_Free(pre); in trace_attributes_from_api_head()
|
| H A D | attributes.c | 432 char *pre = NULL; in trace_attributes() local 439 pre = TEE_Malloc(prefix ? strlen(prefix) + 2 : 2, TEE_MALLOC_FILL_ZERO); in trace_attributes() 440 if (!pre) { in trace_attributes() 446 TEE_MemMove(pre, prefix, strlen(prefix)); in trace_attributes() 448 IMSG_RAW("%s,--- (serial object) Attributes list --------", pre); in trace_attributes() 450 pre, head.attrs_count, head.attrs_size); in trace_attributes() 452 pre[prefix ? strlen(prefix) : 0] = '|'; in trace_attributes() 453 __trace_attributes(pre, (char *)ref + sizeof(head), in trace_attributes() 458 TEE_Free(pre); in trace_attributes()
|
| /optee_os/scripts/ |
| H A D | symbolize.py | 336 pre = match.start('addr') 341 ret += line[:pre] 427 pre = match.start('addr') 429 self._out.write(line[:pre]) 451 pre = match.start('addr') 453 self._out.write(line[:pre])
|
| /optee_os/mk/ |
| H A D | compile.mk | 262 dtb-predts-$2 := $$(dir $2)$$(dtb-basename-$2).pre.dts 263 dtb-predep-$2 := $$(dir $2).$$(dtb-basename-$2).pre.dts.d 264 dtb-precmd-file-$2 := $$(dir $2).$$(dtb-basename-$2).pre.dts.cmd
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 218 C pre processor macros that can be #defined in order to: 226 the pre processor defines that start with QCBOR_DISABLE_XXX.
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 143 if they use certificate authentication (i.e. not pre-shared keys). 1141 * Fix TLS 1.3 session resumption when the established pre-shared key is 1142 384 bits long. That is the length of pre-shared keys created under a 1250 * Mbed TLS now supports TLS 1.3 key establishment via pre-shared keys. 1251 The pre-shared keys can be provisioned externally or via the ticket 1498 * Opaque pre-shared keys for TLS, provisioned with 1935 * The option MBEDTLS_ECP_FIXED_POINT_OPTIM use pre-computed comb tables 4705 * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo 5053 for pre-1.2 clients when multiple certificates are available.
|
| /optee_os/ |
| H A D | CHANGELOG.md | 1709 * [#493][pr493]: setup_juno_optee: unable to find pre-built binaries 1778 * [#493][pr493]: setup_juno_optee: unable to find pre-built binaries
|