/mcuboot-3.4.0/boot/bootutil/include/bootutil/ |
D | ignore.h | 38 #define IGN_1(X) ((void)(X)) argument 39 #define IGN_2(X, ...) ((void)(X));IGN_1(__VA_ARGS__) argument 40 #define IGN_3(X, ...) ((void)(X));IGN_2(__VA_ARGS__) argument 41 #define IGN_4(X, ...) ((void)(X));IGN_3(__VA_ARGS__) argument 42 #define IGN_5(X, ...) ((void)(X));IGN_4(__VA_ARGS__) argument 43 #define IGN_6(X, ...) ((void)(X));IGN_5(__VA_ARGS__) argument 44 #define IGN_7(X, ...) ((void)(X));IGN_6(__VA_ARGS__) argument 45 #define IGN_8(X, ...) ((void)(X));IGN_7(__VA_ARGS__) argument 46 #define IGN_9(X, ...) ((void)(X));IGN_8(__VA_ARGS__) argument 47 #define IGN_10(X, ...) ((void)(X));IGN_9(__VA_ARGS__) argument [all …]
|
/mcuboot-3.4.0/ext/mbedtls-asn1/include/mbedtls/ |
D | bignum.h | 197 void mbedtls_mpi_init( mbedtls_mpi *X ); 206 void mbedtls_mpi_free( mbedtls_mpi *X ); 221 int mbedtls_mpi_grow( mbedtls_mpi *X, size_t nblimbs ); 238 int mbedtls_mpi_shrink( mbedtls_mpi *X, size_t nblimbs ); 253 int mbedtls_mpi_copy( mbedtls_mpi *X, const mbedtls_mpi *Y ); 261 void mbedtls_mpi_swap( mbedtls_mpi *X, mbedtls_mpi *Y ); 287 int mbedtls_mpi_safe_cond_assign( mbedtls_mpi *X, const mbedtls_mpi *Y, unsigned char assign ); 312 int mbedtls_mpi_safe_cond_swap( mbedtls_mpi *X, mbedtls_mpi *Y, unsigned char assign ); 324 int mbedtls_mpi_lset( mbedtls_mpi *X, mbedtls_mpi_sint z ); 336 int mbedtls_mpi_get_bit( const mbedtls_mpi *X, size_t pos ); [all …]
|
D | asn1.h | 526 mbedtls_mpi *X );
|
D | ecp.h | 163 mbedtls_mpi MBEDTLS_PRIVATE(X); /*!< The X coordinate of the ECP point. */
|
/mcuboot-3.4.0/boot/bootutil/include/bootutil/crypto/ |
D | common.h | 14 #define MBEDTLS_CONTEXT_MEMBER(X) MBEDTLS_PRIVATE(X) argument 16 #define MBEDTLS_CONTEXT_MEMBER(X) X argument
|
/mcuboot-3.4.0/ext/fiat/src/ |
D | curve25519.c | 413 fe_mul_ttt(&x, &h->X, &recip); in x25519_ge_tobytes() 436 fe_sq_tt(&h->X, &v3); in x25519_ge_frombytes_vartime() 437 fe_mul_ttl(&h->X, &h->X, &v); in x25519_ge_frombytes_vartime() 438 fe_mul_ttt(&h->X, &h->X, &u); // x = uv^7 in x25519_ge_frombytes_vartime() 440 fe_pow22523(&h->X, &h->X); // x = (uv^7)^((q-5)/8) in x25519_ge_frombytes_vartime() 441 fe_mul_ttt(&h->X, &h->X, &v3); in x25519_ge_frombytes_vartime() 442 fe_mul_ttt(&h->X, &h->X, &u); // x = uv^3(uv^7)^((q-5)/8) in x25519_ge_frombytes_vartime() 444 fe_sq_tt(&vxx, &h->X); in x25519_ge_frombytes_vartime() 452 fe_mul_ttt(&h->X, &h->X, &sqrtm1); in x25519_ge_frombytes_vartime() 455 if (fe_isnegative(&h->X) != (s[31] >> 7)) { in x25519_ge_frombytes_vartime() [all …]
|
D | curve25519.h | 45 fe X; member 51 fe X; member 58 fe_loose X; member
|
/mcuboot-3.4.0/testplan/mynewt/ |
D | key_ec.pem | 3 AASgjFrWmCAa1bnE/X+l0wjKAJFexpJJzhjFZBftv2PQzbj3/yklNVp6IDDJJpWy
|
/mcuboot-3.4.0/ext/mbedtls-asn1/src/ |
D | asn1parse.c | 198 mbedtls_mpi *X ) in mbedtls_asn1_get_mpi() argument 206 ret = mbedtls_mpi_read_binary( X, *p, len ); in mbedtls_asn1_get_mpi()
|
/mcuboot-3.4.0/boot/zephyr/ |
D | Kconfig | 230 each sector X in the secondary slot, it is moved to index X in 231 the primary slot, then the sector at X+1 in the primary is 232 moved to index X in the secondary.
|