Home
last modified time | relevance | path

Searched refs:old (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_cache.c139 mbedtls_ssl_cache_entry *old = NULL; in ssl_cache_pick_writing_slot() local
177 old = cur; in ssl_cache_pick_writing_slot()
206 if (old == NULL) { in ssl_cache_pick_writing_slot()
218 old = cache->chain; in ssl_cache_pick_writing_slot()
219 cache->chain = old->next; in ssl_cache_pick_writing_slot()
220 old->next = NULL; in ssl_cache_pick_writing_slot()
221 last->next = old; in ssl_cache_pick_writing_slot()
225 cur = old; in ssl_cache_pick_writing_slot()
233 old = cur->next; in ssl_cache_pick_writing_slot()
235 cur->next = old; in ssl_cache_pick_writing_slot()
H A Dmemory_buffer_alloc.c362 memory_header *hdr, *old = NULL; in buffer_alloc_free() local
413 old = hdr; in buffer_alloc_free()
420 memset(old, 0, sizeof(memory_header)); in buffer_alloc_free()
430 old = hdr->next; in buffer_alloc_free()
445 hdr->prev_free = old->prev_free; in buffer_alloc_free()
446 hdr->next_free = old->next_free; in buffer_alloc_free()
462 memset(old, 0, sizeof(memory_header)); in buffer_alloc_free()
468 if (old == NULL) { in buffer_alloc_free()
/optee_os/core/lib/libfdt/
H A Dfdt_rw.c378 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument
387 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_()
390 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
394 memmove(new + strings_off, old + fdt_off_dt_strings(old), in fdt_packblocks_()
395 fdt_size_dt_strings(old)); in fdt_packblocks_()
397 fdt_set_size_dt_strings(new, fdt_size_dt_strings(old)); in fdt_packblocks_()
/optee_os/mk/
H A Dcompile.mk289 $$(filter-out $$(dtb-precmd-$2), $$(dtb-old-precmd-$2)) \
290 $$(filter-out $$(dtb-old-precmd-$2), $$(dtb-precmd-$2))), \
301 $$(filter-out $$(dtb-cmd-$2), $$(dtb-old-cmd-$2)) \
302 $$(filter-out $$(dtb-old-cmd-$2), $$(dtb-cmd-$2))), \
/optee_os/core/arch/riscv/kernel/
H A Dlink.mk59 $(if $(strip $(filter-out $(link-objs), $(old-link-objs))
60 $(filter-out $(old-link-objs), $(link-objs))), FORCE_LINK := FORCE)
/optee_os/core/tee/
H A Dtee_ree_fs.c902 static TEE_Result ree_fs_rename(struct tee_pobj *old, struct tee_pobj *new, in ree_fs_rename() argument
925 res = tee_fs_dirfile_find(dirh, &old->uuid, old->obj_id, in ree_fs_rename()
926 old->obj_id_len, &dfh); in ree_fs_rename()
H A Dtee_rpmb_fs.c2698 static TEE_Result rpmb_fs_rename_internal(struct tee_pobj *old, in rpmb_fs_rename_internal() argument
2706 if (!old) { in rpmb_fs_rename_internal()
2712 fh_old = alloc_file_handle(old, old->temporary); in rpmb_fs_rename_internal()
2714 fh_old = alloc_file_handle(old, true); in rpmb_fs_rename_internal()
2723 fh_new = alloc_file_handle(old, false); in rpmb_fs_rename_internal()
2760 static TEE_Result rpmb_fs_rename(struct tee_pobj *old, struct tee_pobj *new, in rpmb_fs_rename() argument
2766 res = rpmb_fs_rename_internal(old, new, overwrite); in rpmb_fs_rename()
/optee_os/core/arch/arm/kernel/
H A Dlink.mk147 $(if $(strip $(filter-out $(link-objs), $(old-link-objs))
148 $(filter-out $(old-link-objs), $(link-objs))), FORCE_LINK := FORCE)
/optee_os/scripts/
H A Dsymbolize.py555 old = termios.tcgetattr(fd)
566 termios.tcsetattr(fd, termios.TCSADRAIN, old)
/optee_os/core/mm/
H A Dcore_mmu.c125 struct tee_mmap_region *old = mem_map->map; in heap_realloc_memory_map() local
126 size_t old_sz = sizeof(*old) * mem_map->alloc_count; in heap_realloc_memory_map()
129 assert(nex_malloc_buffer_is_within_alloced(old, old_sz)); in heap_realloc_memory_map()
130 m = nex_realloc(old, sz); in heap_realloc_memory_map()
140 struct tee_mmap_region *old = mem_map->map; in boot_mem_realloc_memory_map() local
141 size_t old_sz = sizeof(*old) * mem_map->alloc_count; in boot_mem_realloc_memory_map()
145 memcpy(m, old, old_sz); in boot_mem_realloc_memory_map()
/optee_os/core/lib/libtomcrypt/src/prngs/
H A Dfortuna.c34 #warning LTC_FORTUNA_POOLS was not previously defined (old headers?)
/optee_os/lib/libmbedtls/mbedtls/
H A DCONTRIBUTING.md37 …create a new function with a new name with the desired interface. Keep the old function, but mark …
H A DChangeLog121 to expect is usually insecure. To restore the old behavior, either
409 MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_xxx. The old names may still
1303 * Fix a long-standing build failure when building x86 PIC code with old
2326 PSA_ALG_TLS12_PSK_TO_MS_MAX_PSK_LEN have been renamed, and the old names
2329 have been renamed, and the old names deprecated.
2401 both the old SE interface and the new PSA driver interface, external keys were
2705 device, keys created with the old lifetime value will not be readable or
3415 report errors whereas the old functions return void. We recommend that
3907 prior versions of Mbed TLS. To restore the old behavior, enable
5228 * AES-NI now compiles with "old" assemblers too
[all …]
/optee_os/
H A DCHANGELOG.md1332 the format defined in RFC4122 (a missing hyphen was added). The old format