Searched refs:where (Results 1 – 12 of 12) sorted by relevance
| /optee_os/ldelf/ |
| H A D | ta_elf_rel.c | 295 Elf32_Rel *rel, Elf32_Addr *where) in e32_process_dyn_rel() argument 304 *where = val; in e32_process_dyn_rel() 410 Elf32_Addr *where = NULL; in e32_relocate() local 418 where = (Elf32_Addr *)(elf->load_addr + rel->r_offset); in e32_relocate() 436 str_tab_size, rel, where); in e32_relocate() 438 *where += elf->load_addr + in e32_relocate() 447 *where += sym_tab[sym_idx].st_value - rel->r_offset; in e32_relocate() 450 *where += elf->load_addr; in e32_relocate() 458 str_tab_size, rel, where); in e32_relocate() 467 *where = mod->tls_mod_id; in e32_relocate() [all …]
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | hkdf.c | 68 size_t where = 0; in mbedtls_hkdf_expand() local 148 num_to_copy = i != n ? hash_len : okm_len - where; in mbedtls_hkdf_expand() 149 memcpy(okm + where, t, num_to_copy); in mbedtls_hkdf_expand() 150 where += hash_len; in mbedtls_hkdf_expand()
|
| /optee_os/core/tee/ |
| H A D | tee_cryp_hkdf.c | 70 size_t tn_len, hash_len, i, n, where; in hkdf_expand() local 114 where = 0; in hkdf_expand() 134 memcpy(okm + where, tn, (i < n) ? hash_len : (okm_len - where)); in hkdf_expand() 135 where += hash_len; in hkdf_expand()
|
| /optee_os/lib/libutils/isoc/arch/arm/ |
| H A D | setjmp_a32.S | 151 .macro COND where when 152 i\where \when 155 .macro COND where when
|
| /optee_os/core/mm/ |
| H A D | fobj.c | 651 unsigned long *where = NULL; in rrp_load_page() local 667 where = (void *)((vaddr_t)va + rrp->relocs[n]); in rrp_load_page() 668 *where += boot_mmu_config.map_offset; in rrp_load_page()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | CONTRIBUTING.md | 35 …ruption to users, where a change to the interface is required, all changes to the ABI or API, even… 91 All new files should include the standard SPDX license identifier where possible, i.e. "SPDX-Licens…
|
| H A D | ChangeLog | 43 * Fix a bug in mbedtls_asn1_store_named_data() where it would sometimes leave 69 library or the application is built with a compiler where 79 or with compilers where "union foo x = {0}" does not initialize 88 this could happen on platforms where enum types are smaller than 32 bits 189 * Fix issue where psa_key_derivation_input_integer() is not detecting 266 starting with Mbed TLS 2.17) and, where relevant, `pk.h`. 313 * Fix rare concurrent access bug where attempting to operate on a 344 Crypto, where it never worked. Fixes #9311. 347 * Fixes an issue where some TLS 1.2 clients could not connect to an 362 * Fixed a regression introduced in 3.6.0 where the CA callback set with [all …]
|
| H A D | .uncrustify.cfg | 104 # (The case where the function has no parameters/arguments)
|
| H A D | README.md | 11 …guration file `include/mbedtls/mbedtls_config.h`, which is also the place where features can be se… 318 …ory. The original license text is included within project subdirectories, where it differs from th…
|
| H A D | LICENSE | 86 where such license applies only to those patent claims licensable 505 the "copyright" line and a pointer to where the full notice is found.
|
| /optee_os/lib/libutils/compiler-rt/ |
| H A D | LICENSE.TXT | 82 where such license applies only to those patent claims licensable
|
| /optee_os/core/lib/qcbor/ |
| H A D | README.md | 165 where TinyCBOR requires Qt for its test. QCBOR's test suite is
|