Home
last modified time | relevance | path

Searched refs:bits (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Decdsa.h56 #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/ext/tinycrypt/lib/source/
Decc_dsa.c66 static void bits2int(uECC_word_t *native, const uint8_t *bits, in bits2int() argument
80 uECC_vli_bytesToNative(native, bits, bits_size); in bits2int()
Decc.c97 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/
Dtinycrypt.rst126 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/docs/
Dindex.md3 MCUboot is a secure bootloader for 32-bits microcontrollers.
/mcuboot-latest/
DREADME.md23 MCUboot is a secure bootloader for 32-bits microcontrollers. It defines a
/mcuboot-latest/boot/zephyr/
DKconfig396 - RSA-OAEP (2048 bits).