Searched refs:bit (Results 1 – 10 of 10) sorted by relevance
/mcuboot-latest/ext/fiat/ |
D | README.md | 15 "unsaturated arithmetic modulo 2^255-19 using 10 limbs of radix 2^25.5 in 32-bit 20 The 64-bit implementation uses 5 limbs of radix 2^51 with instruction scheduling 31 specifying roughly "64-bit saturated word-by-word Montgomery reduction modulo
|
/mcuboot-latest/docs/ |
D | ecdsa.md | 76 Both `r` and `s` are 256-bit numbers. Because these are 78 the high bit of the number is set, the DER-encoded representation will 81 both of these numbers have the high bit set.
|
D | imgtool.md | 127 a 128 bit or 256 bit key len.
|
D | release-notes.md | 53 improves support a bit for some configurations of external flash. 314 - TLVs were updated to use 16-bit lengths (from previous 8). This 521 This is the first release of MCUboot, a secure bootloader for 32-bit MCUs.
|
D | readme-zephyr.md | 51 Zephyr's point of view. There is a bit of configuration that needs to
|
D | readme-espressif.md | 418 (the Secure Boot bit in the eFuse is disabled) yet, so it proceeds to execute it (our MCUboot 428 1. On startup, the ROM bootloader checks the Secure Boot enable bit in the eFuse. If it is enabled,
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc.h | 389 uECC_word_t uECC_vli_testBit(const uECC_word_t *vli, bitcount_t bit);
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 33 * Type of primitive: Pseudo-random number generator (256-bit strength). 69 * Type of primitive: Pseudo-random number generator (128-bit strength). 249 Note that the assumed bit layout is: {31, 30, ..., 0}, {63, 62, ..., 32},
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc.c | 105 uECC_word_t uECC_vli_testBit(const uECC_word_t *vli, bitcount_t bit) in uECC_vli_testBit() argument 107 return (vli[bit >> uECC_WORD_BITS_SHIFT] & in uECC_vli_testBit() 108 ((uECC_word_t)1 << (bit & uECC_WORD_BITS_MASK))); in uECC_vli_testBit()
|
/mcuboot-latest/boot/zephyr/ |
D | CMakeLists.txt | 606 # 128-bit AES key size
|