Searched defs:len (Results 1 – 10 of 10) sorted by relevance
/tf-rmm-v0.2.0/lib/libc/src/ |
A D | strnlen.c | 32 size_t len; in strnlen() local
|
A D | memcpy.c | 9 void *memcpy(void *dst, const void *src, size_t len) in memcpy()
|
A D | memmove.c | 10 void *memmove(void *dst, const void *src, size_t len) in memmove()
|
A D | memcmp.c | 9 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
|
A D | printf.c | 226 …ct_type out, char *buffer, size_t idx, size_t maxlen, const char *buf, size_t len, unsigned int wi… in _out_rev() 254 …(out_fct_type out, char *buffer, size_t idx, size_t maxlen, char *buf, size_t len, bool negative, … in _ntoa_format() 311 size_t len = 0U; in _ntoa_long() local 342 size_t len = 0U; in _ntoa_long_long() local 384 size_t len = 0U; in _ftoa() local
|
/tf-rmm-v0.2.0/runtime/rsi/ |
A D | logger.c | 52 char *buf, size_t len) in print_entry() 89 static int print_status(char *buf, size_t len, unsigned long res) in print_status() 101 static int print_code(char *buf, size_t len, unsigned long res) in print_code()
|
/tf-rmm-v0.2.0/lib/rmm_el3_ifc/src/ |
A D | rmm_el3_runtime.c | 46 size_t *len, unsigned int crv) in rmm_el3_ifc_get_realm_attest_key() 79 size_t *len, size_t hash_size) in rmm_el3_ifc_get_platform_token()
|
/tf-rmm-v0.2.0/lib/attestation/src/ |
A D | attestation_rnd.c | 27 static int get_random_seed(unsigned char *output, size_t len) in get_random_seed() 57 size_t len, size_t *olen) in mbedtls_hardware_poll()
|
/tf-rmm-v0.2.0/lib/allocator/src/ |
A D | memory_alloc.c | 146 size_t original_len, len; in buffer_alloc_calloc_with_heap() local 414 void mbedtls_memory_buffer_alloc_init(unsigned char *buf, size_t len) in mbedtls_memory_buffer_alloc_init()
|
/tf-rmm-v0.2.0/lib/allocator/include/ |
A D | memory_alloc.h | 22 size_t len; member
|
Completed in 21 milliseconds