Home
last modified time | relevance | path

Searched refs:new (Results 1 – 13 of 13) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
A Dmemory_buffer_alloc.c321 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/core/lib/libfdt/
A Dfdt_rw.c119 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/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md22 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 DChangeLog248 minimum MAC or tag length thanks to the new wildcards
937 * Add new API functions mbedtls_ssl_session_save() and
967 * The new function mbedtls_ecdsa_sign_det_ext() is similar to
1129 * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`
1140 * Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
1308 * The new functions mbedtls_ctr_drbg_update_ret() and
1312 applications use the new functions.
1947 the new configuration flag MBEDTLS_ECJPAKE_ALT.
2728 strings; use the new *_len variables instead of strlen().
2809 new prototype, and mbedtls_ssl_set_read_timeout().
[all …]
A DREADME.md196 - [Porting Mbed TLS to a new environment or OS](https://tls.mbed.org/kb/how-to/how-do-i-port-mbed…
/optee_os/core/tee/
A Dtee_ree_fs.c804 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 Dtee_rpmb_fs.c2629 struct tee_pobj *new, in rpmb_fs_rename_internal() argument
2641 if (new) in rpmb_fs_rename_internal()
2650 if (new) in rpmb_fs_rename_internal()
2651 fh_new = alloc_file_handle(new, new->temporary); in rpmb_fs_rename_internal()
2690 static TEE_Result rpmb_fs_rename(struct tee_pobj *old, struct tee_pobj *new, in rpmb_fs_rename() argument
2696 res = rpmb_fs_rename_internal(old, new, overwrite); in rpmb_fs_rename()
/optee_os/scripts/
A Dsymbolize.py506 new = termios.tcgetattr(fd)
507 new[3] = new[3] & ~termios.ECHO # lflags
510 termios.tcsetattr(fd, termios.TCSADRAIN, new)
/optee_os/out/arm/export-ta_arm32/scripts/
A Dsymbolize.py506 new = termios.tcgetattr(fd)
507 new[3] = new[3] & ~termios.ECHO # lflags
510 termios.tcsetattr(fd, termios.TCSADRAIN, new)
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py506 new = termios.tcgetattr(fd)
507 new[3] = new[3] & ~termios.ECHO # lflags
510 termios.tcsetattr(fd, termios.TCSADRAIN, new)
/optee_os/core/drivers/crypto/caam/utils/
A Dutils_dmaobj.c257 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/
A DCHANGELOG.md384 * tzc380: implement new functions ([#1994])
611 * Add new image format: split image into three separate binaries suitable for
735 commits [a238b74][commit_a238b74] ("core: REE FS: use the new hash tree
736 interface") and [44e900e][commit_44e900e] ("core: SQL FS: use the new hash tree
1161 * Generic driver: A new generic TEE driver is in the process of being
1356 new board support. It is applied on plat-hikey, plat-vexpress, plat-mediatek, plat-stm
1395 ### Misc new features
/optee_os/lib/libutils/isoc/
A Dbget.doc148 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,

Completed in 28 milliseconds