Home
last modified time | relevance | path

Searched refs:l (Results 1 – 4 of 4) sorted by relevance

/mcuboot-latest/ext/tinycrypt/tests/
Dtest_cmac_mode.c76 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/
Dfault_injection_hardening.h305 #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/
Denc-rsa2048-priv.pem26 l+wkots9AzMJsiwDBUDeUvKb+gCNS/5bm5xzrft6AEJinqCVVVAyhw==
/mcuboot-latest/ext/fiat/src/
Dcurve25519.c299 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()