Searched refs:zero (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_cmac_mode.c | 74 uint8_t zero[BUF_LEN]; in verify_gf_2_128_double() local 89 (void) memset(zero, '\0', sizeof(zero)); in verify_gf_2_128_double() 90 tc_aes_encrypt(L, zero, s.sched); in verify_gf_2_128_double()
|
/mcuboot-latest/docs/ |
D | ecdsa.md | 85 times, each time the last byte of the signature was non-zero, but if the 86 signature ended in a zero, MCUboot would remove too many bytes and render the
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 205 * uncomment .zero.table section and, 207 .zero.table :
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 204 * uncomment .zero.table section and, 206 .zero.table :
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | MCUBootApp.ld | 206 * uncomment .zero.table section and, 208 .zero.table :
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/ |
D | cy8c6xxa_cm4_dual.ld | 215 * uncomment .zero.table section and, 217 .zero.table :
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 324 static const uint8_t zero[32] = {0}; in fe_isnonzero() local 325 return CRYPTO_memcmp(s, zero, sizeof(zero)) != 0; in fe_isnonzero()
|