Searched refs:B (Results 1 – 11 of 11) sorted by relevance
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | aes_kw.h | 97 uint8_t B[16]; in bootutil_aes_kw_unwrap() local 113 B[k] = A[k]; in bootutil_aes_kw_unwrap() 114 B[8 + k] = key[((i-1) * 8) + k]; in bootutil_aes_kw_unwrap() 116 B[7] ^= 2 * j + i; in bootutil_aes_kw_unwrap() 117 if (tc_aes_decrypt((uint8_t *)&B, (uint8_t *)&B, ctx) != TC_CRYPTO_SUCCESS) { in bootutil_aes_kw_unwrap() 121 A[k] = B[k]; in bootutil_aes_kw_unwrap() 122 key[((i-1) * 8) + k] = B[8 + k]; in bootutil_aes_kw_unwrap()
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | bignum.h | 634 const mbedtls_mpi *B ); 649 const mbedtls_mpi *B ); 663 const mbedtls_mpi *B ); 677 const mbedtls_mpi *B ); 721 const mbedtls_mpi *B ); 758 const mbedtls_mpi *B ); 799 const mbedtls_mpi *B ); 921 const mbedtls_mpi *B );
|
D | ecp.h | 222 mbedtls_mpi B; /*!< For Short Weierstrass: \p B in the equation. member
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 178 BYTES_TO_WORDS_8(47, 42, 2C, E1, F2, D1, 17, 6B), 181 BYTES_TO_WORDS_8(CE, 5E, 31, 6B, 57, 33, CE, 2B), 183 BYTES_TO_WORDS_8(9B, 7F, 1A, FE, E2, 42, E3, 4F) 185 BYTES_TO_WORDS_8(4B, 60, D2, 27, 3E, 3C, CE, 3B),
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 58 * Standard Specification: NIST SP 800-38B. 191 (allowing a new key to be set), as suggested in Appendix B of SP 800-38B. 324 * `NIST SP 800-38B (AES-CMAC)`_ 326 .. _NIST SP 800-38B (AES-CMAC): 327 http://csrc.nist.gov/publications/nistpubs/800-38B/SP_800-38B.pdf
|
/mcuboot-latest/docs/ |
D | release.md | 50 imgtool_version = "A.B.CrcN"
|
D | readme-espressif.md | 98 …DMCUBOOT_TARGET=<TARGET> -DESP_HAL_PATH=<ESP_HAL_PATH> -DMCUBOOT_FLASH_PORT=<PORT> -B build -GNinja 877 …if.com/en/support/documents/technical-documents?keys=&field_download_document_type_tid%5B%5D=963).*
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 283 * This makes linker to A) allocate zeroed section in memory, and B) copy
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 282 * This makes linker to A) allocate zeroed section in memory, and B) copy
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 303 * This makes linker to A) allocate zeroed section in memory, and B) copy
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 293 * This makes linker to A) allocate zeroed section in memory, and B) copy
|