Home
last modified time | relevance | path

Searched refs:length (Results 1 – 8 of 8) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_cbc_mode.c111 unsigned int length; in test_1_and_2() local
135 length = ((unsigned int) sizeof(encrypted)) - TC_AES_BLOCK_SIZE; in test_1_and_2()
137 if (tc_cbc_mode_decrypt(decrypted, length - TC_AES_BLOCK_SIZE, p, length, in test_1_and_2()
/mcuboot-latest/docs/
Decdsa.md5 always a fixed length. Unfortunately, this padding was done in a way
12 at least one pad byte to always be added (to set the length). This
20 that the length does not need to be known until the signature is
79 require 33 bytes instead of 32. This means that the length of the
90 variable length, and to make sure that we can handle them as such.
Dreadme-riot.md30 version information, and trailer type-length-value records (TLVs) with
Dreadme-nuttx.md45 …rface MCUboot expects that the implementation provides the shortest data length that may be writte…
/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery78 int "Maximum input line length"
81 Maximum length of input serial port buffer (SMP serial transport uses
93 int "Maximum command line length"
96 Maximum length of received commands via the serial port (this should
97 be equal to the maximum line length, BOOT_MAX_LINE_INPUT_LEN times
DKconfig139 int "RSA signature length"
/mcuboot-latest/ext/tinycrypt/documentation/
Dtinycrypt.rst147 length. The security of the output is exactly equal to the
172 length. The security of the output is exactly equal to the
197 of CCM under a given key and the maximum payload length for those
200 the nonce size, which is: 15-q bytes. The maximum payload length for those
209 The maximum payload length is: 2^16 bytes = 65 KB.
216 * TinyCrypt CCM implementation accepts associated data of any length between
/mcuboot-latest/scripts/imgtool/
Dimage.py427 algorithm=hashes.SHA256(), length=48, salt=None,