Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_cmac_mode.c74 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/
Decdsa.md85 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/
Dcy8c6xxa_cm0plus.ld205 * uncomment .zero.table section and,
207 .zero.table :
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld204 * uncomment .zero.table section and,
206 .zero.table :
/mcuboot-latest/boot/cypress/MCUBootApp/
DMCUBootApp.ld206 * uncomment .zero.table section and,
208 .zero.table :
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld215 * uncomment .zero.table section and,
217 .zero.table :
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c324 static const uint8_t zero[32] = {0}; in fe_isnonzero() local
325 return CRYPTO_memcmp(s, zero, sizeof(zero)) != 0; in fe_isnonzero()