Searched refs:d (Results 1 – 4 of 4) sorted by relevance
/lib/source/ |
A D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local 190 a = iv[0]; b = iv[1]; c = iv[2]; d = iv[3]; in compress() 198 h = g; g = f; f = e; e = d + t1; in compress() 199 d = c; c = b; b = a; a = t1 + t2; in compress() 211 h = g; g = f; f = e; e = d + t1; in compress() 212 d = c; c = b; b = a; a = t1 + t2; in compress() 215 iv[0] += a; iv[1] += b; iv[2] += c; iv[3] += d; in compress()
|
A D | ecc_dh.c | 70 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d() argument 79 memcpy (_private, d, NUM_ECC_BYTES); in uECC_make_key_with_d()
|
/lib/include/tinycrypt/ |
A D | ecc_dh.h | 105 unsigned int *d, uECC_Curve curve);
|
A D | ecc.h | 154 #define BYTES_TO_WORDS_8(a, b, c, d, e, f, g, h) 0x##d##c##b##a, 0x##h##g##f##e argument 155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
|
Completed in 9 milliseconds