/external/u-boot/arch/arm/mach-imx/ |
D | hab.c | 474 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) in csf_is_valid() argument 490 if (!ivt->csf) { in csf_is_valid() 495 csf_hdr = (u8 *)ivt->csf; in csf_is_valid() 572 struct ivt *ivt; in imx_hab_authenticate_image() local 594 ivt = (struct ivt *)ivt_addr; in imx_hab_authenticate_image() 595 ivt_hdr = &ivt->hdr; in imx_hab_authenticate_image() 602 if (ivt->self != ivt_addr) { in imx_hab_authenticate_image() 604 ivt->self, ivt_addr); in imx_hab_authenticate_image() 609 if (ivt->dcd) { in imx_hab_authenticate_image() 618 if (!csf_is_valid(ivt, start, bytes)) in imx_hab_authenticate_image() [all …]
|
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
D | Makefile | 43 ivt=$(word 1,$^) ; \ 49 echo " $3 0x0 0x40 \"$$ivt\"" >> $@ 56 spl/u-boot-spl.ivt: spl/u-boot-spl.bin 61 u-boot.ivt: u-boot.bin 66 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.… 69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf 80 u-boot-signed.sb: $(src)/mxsimage-signed.cfg u-boot.ivt u-boot.sig spl/u-boot-spl.ivt spl/u-boot-sp…
|
D | u-boot-imx28.bd | 8 load ivt (entry = 0x0014) > 0x8000; 12 load ivt (entry = 0x40000100) > 0x8000;
|
D | mxsimage-signed.cfg | 5 LOAD 0x8000 spl/u-boot-spl.ivt 9 LOAD 0x40001000 u-boot.ivt
|
D | u-boot-imx23.bd | 13 load ivt (entry = 0x0014) > 0x8000;
|
/external/u-boot/doc/imx/habv4/guides/ |
D | mx6_mx7_spl_secure_boot.txt | 37 binary (u-boot-ivt.img) so it can be used by HAB API in a post ROM stage. 61 The diagram below illustrate a signed u-boot-ivt.img image layout: 71 | +-----------------------------+ <-- *ivt 119 - u-boot-ivt.img build log: 121 $ cat u-boot-ivt.img.log 141 - In csf_uboot-ivt.txt: 143 Block = 0x177fffc0 0x0000 0x0006e020 "u-boot-ivt.img" 163 $ ./cst -i csf_uboot-ivt.txt -o csf_uboot-ivt.bin 167 $ cat u-boot-ivt.img csf_uboot-ivt.bin > u-boot-signed.img
|
D | mx6_mx7_secure_boot.txt | 328 | +-----------------------------+ <-- *ivt 365 - Append the ivt.bin at the end of the padded zImage: 367 $ cat zImage_pad.bin ivt.bin > zImage_pad_ivt.bin
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/ |
D | com_github_javaparser_symbolsolver_logic_InferenceVariableType.txt | 16 InferenceVariableType ivt = (InferenceVariableType) t; 17 if (!considered.contains(ivt)) { 18 result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)); 23 Line 107) considered.contains(ivt) ==> java.util.Set.contains(java.lang.Object) 24 …Line 108) result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)) ==> java.util.Set.… 25 …Line 108) concreteEquivalentTypesAlsoIndirectly(considered, ivt) ==> com.github.javaparser.symbols…
|
/external/u-boot/arch/arc/cpu/ |
D | u-boot.lds | 17 .ivt : 19 KEEP(*(.ivt))
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-logic/com/github/javaparser/symbolsolver/logic/ |
D | InferenceVariableType.java | 106 InferenceVariableType ivt = (InferenceVariableType)t; in concreteEquivalentTypesAlsoIndirectly() 107 if (!considered.contains(ivt)) { in concreteEquivalentTypesAlsoIndirectly() 108 result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)); in concreteEquivalentTypesAlsoIndirectly()
|
/external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/ |
D | InferenceVariableType.java | 106 InferenceVariableType ivt = (InferenceVariableType)t; in concreteEquivalentTypesAlsoIndirectly() 107 if (!considered.contains(ivt)) { in concreteEquivalentTypesAlsoIndirectly() 108 result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)); in concreteEquivalentTypesAlsoIndirectly()
|
/external/u-boot/board/synopsys/iot_devkit/ |
D | u-boot.lds | 21 .ivt : 24 KEEP(*(.ivt));
|
/external/iproute2/ip/ |
D | iplink.c | 411 struct ifla_vf_tx_rate ivt; in iplink_parse_vf() local 414 if (get_unsigned(&ivt.rate, *argv, 0)) in iplink_parse_vf() 417 ivt.vf = vf; in iplink_parse_vf() 420 IFLA_VF_TX_RATE, &ivt, sizeof(ivt)); in iplink_parse_vf() 422 tivt.max_tx_rate = ivt.rate; in iplink_parse_vf() 467 struct ifla_vf_trust ivt; in iplink_parse_vf() local 471 ivt.setting = 1; in iplink_parse_vf() 473 ivt.setting = 0; in iplink_parse_vf() 476 ivt.vf = vf; in iplink_parse_vf() 478 &ivt, sizeof(ivt)); in iplink_parse_vf()
|
/external/u-boot/arch/arc/cpu/arcv1/ |
D | Makefile | 5 obj-y += ivt.o
|
D | ivt.S | 6 .section .ivt, "ax",@progbits
|
/external/u-boot/arch/arc/cpu/arcv2/ |
D | Makefile | 5 obj-y += ivt.o
|
D | ivt.S | 6 .section .ivt, "a",@progbits
|
/external/u-boot/tools/ |
D | mxsimage.c | 926 struct sb_ivt_header *ivt; in sb_build_command_load() local 937 ivt = calloc(1, sizeof(*ivt)); in sb_build_command_load() 938 if (!ivt) { in sb_build_command_load() 943 ivt->header = sb_hab_ivt_header(); in sb_build_command_load() 944 ivt->entry = ivtep; in sb_build_command_load() 945 ivt->self = dest; in sb_build_command_load() 947 cctx->data = (uint8_t *)ivt; in sb_build_command_load() 948 cctx->length = sizeof(*ivt); in sb_build_command_load()
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/ |
D | SignedInvalidUnknownCRLExtensionTest9.eml | 34 qelK1bLZqjY3Ap/ivt/zf0txQmVZooyCElcIZMGvUNrpBOUnAo1Pl9f/I0SZImsz
|
D | SignedInvalidUnknownCRLExtensionTest10.eml | 34 qelK1bLZqjY3Ap/ivt/zf0txQmVZooyCElcIZMGvUNrpBOUnAo1Pl9f/I0SZImsz
|
/external/u-boot/arch/arm/include/asm/mach-imx/ |
D | hab.h | 30 struct ivt { struct
|
/external/u-boot/ |
D | Makefile | 860 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img 863 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img 1300 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \ 1303 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log 1335 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \ 1929 u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log \
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_012.ppm | 7196 …*3)MVLOZTMYSXebivto|zv��{��{��~��������~��z��ivtz��mzwkwuq~|t�~q~|ivt[hdS`[Sb[_ngiwso}xlz…
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA-old.txt | 134145 naivete %19878 nɑivtˈe, nɑˌivətˈe 134147 naiveté %8777 naɪˈivɪtˌe, nɑ-, nˌaɪivtˈe
|
D | internal_raw_IPA.txt | 112832 naivete %28396 nɑivtˈe, nɑˌivətˈe 112834 naiveté %8776 naɪˈivɪtˌe, nˌaɪivtˈe
|