Searched defs:end (Results 51 – 67 of 67) sorted by relevance
123
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | pkwrite.c | 587 const char *begin, *end; in mbedtls_pk_write_key_pem() local
|
| H A D | psa_crypto_rsa.c | 158 uint8_t *end = data + data_size; in mbedtls_psa_rsa_export_key() local
|
| H A D | rsa.c | 64 const unsigned char *end, in asn1_get_nonzero_mpi() 85 unsigned char *p, *end; in mbedtls_rsa_parse_key() local 232 unsigned char *end = (unsigned char *) (key + keylen); in mbedtls_rsa_parse_pubkey() local
|
| H A D | ecdsa.c | 712 const unsigned char *end = sig + slen; in mbedtls_ecdsa_read_signature_restartable() local
|
| H A D | ecp_curves.c | 4913 mbedtls_mpi_uint *p, *end; in ecp_mod_p192() local
|
| H A D | ecp_curves_new.c | 4921 mbedtls_mpi_uint *p, *end; in mbedtls_ecp_mod_p192_raw() local
|
| /optee_os/core/mm/ |
| H A D | vm.c | 172 unsigned int end = core_mmu_va2idx(ti, va + size); in set_pa_range() local 186 vaddr_t end = MIN(r->va + r->size, ti->va_base + CORE_MMU_PGDIR_SIZE); in set_reg_in_table() local
|
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 148 size_t end = offs + sz; in test_write_final() local
|
| /optee_os/core/crypto/ |
| H A D | rng_fortuna.c | 69 unsigned int end; member
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_rw.c | 55 char *end = (char *)fdt + fdt_data_size_(fdt); in fdt_splice_() local
|
| /optee_os/core/lib/zlib/ |
| H A D | inflate.c | 398 local int updatewindow(strm, end, copy) in updatewindow() argument
|
| /optee_os/ta/pkcs11/src/ |
| H A D | object.c | 764 char *end = NULL; in entry_get_attribute_value() local
|
| H A D | pkcs11_attributes.c | 2380 char *end = NULL; in check_attrs_against_modification() local
|
| /optee_os/ldelf/ |
| H A D | ta_elf_rel.c | 142 uint32_t *end = (void *)((uint8_t *)elf->gnu_hashtab + in resolve_sym_helper() local
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 803 uintptr_t end = start + len; in raw_malloc_add_pool() local
|
| /optee_os/core/arch/arm/mm/ |
| H A D | tee_pager.c | 1974 vaddr_t end = ROUNDDOWN(va + size, SMALL_PAGE_SIZE); in tee_pager_release_phys() local
|
| /optee_os/core/tee/ |
| H A D | tee_rpmb_fs.c | 2551 size_t end = 0; in rpmb_fs_write_primitive() local
|
123