/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | memory_buffer_alloc.c | 321 new->alloc = 0; in buffer_alloc_calloc() 322 new->prev = cur; in buffer_alloc_calloc() 323 new->next = cur->next; in buffer_alloc_calloc() 325 new->trace = NULL; in buffer_alloc_calloc() 326 new->trace_count = 0; in buffer_alloc_calloc() 328 new->magic1 = MAGIC1; in buffer_alloc_calloc() 329 new->magic2 = MAGIC2; in buffer_alloc_calloc() 332 new->next->prev = new; in buffer_alloc_calloc() 339 new->prev_free->next_free = new; in buffer_alloc_calloc() 344 new->next_free->prev_free = new; in buffer_alloc_calloc() [all …]
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | fdt_rw.c | 119 char *new; in fdt_find_add_string_() local 130 new = strtab + fdt_size_dt_strings(fdt); in fdt_find_add_string_() 137 memcpy(new, s, len); in fdt_find_add_string_() 138 return (new - strtab); in fdt_find_add_string_() 378 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument 388 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_() 391 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_() 392 fdt_set_size_dt_struct(new, struct_size); in fdt_packblocks_() 394 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_() 396 fdt_set_off_dt_strings(new, strings_off); in fdt_packblocks_() [all …]
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | CONTRIBUTING.md | 22 1. All new files should include the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) standar… 30 …main development branch where new features are added, need to be justifiable by either being a sig… 32 …LS_DEPRECATED_WARNING` and `MBEDTLS_DEPRECATED_REMOVED`. Then, a new function with a new name but … 36 …eds to be changed, a new function needs to be created alongside it, with a new name, and whatever … 47 … to that LTS branch. If a bug fix introduces a change to the API such as a new function, the fix s… 48 1. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to thi…
|
A D | ChangeLog | 12 feature requirements in the file named by the new macro 463 minimum MAC or tag length thanks to the new wildcards 1152 * Add new API functions mbedtls_ssl_session_save() and 1182 * The new function mbedtls_ecdsa_sign_det_ext() is similar to 1344 * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()` 1523 * The new functions mbedtls_ctr_drbg_update_ret() and 1527 applications use the new functions. 2162 the new configuration flag MBEDTLS_ECJPAKE_ALT. 2943 strings; use the new *_len variables instead of strlen(). 3024 new prototype, and mbedtls_ssl_set_read_timeout(). [all …]
|
A D | README.md | 196 - [Porting Mbed TLS to a new environment or OS](https://tls.mbed.org/kb/how-to/how-do-i-port-mbed… 263 … Mbed TLS, please [file an issue on GitHub](https://github.com/Mbed-TLS/mbedtls/issues/new/choose).
|
/optee_os-3.20.0/core/tee/ |
A D | tee_ree_fs.c | 804 static TEE_Result ree_fs_rename(struct tee_pobj *old, struct tee_pobj *new, in ree_fs_rename() argument 812 if (!new) in ree_fs_rename() 820 res = tee_fs_dirfile_find(dirh, &new->uuid, new->obj_id, in ree_fs_rename() 821 new->obj_id_len, &remove_dfh); in ree_fs_rename() 832 res = tee_fs_dirfile_rename(dirh, &new->uuid, &dfh, new->obj_id, in ree_fs_rename() 833 new->obj_id_len); in ree_fs_rename()
|
A D | tee_rpmb_fs.c | 2633 struct tee_pobj *new, in rpmb_fs_rename_internal() argument 2645 if (new) in rpmb_fs_rename_internal() 2654 if (new) in rpmb_fs_rename_internal() 2655 fh_new = alloc_file_handle(new, new->temporary); in rpmb_fs_rename_internal() 2694 static TEE_Result rpmb_fs_rename(struct tee_pobj *old, struct tee_pobj *new, in rpmb_fs_rename() argument 2700 res = rpmb_fs_rename_internal(old, new, overwrite); in rpmb_fs_rename()
|
/optee_os-3.20.0/scripts/ |
A D | symbolize.py | 554 new = termios.tcgetattr(fd) 555 new[3] = new[3] & ~termios.ECHO # lflags 558 termios.tcsetattr(fd, termios.TCSADRAIN, new)
|
/optee_os-3.20.0/core/drivers/crypto/caam/utils/ |
A D | utils_dmaobj.c | 257 struct caambuf *new) in dmalist_insert_before_entry() argument 264 memcpy(&entry->origbuf, new, sizeof(entry->origbuf)); in dmalist_insert_before_entry() 266 new->length); in dmalist_insert_before_entry() 286 struct caambuf *new) in dmalist_insert_after_entry() argument 293 memcpy(&entry->origbuf, new, sizeof(entry->origbuf)); in dmalist_insert_after_entry() 295 new->length); in dmalist_insert_after_entry()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget.doc | 148 a pointer to the new block and BGET expands the buffer pool; if it 236 allocating the requested space and returns a pointer to the new area,
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 505 * tzc380: implement new functions ([#1994]) 732 * Add new image format: split image into three separate binaries suitable for 856 commits [a238b74][commit_a238b74] ("core: REE FS: use the new hash tree 857 interface") and [44e900e][commit_44e900e] ("core: SQL FS: use the new hash tree 1282 * Generic driver: A new generic TEE driver is in the process of being 1477 new board support. It is applied on plat-hikey, plat-vexpress, plat-mediatek, plat-stm 1516 ### Misc new features
|