Searched refs:l (Results 1 – 4 of 4) sorted by relevance
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_cmac_mode.c | 76 const uint8_t l[BUF_LEN] = { in verify_gf_2_128_double() local 91 if (memcmp(L, l, BUF_LEN) != 0) { in verify_gf_2_128_double() 93 show("expected L =", l, sizeof(l)); in verify_gf_2_128_double()
|
/mcuboot-latest/boot/bootutil/include/bootutil/ |
D | fault_injection_hardening.h | 305 #define FIH_CALL2(f, ret, l, c, ...) \ argument 307 FIH_LABEL("FIH_CALL_START", l, c); \ 314 FIH_LABEL("FIH_CALL_END", l, c); \
|
/mcuboot-latest/ |
D | enc-rsa2048-priv.pem | 26 l+wkots9AzMJsiwDBUDeUvKb+gCNS/5bm5xzrft6AEJinqCVVVAyhw==
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 299 fe_loose l; in fe_invert() local 300 fe_copy_lt(&l, z); in fe_invert() 301 fe_loose_invert(out, &l); in fe_invert()
|