Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 33) sorted by relevance

12

/mcuboot-latest/boot/bootutil/include/bootutil/crypto/
Decdh_p256.h81 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/
Dsha256.c183 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()
Decc_dh.c69 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/
Dsha512.c200 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/
DMakefile155 …@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.gitignore35 *.d
/mcuboot-latest/ext/tinycrypt/
D.gitignore3 *.d
/mcuboot-latest/ext/fiat/src/
Dcurve25519_tables.h26 static const fe d = {{ variable
/mcuboot-latest/ext/tinycrypt/tests/
Dtest_ecc_utils.c227 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()
Dtest_ecc_dh.c123 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()
DMakefile15 TEST_DEPS:=$(TEST_SOURCE:.c=.d)
23 -$(RM) *~ *.o *.d
Dtest_ecc_dsa.c164 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/
Dlib.rs123 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/
Decc_dh.h105 unsigned int *d, uECC_Curve curve);
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
155 #define BYTES_TO_WORDS_4(a, b, c, d) 0x##d##c##b##a argument
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Decp.h413 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,
Decdsa.h170 const mbedtls_mpi *d, const unsigned char *buf, size_t blen,
214 mbedtls_mpi *s, const mbedtls_mpi *d,
/mcuboot-latest/ext/tinycrypt/lib/
DMakefile27 DEPS:=$(OBJS:.o=.d)
/mcuboot-latest/docs/release-notes.d/
D00readme.md20 Release notes are included in files under this `docs/release-notes.d`
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c215 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/
DSubmittingPatches.md44 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/
Dbootloader.ld78 *(.gnu.linkonce.d.*)
/mcuboot-latest/boot/espressif/port/esp32s2/ld/
Dbootloader.ld78 *(.gnu.linkonce.d.*)
/mcuboot-latest/boot/espressif/port/esp32s3/ld/
Dbootloader.ld78 *(.gnu.linkonce.d.*)
/mcuboot-latest/boot/espressif/port/esp32/ld/
Dbootloader.ld78 *(.gnu.linkonce.d.*)

12