Home
last modified time | relevance | path

Searched defs:h (Results 1 – 7 of 7) sorted by relevance

/mcuboot-3.4.0/ext/tinycrypt/tests/
Dtest_hmac.c51 unsigned int do_hmac_test(TCHmacState_t h, unsigned int testnum, const uint8_t *data, in do_hmac_test()
87 struct tc_hmac_state_struct h; in test_1() local
114 struct tc_hmac_state_struct h; in test_2() local
145 struct tc_hmac_state_struct h; in test_3() local
178 struct tc_hmac_state_struct h; in test_4() local
206 struct tc_hmac_state_struct h; in test_5() local
246 struct tc_hmac_state_struct h; in test_6() local
294 struct tc_hmac_state_struct h; in test_7() local
Dtest_hmac_prng.c78 struct tc_hmac_prng_struct h; in main() local
/mcuboot-3.4.0/ext/fiat/src/
Dcurve25519.c120 static void fe_frombytes_strict(fe *h, const uint8_t s[32]) { in fe_frombytes_strict()
127 static void fe_frombytes(fe *h, const uint8_t s[32]) { in fe_frombytes()
140 static void fe_0(fe *h) { in fe_0()
149 static void fe_1(fe *h) { in fe_1()
160 static void fe_add(fe_loose *h, const fe *f, const fe *g) { in fe_add()
169 static void fe_sub(fe_loose *h, const fe *f, const fe *g) { in fe_sub()
176 static void fe_carry(fe *h, const fe_loose* f) { in fe_carry()
191 static void fe_mul_ltt(fe_loose *h, const fe *f, const fe *g) { in fe_mul_ltt()
195 static void fe_mul_ttt(fe *h, const fe *f, const fe *g) { in fe_mul_ttt()
199 static void fe_mul_tlt(fe *h, const fe_loose *f, const fe *g) { in fe_mul_tlt()
[all …]
/mcuboot-3.4.0/ext/tinycrypt/lib/include/tinycrypt/
Dhmac_prng.h82 struct tc_hmac_state_struct h; member
Decc.h154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument
/mcuboot-3.4.0/ext/tinycrypt-sha512/lib/source/
Dsha512.c200 uint64_t a, b, c, d, e, f, g, h; in compress() local
/mcuboot-3.4.0/ext/tinycrypt/lib/source/
Dsha256.c183 unsigned int a, b, c, d, e, f, g, h; in compress() local