/mcuboot-latest/boot/bootutil/include/bootutil/crypto/ |
D | ecdh_p256.h | 81 mbedtls_mpi d; member 87 mbedtls_mpi_init(&ctx->d); in bootutil_ecdh_p256_init() 100 mbedtls_mpi_free(&ctx->d); in bootutil_ecdh_p256_drop() 127 mbedtls_mpi_read_binary(&ctx->d, sk, NUM_ECC_BYTES); in bootutil_ecdh_p256_shared_secret() 133 &ctx->d, in bootutil_ecdh_p256_shared_secret() 140 &ctx->d, in bootutil_ecdh_p256_shared_secret()
|
/mcuboot-latest/ext/tinycrypt/lib/source/ |
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()
|
D | ecc_dh.c | 69 unsigned int *d, uECC_Curve curve) in uECC_make_key_with_d() argument 78 memcpy (_private, d, NUM_ECC_BYTES); in uECC_make_key_with_d()
|
/mcuboot-latest/ext/tinycrypt-sha512/lib/source/ |
D | sha512.c | 200 uint64_t a, b, c, d, e, f, g, h; in compress() local 207 a = iv[0]; b = iv[1]; c = iv[2]; d = iv[3]; in compress() 215 h = g; g = f; f = e; e = d + t1; in compress() 216 d = c; c = b; b = a; a = t1 + t2; in compress() 228 h = g; g = f; f = e; e = d + t1; in compress() 229 d = c; c = b; b = a; a = t1 + t2; in compress() 232 iv[0] += a; iv[1] += b; iv[2] += c; iv[3] += d; in compress()
|
/mcuboot-latest/boot/cypress/ |
D | Makefile | 155 …@echo $(LD) $(O_FILES) $(CC_DEPEND) $(@:.o=.d) -o $@ $(LDFLAGS) -T $(LINKER_SCRIPT) -Wl,-Map,$(OUT… 157 …@$(LD) $(addprefix $(OUT_OBJ)/, $(O_FILES)) $(CC_DEPEND) $(@:.o=.d) -o $@ $(LDFLAGS) -T $(LINKER_S… 163 @echo $(CC) $(CFLAGS) $(INCLUDE_DIRS) $(CC_DEPEND) $(@:.o=.d) -c $< -o $@ 165 @$(CC) $(CFLAGS) $(INCLUDE_DIRS) $(CC_DEPEND) $(@:.o=.d) -c $< -o $@ 174 @echo @$(CC) $(CFLAGS) $(INCLUDE_DIRS) $(CC_DEPEND) $(@:.o=.d) -c $< -o $@ 176 @$(CC) $(CFLAGS) $(INCLUDE_DIRS) $(CC_DEPEND) $(@:.o=.d) -c $< -o $@
|
D | .gitignore | 35 *.d
|
/mcuboot-latest/ext/tinycrypt/ |
D | .gitignore | 3 *.d
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519_tables.h | 26 static const fe d = {{ variable
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_utils.c | 227 unsigned int d[NUM_ECC_WORDS]; in keygen_vectors() local 244 memset(d, 0, NUM_ECC_WORDS); in keygen_vectors() 245 string2scalar(d, NUM_ECC_WORDS, d_vec[i]); in keygen_vectors() 250 uECC_make_key_with_d(pub_bytes, prv_bytes, d, uECC_secp256r1()); in keygen_vectors()
|
D | test_ecc_dh.c | 123 char *d[] = { in cavp_ecdh() local 238 result = ecdh_vectors(x, y, d, Z, 25, verbose); in cavp_ecdh() 254 char *d[] = { in cavp_keygen() local 296 result = keygen_vectors(d, x, y, 10, verbose); in cavp_keygen()
|
D | Makefile | 15 TEST_DEPS:=$(TEST_SOURCE:.c=.d) 23 -$(RM) *~ *.o *.d
|
D | test_ecc_dsa.c | 164 char *d[] = { in cavp_sign() local 340 return sign_vectors(&sha256_ctx, d, k, Msg, Qx, Qy, R, S, 15, verbose); in cavp_sign()
|
/mcuboot-latest/sim/src/ |
D | lib.rs | 123 fn deserialize<D>(d: D) -> Result<AlignArg, D::Error> in deserialize() 126 d.deserialize_u8(AlignArgVisitor) in deserialize() 132 .and_then(|d| d.deserialize()) in main()
|
/mcuboot-latest/ext/tinycrypt/lib/include/tinycrypt/ |
D | ecc_dh.h | 105 unsigned int *d, uECC_Curve curve);
|
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/mbedtls-asn1/include/mbedtls/ |
D | ecp.h | 413 mbedtls_mpi MBEDTLS_PRIVATE(d); /*!< our secret value */ 1106 const mbedtls_mpi *d ); 1124 mbedtls_mpi *d, 1157 mbedtls_mpi *d, mbedtls_ecp_point *Q, 1184 int mbedtls_ecp_gen_keypair( mbedtls_ecp_group *grp, mbedtls_mpi *d,
|
D | ecdsa.h | 170 const mbedtls_mpi *d, const unsigned char *buf, size_t blen, 214 mbedtls_mpi *s, const mbedtls_mpi *d,
|
/mcuboot-latest/ext/tinycrypt/lib/ |
D | Makefile | 27 DEPS:=$(OBJS:.o=.d)
|
/mcuboot-latest/docs/release-notes.d/ |
D | 00readme.md | 20 Release notes are included in files under this `docs/release-notes.d`
|
/mcuboot-latest/boot/boot_serial/src/ |
D | boot_serial.c | 215 uint32_t d = 1; in u32toa() local 220 while (val / d >= 10) { in u32toa() 221 d *= 10; in u32toa() 223 while (d) { in u32toa() 224 dgt = val / d; in u32toa() 225 val %= d; in u32toa() 226 d /= 10; in u32toa() 227 if (n || dgt > 0 || d == 0) { in u32toa()
|
/mcuboot-latest/docs/ |
D | SubmittingPatches.md | 44 The release notes should be placed in the `docs/release-notes.d` 84 (d) I understand and agree that this project and the contribution
|
/mcuboot-latest/boot/espressif/port/esp32c3/ld/ |
D | bootloader.ld | 78 *(.gnu.linkonce.d.*)
|
/mcuboot-latest/boot/espressif/port/esp32s2/ld/ |
D | bootloader.ld | 78 *(.gnu.linkonce.d.*)
|
/mcuboot-latest/boot/espressif/port/esp32s3/ld/ |
D | bootloader.ld | 78 *(.gnu.linkonce.d.*)
|
/mcuboot-latest/boot/espressif/port/esp32/ld/ |
D | bootloader.ld | 78 *(.gnu.linkonce.d.*)
|