/optee_os/core/arch/arm/plat-bcm/ |
A D | bcm_elog.c | 17 base = io_pa_or_va(&elog->base, elog->max_size); in bcm_elog_putchar() 25 if (offset >= elog->max_size) in bcm_elog_putchar() 29 if (len < elog->max_size - BCM_ELOG_HEADER_LEN) in bcm_elog_putchar() 43 elog->max_size = size; in bcm_elog_init()
|
A D | bcm_elog.h | 29 uint32_t max_size; member
|
/optee_os/lib/libutils/ext/ftrace/ |
A D | ftrace.c | 88 if (fbuf->buf_off + size > fbuf->max_size) in fbuf_make_room() 145 if (!fbuf || !fbuf->buf_off || !fbuf->max_size) in ftrace_enter() 155 full = (fbuf->curr_size + dump_size) > fbuf->max_size; in ftrace_enter() 277 full = (fbuf->curr_size + dump_size) > fbuf->max_size; in ftrace_return()
|
/optee_os/lib/libmbedtls/core/ |
A D | sm2-pke.c | 26 size_t max_size, size_t *consumed) in sm2_uncompressed_bytes_to_point() argument 31 if (max_size < (size_t)(2 * SM2_INT_SIZE_BYTES)) in sm2_uncompressed_bytes_to_point() 66 size_t max_size, size_t *consumed) in sm2_bytes_to_point() argument 70 if (!max_size) in sm2_bytes_to_point() 83 max_size - 1, consumed); in sm2_bytes_to_point()
|
/optee_os/core/lib/libtomcrypt/ |
A D | sm2-pke.c | 24 const uint8_t *x1y1, size_t max_size, in sm2_uncompressed_bytes_to_point() argument 31 if (max_size < (size_t)(2 * SM2_INT_SIZE_BYTES)) in sm2_uncompressed_bytes_to_point() 63 const uint8_t *buf, size_t max_size, in sm2_bytes_to_point() argument 68 if (!max_size) in sm2_bytes_to_point() 81 max_size - 1, consumed); in sm2_bytes_to_point()
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | user_ta_header.h | 68 uint32_t max_size; /* Max allowed size of ftrace buffer */ member
|
A D | utee_syscalls.h | 113 TEE_Result _utee_cryp_obj_alloc(unsigned long type, unsigned long max_size,
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | user_ta_header.h | 68 uint32_t max_size; /* Max allowed size of ftrace buffer */ member
|
A D | utee_syscalls.h | 113 TEE_Result _utee_cryp_obj_alloc(unsigned long type, unsigned long max_size,
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | user_ta_header.h | 68 uint32_t max_size; /* Max allowed size of ftrace buffer */ member
|
A D | utee_syscalls.h | 113 TEE_Result _utee_cryp_obj_alloc(unsigned long type, unsigned long max_size,
|
/optee_os/lib/libutee/include/ |
A D | user_ta_header.h | 68 uint32_t max_size; /* Max allowed size of ftrace buffer */ member
|
A D | utee_syscalls.h | 113 TEE_Result _utee_cryp_obj_alloc(unsigned long type, unsigned long max_size,
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | user_ta_header.h | 68 uint32_t max_size; /* Max allowed size of ftrace buffer */ member
|
A D | utee_syscalls.h | 113 TEE_Result _utee_cryp_obj_alloc(unsigned long type, unsigned long max_size,
|
/optee_os/ldelf/ |
A D | ftrace.c | 59 fbuf->max_size = fbuf_size - sizeof(struct ftrace_buf) - count; in ftrace_init()
|
/optee_os/core/tee/ |
A D | tee_svc_cryp.c | 389 uint16_t max_size; /* may not be larger than this */ member 397 #define PROP(obj_type, quanta, min_size, max_size, alloc_size, type_attrs) \ argument 398 { (obj_type), (min_size), (max_size), (alloc_size), (quanta), \ 1214 if (sz > props->max_size) in check_key_size()
|