Searched defs:d (Results 1 – 10 of 10) sorted by relevance
/mcuboot-latest/ext/fiat/src/ |
D | curve25519_tables.h | 26 static const fe d = {{ variable
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
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
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_dh.c | 123 char *d[] = { in cavp_ecdh() local 254 char *d[] = { in cavp_keygen() local
|
D | test_ecc_utils.c | 227 unsigned int d[NUM_ECC_WORDS]; in keygen_vectors() local
|
D | test_ecc_dsa.c | 164 char *d[] = { in cavp_sign() local
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
D | ecc_dh.c | 69 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d()
|
D | sha256.c | 183 unsigned int a, b, c, d, e, f, g, h; in compress() local
|
/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | ecdh_p256.h | 81 mbedtls_mpi d; member
|
/mcuboot-latest/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 200 uint64_t a, b, c, d, e, f, g, h; in compress() local
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 196 uint32_t d = 1; in u32toa() local
|