Home
last modified time | relevance | path

Searched refs:md (Results 1 – 22 of 22) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_MimeWriter.py216 md = toplevel.nextpart()
217 md.startmultipartbody("knowbot-metadata", "802spam999")
221 md1 = md.nextpart()
232 md2 = md.nextpart()
241 md3 = md.nextpart()
251 md.lastpart()
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dsha.c38 int sha_file(const char *filename, unsigned char *md) in sha_file() argument
45 if ((filename == NULL) || (md == NULL)) { in sha_file()
60 SHA256_Final(md, &shaContext); in sha_file()
Dmain.c279 unsigned char md[SHA256_DIGEST_LENGTH]; in main() local
428 if (!sha_file(certs[BL2_CERT].bin, md)) { in main()
433 CHECK_NULL(hash_ext, ext_new_hash(hash_nid, EXT_CRIT, md, in main()
506 if (!sha_file(certs[BL30_CERT].bin, md)) { in main()
512 CHECK_NULL(hash_ext, ext_new_hash(hash_nid, EXT_CRIT, md, in main()
557 if (!sha_file(certs[BL31_CERT].bin, md)) { in main()
562 CHECK_NULL(hash_ext, ext_new_hash(hash_nid, EXT_CRIT, md, in main()
609 if (!sha_file(certs[BL32_CERT].bin, md)) { in main()
615 CHECK_NULL(hash_ext, ext_new_hash(hash_nid, EXT_CRIT, md, in main()
660 if (!sha_file(certs[BL33_CERT].bin, md)) { in main()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/
Dreadme.md147 [License]: ./license.md "BSD license for ARM Trusted Firmware"
148 [Contributing Guidelines]: ./contributing.md "Guidelines for contributors"
149 [Acknowledgments]: ./acknowledgements.md "Contributor acknowledgments"
150 [Change Log]: ./docs/change-log.md
151 [User Guide]: ./docs/user-guide.md
152 [Firmware Design]: ./docs/firmware-design.md
153 [Porting Guide]: ./docs/porting-guide.md
Dcontributing.md106 [User Guide]: ./docs/user-guide.md
107 [Running the software]: ./docs/user-guide.md#6--running-the-software
108 [Porting Guide]: ./docs/porting-guide.md
109 [Firmware Design]: ./docs/firmware-design.md
110 [Acknowledgements]: ./acknowledgements.md "Contributor acknowledgements"
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
Dsha.h34 int sha_file(const char *filename, unsigned char *md);
/device/linaro/bootloader/arm-trusted-firmware/docs/
Doptee-dispatcher.md13 [OP-TEE OS]: http://github.com/OP-TEE/optee_os/tree/master/documentation/arm_trusted_firmware.md
Dtrusted-board-boot.md261 [User Guide]: user-guide.md
Dfirmware-design.md1041 can be found in the [cpu-specific-build-macros.md][CPUBM] file.
1804 [User Guide]: ./user-guide.md
1805 [Porting Guide]: ./porting-guide.md
1806 [INTRG]: ./interrupt-framework-design.md
1807 [CPUBM]: ./cpu-specific-build-macros.md.md
Drt-svc-writers-guide.md302 [Firmware Design]: ./firmware-design.md
Dchange-log.md495 * Enabled third party contributions. Added a new contributing.md containing
710 [OP-TEE Dispatcher]: ./optee-dispatcher.md
Dporting-guide.md1557 [IMF Design Guide]: interrupt-framework-design.md
1558 [User Guide]: user-guide.md
1560 [Firmware Design Guide]: firmware-design.md
Duser-guide.md1091 [Firmware Design]: ./firmware-design.md
1102 [Trusted Board Boot]: trusted-board-boot.md
Dinterrupt-framework-design.md848 [Porting Guide]: ./porting-guide.md
/device/linaro/bootloader/arm-trusted-firmware/common/auth/polarssl/
Dpolarssl.mk47 md.c \
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c578 int size, i, j, md, shorts_in_top_digit; in r_PyLong() local
601 md = r_short(p); in r_PyLong()
602 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()
604 d += (digit)md << j*PyLong_MARSHAL_SHIFT; in r_PyLong()
610 md = r_short(p); in r_PyLong()
611 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()
614 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
620 d += (digit)md << j*PyLong_MARSHAL_SHIFT; in r_PyLong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c584 int j, md, shorts_in_top_digit; in r_PyLong() local
606 md = r_short(p); in r_PyLong()
607 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()
609 d += (digit)md << j*PyLong_MARSHAL_SHIFT; in r_PyLong()
615 md = r_short(p); in r_PyLong()
616 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()
619 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
625 d += (digit)md << j*PyLong_MARSHAL_SHIFT; in r_PyLong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmarshal.c578 int size, i, j, md, shorts_in_top_digit; in r_PyLong() local
601 md = r_short(p); in r_PyLong()
602 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()
604 d += (digit)md << j*PyLong_MARSHAL_SHIFT; in r_PyLong()
610 md = r_short(p); in r_PyLong()
611 if (md < 0 || md > PyLong_MARSHAL_BASE) in r_PyLong()
614 if (md == 0 && j == shorts_in_top_digit - 1) { in r_PyLong()
620 d += (digit)md << j*PyLong_MARSHAL_SHIFT; in r_PyLong()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtreesync.py160 md = mf.read(BUFSIZE)
161 if sd != md: return 0
/device/linaro/hikey/uefi-tools/
Dopteed-build.sh114 if [ ! -f documentation/optee_design.md ]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dliolib.c230 const char *md = mode; /* to traverse/check mode */ in io_open() local
231 luaL_argcheck(L, lua_checkmode(md), 2, "invalid mode"); in io_open()
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DEDKII_openssl-1.0.2e.patch214 const EVP_MD *md, *mgf1md;