Home
last modified time | relevance | path

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

/optee_os-3.20.0/ldelf/
A Dta_elf_rel.c301 *where = val; in e32_process_dyn_rel()
407 Elf32_Addr *where = NULL; in e32_relocate() local
435 *where += elf->load_addr + in e32_relocate()
447 *where += elf->load_addr; in e32_relocate()
464 *where = mod->tls_mod_id; in e32_relocate()
472 *where = val; in e32_relocate()
518 *where = val; in e64_process_dyn_rela()
572 rela, where + 1, elf); in e64_process_tlsdesc_rela()
646 Elf64_Addr *where = NULL; in e64_relocate() local
695 str_tab_size, rela, where, in e64_relocate()
[all …]
/optee_os-3.20.0/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-3.20.0/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-3.20.0/lib/libutils/isoc/arch/arm/
A Dsetjmp_a32.S151 .macro COND where when
152 i\where \when
155 .macro COND where when
/optee_os-3.20.0/core/mm/
A Dfobj.c647 unsigned long *where = NULL; in rrp_load_page() local
663 where = (void *)((vaddr_t)va + rrp->relocs[n]); in rrp_load_page()
664 *where += boot_mmu_config.load_offset; in rrp_load_page()
/optee_os-3.20.0/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 DChangeLog67 * Fix undefined behavior in mbedtls_asn1_find_named_data(), where val is
71 * Fix a bug in the x25519 example program where the removal of
123 (where supported) for critical functions where ignoring the return
169 where this function cannot fail, or full-module replacements with
312 where these are already defined, this can result in a compilation
322 * Fix test suite code on platforms where int32_t is not int, such as
410 now writing an empty string where it previously wrote one or more
478 |A| - |B| where |B| is larger than |A| and has more limbs (so the
507 enabled on platforms where freeing a mutex twice is not safe.
1203 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…
238 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 24 milliseconds