Home
last modified time | relevance | path

Searched refs:where (Results 1 – 9 of 9) sorted by relevance

/optee_os/ldelf/
A Dta_elf_rel.c222 *where = val; in e32_process_dyn_rel()
326 Elf32_Addr *where = NULL; in e32_relocate() local
354 *where += elf->load_addr + in e32_relocate()
366 *where += elf->load_addr; in e32_relocate()
374 str_tab_size, rel, where); in e32_relocate()
383 *where = mod->tls_mod_id; in e32_relocate()
391 *where = val; in e32_relocate()
428 *where = val; in e64_process_dyn_rela()
480 rela, where + 1, elf); in e64_process_tlsdesc_rela()
553 Elf64_Addr *where = NULL; in e64_relocate() local
[all …]
/optee_os/core/tee/
A Dtee_cryp_hkdf.c70 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/libmbedtls/mbedtls/library/
A Dhkdf.c84 size_t where = 0; in mbedtls_hkdf_expand() local
176 num_to_copy = i != n ? hash_len : okm_len - where; in mbedtls_hkdf_expand()
177 memcpy( okm + where, t, num_to_copy ); in mbedtls_hkdf_expand()
178 where += hash_len; in mbedtls_hkdf_expand()
/optee_os/lib/libutils/isoc/arch/arm/
A Dsetjmp_a32.S149 .macro COND where when
150 i\where \when
153 .macro COND where when
/optee_os/core/mm/
A Dfobj.c645 unsigned long *where = NULL; in rrp_load_page() local
661 where = (void *)((vaddr_t)va + rrp->relocs[n]); in rrp_load_page()
662 *where += boot_mmu_config.load_offset; in rrp_load_page()
/optee_os/lib/libmbedtls/mbedtls/
A DCONTRIBUTING.md22 …the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) standard license header where possible.
30 …ruption to users, where a change to the interface is required, all changes to the ABI or API, even…
A DChangeLog81 * Fix some cases in the bignum module where the library constructed an
97 where these are already defined, this can result in a compilation
107 * Fix test suite code on platforms where int32_t is not int, such as
195 now writing an empty string where it previously wrote one or more
263 |A| - |B| where |B| is larger than |A| and has more limbs (so the
292 enabled on platforms where freeing a mutex twice is not safe.
294 when MBEDTLS_THREADING_C is enabled on platforms where initializing
407 * Fix build failure in configurations where MBEDTLS_USE_PSA_CRYPTO is
988 stdarg.h where needed. Fixes #2656.
1038 stdarg.h where needed. Fixes #2656.
[all …]
A DREADME.md11 …ed configuration file `include/mbedtls/config.h`, which is also the place where features can be se…
230 There are currently a few deviations where the library does not yet implement the latest version of…
A DLICENSE79 where such license applies only to those patent claims licensable

Completed in 15 milliseconds