Searched refs:bits (Results 1 – 9 of 9) sorted by relevance
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | ecdsa.h | 56 #define MBEDTLS_ECDSA_MAX_SIG_LEN( bits ) \ argument 57 ( /*T,L of SEQUENCE*/ ( ( bits ) >= 61 * 8 ? 3 : 2 ) + \ 58 /*T,L of r,s*/ 2 * ( ( ( bits ) >= 127 * 8 ? 3 : 2 ) + \ 59 /*V of r,s*/ ( ( bits ) + 8 ) / 8 ) )
|
/mcuboot-latest/docs/ |
D | compression_format.md | 94 …culating literal context, literal pos, and pos bits](#Calculating-literal-context-literal-pos-and-… 98 - `lc`, which specifies a number of literal context bits 100 - `lp`, which specifies a number of literal pos bits 102 - `pb`, which specifies a number of pos bits
|
D | index.md | 3 MCUboot is a secure bootloader for 32-bits microcontrollers.
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_dsa.c | 66 static void bits2int(uECC_word_t *native, const uint8_t *bits, in bits2int() argument 80 uECC_vli_bytesToNative(native, bits, bits_size); in bits2int()
|
D | ecc.c | 97 uECC_word_t bits = 0; in uECC_vli_isZero() local 100 bits |= vli[i]; in uECC_vli_isZero() 102 return (bits == 0); in uECC_vli_isZero()
|
/mcuboot-latest/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 126 2^64 bits, which is an extremely large window. 158 bits). Note that if you need AES-256, it doesn't sound as though your 183 * AES128-CMAC mode of operation offers 64 bits of security against collision
|
/mcuboot-latest/ |
D | README.md | 23 MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
|
/mcuboot-latest/boot/mbed/ |
D | mcuboot_imgtool.cmake | 96 …--align 4 # this lets mcuboot know the intrinsic alignment of the flash (32-bits = 4 byte alignmen…
|
/mcuboot-latest/boot/zephyr/ |
D | Kconfig | 504 - RSA-OAEP (2048 bits).
|