Home
last modified time | relevance | path

Searched refs:pre (Results 1 – 10 of 10) sorted by relevance

/optee_os/ta/pkcs11/src/
A Dsanitize_object.c400 char *pre = NULL; in trace_attributes_from_api_head() local
411 pre = TEE_Malloc(prefix ? strlen(prefix) + 2 : 2, TEE_MALLOC_FILL_ZERO); in trace_attributes_from_api_head()
412 if (!pre) { in trace_attributes_from_api_head()
417 TEE_MemMove(pre, prefix, strlen(prefix)); in trace_attributes_from_api_head()
419 DMSG_RAW("%s,--- (serial object) Attributes list --------", pre); in trace_attributes_from_api_head()
421 pre, head.attrs_count, head.attrs_size); in trace_attributes_from_api_head()
424 pre[prefix ? strlen(prefix) : 0] = '|'; in trace_attributes_from_api_head()
425 __trace_attributes(pre, (char *)ref + offset, in trace_attributes_from_api_head()
430 TEE_Free(pre); in trace_attributes_from_api_head()
A Dattributes.c429 char *pre = NULL; in trace_attributes() local
436 pre = TEE_Malloc(prefix ? strlen(prefix) + 2 : 2, TEE_MALLOC_FILL_ZERO); in trace_attributes()
437 if (!pre) { in trace_attributes()
443 TEE_MemMove(pre, prefix, strlen(prefix)); in trace_attributes()
445 IMSG_RAW("%s,--- (serial object) Attributes list --------", pre); in trace_attributes()
447 pre, head.attrs_count, head.attrs_size); in trace_attributes()
449 pre[prefix ? strlen(prefix) : 0] = '|'; in trace_attributes()
450 __trace_attributes(pre, (char *)ref + sizeof(head), in trace_attributes()
455 TEE_Free(pre); in trace_attributes()
/optee_os/scripts/
A Dsymbolize.py293 pre = match.start('addr')
298 ret += line[:pre]
384 pre = match.start('addr')
386 self._out.write(line[:pre])
408 pre = match.start('addr')
410 self._out.write(line[:pre])
/optee_os/out/arm/export-ta_arm32/scripts/
A Dsymbolize.py293 pre = match.start('addr')
298 ret += line[:pre]
384 pre = match.start('addr')
386 self._out.write(line[:pre])
408 pre = match.start('addr')
410 self._out.write(line[:pre])
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py293 pre = match.start('addr')
298 ret += line[:pre]
384 pre = match.start('addr')
386 self._out.write(line[:pre])
408 pre = match.start('addr')
410 self._out.write(line[:pre])
/optee_os/out/arm/export-ta_arm32/mk/
A Dcompile.mk261 dtb-predts-$2 := $$(dir $2)$$(dtb-basename-$2).pre.dts
262 dtb-predep-$2 := $$(dir $2).$$(dtb-basename-$2).pre.dts.d
/optee_os/out/arm/export-ta_arm64/mk/
A Dcompile.mk261 dtb-predts-$2 := $$(dir $2)$$(dtb-basename-$2).pre.dts
262 dtb-predep-$2 := $$(dir $2).$$(dtb-basename-$2).pre.dts.d
/optee_os/mk/
A Dcompile.mk261 dtb-predts-$2 := $$(dir $2)$$(dtb-basename-$2).pre.dts
262 dtb-predep-$2 := $$(dir $2).$$(dtb-basename-$2).pre.dts.d
/optee_os/
A DCHANGELOG.md1258 * [#493][pr493]: setup_juno_optee: unable to find pre-built binaries
1327 * [#493][pr493]: setup_juno_optee: unable to find pre-built binaries
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog2601 * Fix build error with CMake and pre-4.5 versions of GCC (found by Hugo
2949 for pre-1.2 clients when multiple certificates are available.

Completed in 18 milliseconds