Home
last modified time | relevance | path

Searched refs:h (Results 1 – 25 of 1316) sorted by relevance

12345678910>>...53

/u-boot/lib/libavb/
A Davb_vbmeta_image.c19 AvbVBMetaImageHeader h; in avb_vbmeta_image_verify() local
97 if (!avb_safe_add(&hash_end, h.hash_offset, h.hash_size) || in avb_vbmeta_image_verify()
103 if (!avb_safe_add(&signature_end, h.signature_offset, h.signature_size) || in avb_vbmeta_image_verify()
111 if (!avb_safe_add(&pubkey_end, h.public_key_offset, h.public_key_size) || in avb_vbmeta_image_verify()
119 if (h.public_key_metadata_size > 0) { in avb_vbmeta_image_verify()
157 switch (h.algorithm_type) { in avb_vbmeta_image_verify()
187 h.hash_size) != 0) { in avb_vbmeta_image_verify()
195 h.public_key_size, in avb_vbmeta_image_verify()
197 h.signature_size, in avb_vbmeta_image_verify()
199 h.hash_size, in avb_vbmeta_image_verify()
[all …]
A Davb_sha256.c135 wv[j] = ctx->h[j]; in SHA256_transform()
222 wv[0] = ctx->h[0]; in SHA256_transform()
223 wv[1] = ctx->h[1]; in SHA256_transform()
224 wv[2] = ctx->h[2]; in SHA256_transform()
225 wv[3] = ctx->h[3]; in SHA256_transform()
226 wv[4] = ctx->h[4]; in SHA256_transform()
227 wv[5] = ctx->h[5]; in SHA256_transform()
228 wv[6] = ctx->h[6]; in SHA256_transform()
229 wv[7] = ctx->h[7]; in SHA256_transform()
296 ctx->h[0] += wv[0]; in SHA256_transform()
[all …]
A Davb_sha512.c223 wv[0] = ctx->h[0]; in SHA512_transform()
224 wv[1] = ctx->h[1]; in SHA512_transform()
225 wv[2] = ctx->h[2]; in SHA512_transform()
226 wv[3] = ctx->h[3]; in SHA512_transform()
227 wv[4] = ctx->h[4]; in SHA512_transform()
228 wv[5] = ctx->h[5]; in SHA512_transform()
229 wv[6] = ctx->h[6]; in SHA512_transform()
230 wv[7] = ctx->h[7]; in SHA512_transform()
253 ctx->h[0] += wv[0]; in SHA512_transform()
254 ctx->h[1] += wv[1]; in SHA512_transform()
[all …]
/u-boot/lib/efi_selftest/
A DMakefile75 efi_miniapp_file_image_exception.h \
76 efi_miniapp_file_image_exit.h \
77 efi_miniapp_file_image_return.h \
92 $(obj)/efi_miniapp_file_image_exception.h
94 $(obj)/efi_miniapp_file_image_exit.h: $(obj)/efi_selftest_miniapp_exit.efi
96 $(obj)/efi_miniapp_file_image_exit.h
100 $(obj)/efi_miniapp_file_image_return.h
102 $(obj)/efi_selftest_exception.o: $(obj)/efi_miniapp_file_image_exception.h
104 $(obj)/efi_selftest_load_file.o: $(obj)/efi_miniapp_file_image_exit.h
106 $(obj)/efi_selftest_loadimage.o: $(obj)/efi_miniapp_file_image_exit.h
[all …]
/u-boot/arch/sandbox/include/asm/
A Dgetopt.h38 #define _SANDBOX_CMDLINE_OPT(f, s, ha, h) \ argument
42 .help = h, \
65 #define SANDBOX_CMDLINE_OPT(f, ha, h) _SANDBOX_CMDLINE_OPT(f, 0, ha, h) argument
70 #define SANDBOX_CMDLINE_OPT_SHORT(f, s, ha, h) _SANDBOX_CMDLINE_OPT(f, s, ha, h) argument
/u-boot/drivers/video/
A Dbcm2835.c19 int w, h, pitch; in bcm2835_video_probe() local
23 ret = bcm2835_get_video_size(&w, &h); in bcm2835_video_probe()
24 if (ret || w == 0 || h == 0) in bcm2835_video_probe()
27 debug("bcm2835: Setting up display for %d x %d\n", w, h); in bcm2835_video_probe()
28 ret = bcm2835_set_video_params(&w, &h, 32, BCM2835_MBOX_PIXEL_ORDER_RGB, in bcm2835_video_probe()
34 debug("bcm2835: Final resolution is %d x %d\n", w, h); in bcm2835_video_probe()
45 uc_priv->ysize = h; in bcm2835_video_probe()
/u-boot/lib/crypto/
A DMakefile20 $(obj)/rsapubkey.asn1.o: $(obj)/rsapubkey.asn1.c $(obj)/rsapubkey.asn1.h
21 $(obj)/rsa_helper.o: $(obj)/rsapubkey.asn1.h
34 $(obj)/x509.asn1.h \
35 $(obj)/x509_akid.asn1.h
37 $(obj)/x509.asn1.o: $(obj)/x509.asn1.c $(obj)/x509.asn1.h
38 $(obj)/x509_akid.asn1.o: $(obj)/x509_akid.asn1.c $(obj)/x509_akid.asn1.h
49 $(obj)/pkcs7_parser.o: $(obj)/pkcs7.asn1.h
50 $(obj)/pkcs7.asn1.o: $(obj)/pkcs7.asn1.c $(obj)/pkcs7.asn1.h
/u-boot/cmd/
A D.gitignore2 config_data_gz.h
3 config_data_size.h
5 license_data_gz.h
6 license_data_size.h
/u-boot/board/siemens/capricorn/
A DMAINTAINERS5 F: include/configs/capricorn-common.h
6 F: include/configs/deneb.h
7 F: include/configs/giedi.h
8 F: include/configs/siemens-ccp-common.h
9 F: include/configs/siemens-env-common.h
/u-boot/include/
A Datf_common.h30 (_p)->h.type = (uint8_t)(_type); \
31 (_p)->h.version = (uint8_t)(_ver); \
32 (_p)->h.size = (uint16_t)sizeof(*_p); \
33 (_p)->h.attr = (uint32_t)(_attr) ; \
113 struct param_header h; member
127 struct param_header h; member
166 struct param_header h; member
187 struct param_header h; member
A D.gitignore2 /bmp_logo.h
3 /bmp_logo_data.h
4 /config.h
/u-boot/tools/
A Difwitool.c105 struct bpdt_header h; member
112 return (sizeof(*h) + BPDT_ENTRY_SIZE * h->descriptor_count); in get_bpdt_size()
166 return (sizeof(*h) + SUBPART_DIR_ENTRY_SIZE * h->num_entries); in subpart_dir_size()
838 offset = read_member(data, offset, sizeof(h->signature), &h->signature); in bpdt_read_header()
1062 s->h.checksum = 0; in calc_checksum()
1437 struct bpdt_header *h = &s->h; in bpdt_fixup_write_buffer() local
1444 offset = fix_member(&h->signature, offset, sizeof(h->signature)); in bpdt_fixup_write_buffer()
1652 struct subpart_dir_header *h = &s->h; in subpart_dir_fixup_write_buffer() local
1658 offset = fix_member(&h->marker, offset, sizeof(h->marker)); in subpart_dir_fixup_write_buffer()
1659 offset = fix_member(&h->num_entries, offset, sizeof(h->num_entries)); in subpart_dir_fixup_write_buffer()
[all …]
/u-boot/arch/powerpc/cpu/mpc85xx/
A Drelease.S92 lis r3,BUCSR_ENABLE@h
110 lis r3,(L1CSR1_CPE|L1CSR1_ICE)@h
128 lis r3,(L1CSR0_CPE|L1CSR0_DCE)@h
216 lis r5,SVR_P4080@h
233 oris r3,r3,(L1CSR2_DCWS)@h
245 andis. r3,r3,(L1CSR2_DCWS)@h
258 lis r3,SVR_P2040@h
279 lis r3,CONFIG_SYS_INIT_L2CSR0@h
285 andis. r1,r3,L2CSR0_L2E@h
301 oris r11,r13,(MAS2_M|MAS2_G)@h
[all …]
A Dstart.S135 lis r2, L2CSR0_L2E@h
142 lis r2,(L2CSR0_L2FL)@h
155 lis r2, L2CSR0_L2E@h
190 lis \scratch, \phy_high@h
212 lis \scratch, \phy_high@h
333 lis r0,BUCSR_ENABLE@h
380 lis r3, MAS2_EPN@h
597 lis r2, CCSRAR_C@h
857 lis r4, \value@h
865 lis r4, \value@h
[all …]
/u-boot/board/ti/ks2_evm/
A DMAINTAINERS5 F: include/configs/k2hk_evm.h
7 F: include/configs/k2e_evm.h
9 F: include/configs/k2l_evm.h
11 F: include/configs/k2g_evm.h
/u-boot/arch/nios2/cpu/
A Dstart.S110 movhi r2, %hi(debug_uart_init@h)
111 ori r2, r2, %lo(debug_uart_init@h)
117 movhi r2, %hi(board_init_f_alloc_reserve@h)
118 ori r2, r2, %lo(board_init_f_alloc_reserve@h)
122 movhi r2, %hi(board_init_f_init_reserve@h)
123 ori r2, r2, %lo(board_init_f_init_reserve@h)
131 movhi r2, %hi(board_init_f@h)
132 ori r2, r2, %lo(board_init_f@h)
176 movhi r8, %hi(board_init_r@h)
177 ori r8, r8, %lo(board_init_r@h)
/u-boot/board/broadcom/bcmstb/
A DMAINTAINERS5 F: include/configs/bcmstb.h
6 F: include/configs/bcm7445.h
13 F: include/configs/bcmstb.h
14 F: include/configs/bcm7260.h
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dstart.S156 lis r4, CONFIG_DEFAULT_IMMR@h
165 lis r3, CONFIG_SYS_IMMR@h
288 lis r3, CONFIG_SYS_IMMR@h
424 lis r22,MSR_POW@h
496 lis r3, CONFIG_SYS_IMMR@h
539 lis r3, CONFIG_SYS_HID0_INIT@h
544 lis r3, CONFIG_SYS_HID0_FINAL@h
549 lis r3, CONFIG_SYS_HID2@h
564 addis r4, r0, CONFIG_SYS_IBAT0L@h
1141 lis r4, (0x80000012)@h
[all …]
/u-boot/include/asm-generic/bitops/
A Dfls64.h20 __u32 h = x >> 32; in fls64() local
21 if (h) in fls64()
22 return fls(h) + 32; in fls64()
/u-boot/board/advantech/dms-ba16/
A Ddms-ba16_1g.cfg17 #include <config.h>
18 #include "asm/arch/mx6-ddr.h"
19 #include "asm/arch/iomux.h"
20 #include "asm/arch/crm_regs.h"
A Ddms-ba16_2g.cfg17 #include <config.h>
18 #include "asm/arch/mx6-ddr.h"
19 #include "asm/arch/iomux.h"
20 #include "asm/arch/crm_regs.h"
/u-boot/board/samsung/smdk5420/
A DMAINTAINERS5 F: include/configs/peach-pit.h
7 F: include/configs/smdk5420.h
9 F: include/configs/peach-pi.h
17 F: include/configs/odroid_xu3.h
/u-boot/board/freescale/m53017evb/
A DREADME34 - include/asm-m68k/byteorder.h Byte order functions
35 - include/asm-m68k/fec.h FEC structure and definition
37 - include/asm-m68k/global_data.h Global data structure
40 - include/asm-m68k/io.h io functions
42 - include/asm-m68k/posix_types.h Posix
43 - include/asm-m68k/processor.h header file
44 - include/asm-m68k/ptrace.h Exception structure
45 - include/asm-m68k/rtc.h Realtime clock header file
46 - include/asm-m68k/string.h String function export
48 - include/asm-m68k/types.h Data types definition
[all …]
/u-boot/doc/media/
A DMakefile7 FILES = linker_lists.h.rst
20 $(BUILDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.excep…
/u-boot/board/freescale/m52277evb/
A DREADME31 - include/asm-m68k/byteorder.h Byte order functions
37 - include/asm-m68k/global_data.h Global data structure
40 - include/asm-m68k/io.h io functions
41 - include/asm-m68k/lcd.h LCD structure and definition
43 - include/asm-m68k/posix_types.h Posix
44 - include/asm-m68k/processor.h header file
45 - include/asm-m68k/ptrace.h Exception structure
46 - include/asm-m68k/rtc.h Realtime clock header file
48 - include/asm-m68k/string.h String function export
50 - include/asm-m68k/types.h Data types definition
[all …]

Completed in 40 milliseconds

12345678910>>...53