Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 101) sorted by relevance

12345

/trusted-firmware-a/drivers/auth/mbedtls/
A Dmbedtls_x509_parser.c78 const unsigned char *end; in get_ext() local
91 while (p < end) { in get_ext()
152 end = p + len; in cert_parse()
180 end = p + len; in cert_parse()
181 tbs.len = end - tbs.p; in cert_parse()
212 if ((end - p) < 1) { in cert_parse()
315 while (p < end) { in cert_parse()
345 if (p != end) { in cert_parse()
349 end = crt_end; in cert_parse()
363 if ((end - p) < 1) { in cert_parse()
[all …]
A Dmbedtls_crypto.c72 unsigned char *p, *end; in verify_signature() local
77 end = (unsigned char *)(p + sig_alg_len); in verify_signature()
78 rc = mbedtls_asn1_get_alg(&p, end, &sig_oid, &sig_params); in verify_signature()
92 end = (unsigned char *)(p + pk_len); in verify_signature()
93 rc = mbedtls_pk_parse_subpubkey(&p, end, &pk); in verify_signature()
101 end = (unsigned char *)(p + sig_len); in verify_signature()
103 rc = mbedtls_asn1_get_bitstring_null(&p, end, &signature.len); in verify_signature()
154 unsigned char *p, *end, *hash; in verify_hash() local
161 end = p + digest_info_len; in verify_hash()
162 rc = mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_CONSTRUCTED | in verify_hash()
[all …]
/trusted-firmware-a/plat/mediatek/mt8183/drivers/emi_mpu/
A Demi_mpu.c31 if (end <= start) { in emi_mpu_set_region_protection()
39 end = EMI_PHY_OFFSET & 0xffff; in emi_mpu_set_region_protection()
43 end = end - EMI_PHY_OFFSET; in emi_mpu_set_region_protection()
48 end = end >> 16; in emi_mpu_set_region_protection()
54 mmio_write_32(EMI_MPU_EA0, end); in emi_mpu_set_region_protection()
61 mmio_write_32(EMI_MPU_EA1, end); in emi_mpu_set_region_protection()
68 mmio_write_32(EMI_MPU_EA2, end); in emi_mpu_set_region_protection()
75 mmio_write_32(EMI_MPU_EA3, end); in emi_mpu_set_region_protection()
82 mmio_write_32(EMI_MPU_EA4, end); in emi_mpu_set_region_protection()
89 mmio_write_32(EMI_MPU_EA5, end); in emi_mpu_set_region_protection()
[all …]
/trusted-firmware-a/plat/mediatek/mt8195/drivers/emi_mpu/
A Demi_mpu.c21 static int _emi_mpu_set_protection(unsigned int start, unsigned int end, in _emi_mpu_set_protection() argument
29 dgroup = (end >> 24) & 0xFF; in _emi_mpu_set_protection()
30 end &= EMI_MPU_END_MASK; in _emi_mpu_set_protection()
52 if ((start >= DRAM_OFFSET) && (end >= start)) { in _emi_mpu_set_protection()
54 end -= DRAM_OFFSET; in _emi_mpu_set_protection()
61 mmio_write_32(EMI_MPU_EA(region), end); in _emi_mpu_set_protection()
66 mmio_write_32(SUB_EMI_MPU_EA(region), end); in _emi_mpu_set_protection()
74 unsigned int start, end; in emi_mpu_set_protection() local
86 end = (unsigned int)(region_info->end >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()
88 _emi_mpu_set_protection(start, end, region_info->apc[i]); in emi_mpu_set_protection()
/trusted-firmware-a/drivers/auth/cryptocell/713/
A Dcryptocell_crypto.c89 uint8_t *p, *end; in verify_signature() local
98 end = p + sig_alg_len; in verify_signature()
130 end = p + pk_len; in verify_signature()
131 rc = mbedtls_asn1_get_tag(&p, end, &len, in verify_signature()
136 end = p + len; in verify_signature()
137 rc = mbedtls_asn1_get_alg_null(&p, end, &alg_oid); in verify_signature()
151 rc = mbedtls_asn1_get_tag(&p, end, &len, in verify_signature()
174 rc = mbedtls_asn1_get_int(&p, end, &exp); in verify_signature()
183 end = p + sig_len; in verify_signature()
223 uint8_t *p, *end, *hash; in verify_hash() local
[all …]
/trusted-firmware-a/plat/mediatek/mt8192/drivers/emi_mpu/
A Demi_mpu.c19 unsigned long start, unsigned long end, in _emi_mpu_set_protection() argument
27 dgroup = (end >> 24) & 0xFF; in _emi_mpu_set_protection()
28 end &= 0x00FFFFFF; in _emi_mpu_set_protection()
39 end -= DRAM_OFFSET; in _emi_mpu_set_protection()
42 start, end); in _emi_mpu_set_protection()
74 unsigned long start, end; in emi_mpu_set_protection() local
84 end = (unsigned long)(region_info->end >> EMI_MPU_ALIGN_BITS) | in emi_mpu_set_protection()
100 region_info.end = 0xC3FF0000ULL; in emi_mpu_init()
111 region_info.end = 0x513F0000ULL; in emi_mpu_init()
122 region_info.end = 0x1FFFF0000ULL; in emi_mpu_init()
[all …]
/trusted-firmware-a/drivers/auth/cryptocell/712/
A Dcryptocell_crypto.c104 uint8_t *p, *end; in verify_signature() local
111 end = p + sig_alg_len; in verify_signature()
142 end = p + pk_len; in verify_signature()
143 rc = mbedtls_asn1_get_tag(&p, end, &len, in verify_signature()
148 end = p + len; in verify_signature()
149 rc = mbedtls_asn1_get_alg_null(&p, end, &alg_oid); in verify_signature()
163 rc = mbedtls_asn1_get_tag(&p, end, &len, in verify_signature()
186 rc = mbedtls_asn1_get_int(&p, end, &exp); in verify_signature()
206 end = p + sig_len; in verify_signature()
248 uint8_t *p, *end, *hash; in verify_hash() local
[all …]
/trusted-firmware-a/docs/resources/diagrams/plantuml/
A Dio_dev_init_and_check.puml15 end note
30 end note
31 end opt
40 end note
55 end note
57 end opt
59 end alt
61 end group
A Dio_dev_registration.puml17 end note
24 end note
35 end note
36 end opt
47 end note
48 end opt
51 end group
A Dfconf_bl1_load_config.puml6 end box
12 end box
18 end box
29 end note
40 end note
60 end note
73 end note
A Dfconf_bl2_populate.puml6 end box
12 end box
18 end box
26 end note
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexadmonitions.sty48 }% end of sphinxlightbox environment definition
51 {\begin{sphinxlightbox}\sphinxstrong{#1} }{\end{sphinxlightbox}}
53 {\begin{sphinxlightbox}\sphinxstrong{#1} }{\end{sphinxlightbox}}
55 {\begin{sphinxlightbox}\sphinxstrong{#1} }{\end{sphinxlightbox}}
57 {\begin{sphinxlightbox}\sphinxstrong{#1} }{\end{sphinxlightbox}}
111 \ifspx@inframed\end{minipage}\fi
116 }% end of sphinxheavybox environment definition
119 {\begin{sphinxheavybox}\sphinxstrong{#1} }{\end{sphinxheavybox}}
137 % can't use #1 directly in definition of end part
145 % workaround some LaTeX "feature" of \end command
[all …]
A Dmake.bat18 goto end
27 goto end
30 :end label
A Dsphinxlatexindbibtoc.sty31 {\end{theindex}}
36 {\end{thebibliography}}
53 {sphinxthebibliography}{\begin{thebibliography}}{\end{thebibliography}}%
57 {\newenvironment{sphinxtheindex}{\begin{theindex}}{\end{theindex}}}%
A Dtrustedfirmware-a.tex579 \end{description}\end{quote}
598 \end{description}\end{quote}
623 \end{description}\end{quote}
648 \end{description}\end{quote}
681 \end{description}\end{quote}
722 \end{description}\end{quote}
747 \end{description}\end{quote}
784 \end{description}\end{quote}
812 \end{description}\end{quote}
841 \end{description}\end{quote}
[all …]
/trusted-firmware-a/lib/libfdt/
A Dfdt_ro.c263 q = end; in fdt_path_offset_namelen()
273 while (p < end) { in fdt_path_offset_namelen()
278 if (p == end) in fdt_path_offset_namelen()
283 q = end; in fdt_path_offset_namelen()
725 const char *list, *end; in fdt_stringlist_count() local
732 end = list + length; in fdt_stringlist_count()
734 while (list < end) { in fdt_stringlist_count()
759 end = list + length; in fdt_stringlist_search()
761 while (list < end) { in fdt_stringlist_search()
793 end = list + length; in fdt_stringlist_get()
[all …]
/trusted-firmware-a/lib/extensions/ras/
A Dras_common.c129 int start, end, mid, ret __unused; in ras_interrupt_handler() local
142 end = (int)ras_interrupt_mappings.num_intrs - 1; in ras_interrupt_handler()
143 while (start <= end) { in ras_interrupt_handler()
144 mid = ((end + start) / 2); in ras_interrupt_handler()
150 end = mid - 1; in ras_interrupt_handler()
/trusted-firmware-a/plat/imx/imx8qx/
A Dimx8qx_bl31_setup.c190 sc_faddr_t start, end; in imx8_partition_resources() local
239 err = sc_rm_get_memreg_info(ipc_handle, mr, &start, &end); in imx8_partition_resources()
243 NOTICE("Memreg %u 0x%" PRIx64 " -- 0x%" PRIx64 "\n", mr, start, end); in imx8_partition_resources()
244 if (BL31_BASE >= start && (BL31_LIMIT - 1) <= end) { in imx8_partition_resources()
250 err %d\n", start, end, err); in imx8_partition_resources()
256 err = sc_rm_get_memreg_info(ipc_handle, mr_record, &start, &end); in imx8_partition_resources()
259 if ((BL31_LIMIT - 1) < end) { in imx8_partition_resources()
260 err = sc_rm_memreg_alloc(ipc_handle, &mr, BL31_LIMIT, end); in imx8_partition_resources()
263 (sc_faddr_t)BL31_LIMIT, end); in imx8_partition_resources()
267 (sc_faddr_t)BL31_LIMIT, end); in imx8_partition_resources()
/trusted-firmware-a/plat/imx/imx8qm/
A Dimx8qm_bl31_setup.c179 sc_faddr_t start, end; in mx8_partition_resources() local
263 err = sc_rm_get_memreg_info(ipc_handle, mr, &start, &end); in mx8_partition_resources()
266 NOTICE("Memreg %u 0x%" PRIx64 " -- 0x%" PRIx64 "\n", mr, start, end); in mx8_partition_resources()
267 if (BL31_BASE >= start && (BL31_LIMIT - 1) <= end) { in mx8_partition_resources()
273 err %d\n", start, end, err); in mx8_partition_resources()
279 err = sc_rm_get_memreg_info(ipc_handle, mr_record, &start, &end); in mx8_partition_resources()
282 if ((BL31_LIMIT - 1) < end) { in mx8_partition_resources()
283 err = sc_rm_memreg_alloc(ipc_handle, &mr, BL31_LIMIT, end); in mx8_partition_resources()
286 (sc_faddr_t)BL31_LIMIT, end); in mx8_partition_resources()
290 (sc_faddr_t)BL31_LIMIT, end); in mx8_partition_resources()
/trusted-firmware-a/plat/socionext/uniphier/
A Duniphier_console_setup.c49 uintptr_t base, end; in uniphier_console_get_base() local
54 end = base + UNIPHIER_UART_OFFSET * UNIPHIER_UART_NR_PORTS; in uniphier_console_get_base()
56 while (base < end) { in uniphier_console_get_base()
/trusted-firmware-a/lib/libc/
A Dmemmove.c24 const char *end = dst; in memmove() local
27 while (d != end) in memmove()
/trusted-firmware-a/lib/zlib/
A Dinffast.c59 unsigned char FAR *end; /* while out < end, enough space available */ local
86 end = out + (strm->avail_out - 257);
290 } while (in < last && out < end);
302 strm->avail_out = (unsigned)(out < end ?
303 257 + (end - out) : 257 - (out - end));
/trusted-firmware-a/lib/utils/
A Dmem_region.c118 uintptr_t region_start, region_end, start, end; in mem_region_in_array_chk() local
131 end = start + (tbl->nbytes - 1); in mem_region_in_array_chk()
132 if ((region_start >= start) && (region_end <= end)) { in mem_region_in_array_chk()
/trusted-firmware-a/drivers/marvell/
A Diob.c112 uint64_t start, end; in dump_iob() local
129 end = (((uint64_t)ahr + 0x10) << ADDRESS_SHIFT); in dump_iob()
134 end = start + (16 << 20); in dump_iob()
138 start, end); in dump_iob()
/trusted-firmware-a/lib/fconf/
A Dfconf.c64 IMPORT_SYM(struct fconf_populator *, __FCONF_POPULATOR_END__, end); in fconf_populate()
67 for (populator = start; populator != end; populator++) { in fconf_populate()

Completed in 155 milliseconds

12345