Home
last modified time | relevance | path

Searched full:3 (Results 1 – 25 of 146) sorted by relevance

123456

/mcuboot-3.7.0/ext/mbedtls-asn1/include/mbedtls/
Doid.h52 #define MBEDTLS_OID_X509_EXT_CERTIFICATE_POLICIES (1 << 3)
70 …e MBEDTLS_OID_ISO_IDENTIFIED_ORG "\x2b" /* {iso(1) identified-organization(3)} */
113 …" /** { joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistAlgorithm(4) */
117 * { iso(1) identified-organization(3) dod(6) internet(1)
127 …T_CN MBEDTLS_OID_AT "\x03" /**< id-at-commonName AttributeType:= {id-at 3} */
198 … MBEDTLS_OID_PKIX "\x03" /**< id-kp OBJECT IDENTIFIER ::= { id-pkix 3 } */
201 …NG MBEDTLS_OID_KP "\x03" /**< id-kp-codeSigning OBJECT IDENTIFIER ::= { id-kp 3 } */
208 * { iso(1) identified-organization(3) dod(6) internet(1)
249 …bedtls_sha1 OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) oiw(14) secsig(3) algorithms…
250 … ::= { joint-iso-itu-t(2) country(16) us(840) organization(1) gov(101) csor(3) nistalgorithm(4) ha…
[all …]
Derror.h47 * 3 bits - High level module ID
59 * GCM 3 0x0012-0x0014 0x0013-0x0013
60 * THREADING 3 0x001A-0x001E
62 * CAMELLIA 3 0x0024-0x0026 0x0027-0x0027
68 * ENTROPY 3 0x003C-0x0040 0x003D-0x003F
75 * CCM 3 0x000D-0x0011
81 * CHACHA20 3 0x0051-0x0055
82 * POLY1305 3 0x0057-0x005B
86 * High-level module nr (3 bits - 0x0...-0x7...)
92 * DHM 3 11
[all …]
/mcuboot-3.7.0/docs/
DGemfile.lock20 em-websocket (0.5.3)
36 jekyll (= 3.9.3)
51 jekyll-remote-theme (= 0.4.3)
69 jekyll-titles-from-headings (= 0.5.3)
85 html-pipeline (2.14.3)
91 jekyll (3.9.3)
98 kramdown (>= 1.17, < 3)
100 mercenary (~> 0.3.3)
139 jekyll-remote-theme (0.4.3)
191 jekyll-titles-from-headings (0.5.3)
[all …]
Ddesign.md149 #define FLASH_AREA_IMAGE_SCRATCH 3
248 3. Copies the (N+1)-th sector from the primary slot to the N-th sector of the
250 4. Repeats steps 2. and 3. until all the slots' sectors are swapped.
423 - Proceed to step 3.
431 - Proceed to step 3.
432 3. Proceed to image validation ...
445 0 1 2 3
446 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
449 ~ Swap status (BOOT_MAX_IMG_SECTORS * min-write-size * 3) ~
519 of 3 is explained below.
[all …]
/mcuboot-3.7.0/ext/tinycrypt/lib/source/
Daes_decrypt.c75 out[0] = multe(in[0]) ^ multb(in[1]) ^ multd(in[2]) ^ mult9(in[3]); in mult_row_column()
76 out[1] = mult9(in[0]) ^ multe(in[1]) ^ multb(in[2]) ^ multd(in[3]); in mult_row_column()
77 out[2] = multd(in[0]) ^ mult9(in[1]) ^ multe(in[2]) ^ multb(in[3]); in mult_row_column()
78 out[3] = multb(in[0]) ^ multd(in[1]) ^ mult9(in[2]) ^ multe(in[3]); in mult_row_column()
88 mult_row_column(&t[3*Nb], s+(3*Nb)); in inv_mix_columns()
95 s[2] ^= (uint8_t)(k[0] >> 8); s[3] ^= (uint8_t)(k[0]); in add_round_key()
100 s[12] ^= (uint8_t)(k[3] >> 24); s[13] ^= (uint8_t)(k[3] >> 16); in add_round_key()
101 s[14] ^= (uint8_t)(k[3] >> 8); s[15] ^= (uint8_t)(k[3]); in add_round_key()
122 t[0] = s[0]; t[1] = s[13]; t[2] = s[10]; t[3] = s[7]; in inv_shift_rows()
125 t[12] = s[12]; t[13] = s[9]; t[14] = s[6]; t[15] = s[3]; in inv_shift_rows()
Daes_encrypt.c87 (k[Nb*i+2]<<8) | (k[Nb*i+3]); in tc_aes128_set_encrypt_key()
104 s[2] ^= (uint8_t)(k[0] >> 8); s[3] ^= (uint8_t)(k[0]); in add_round_key()
109 s[12] ^= (uint8_t)(k[3] >> 24); s[13] ^= (uint8_t)(k[3] >> 16); in add_round_key()
110 s[14] ^= (uint8_t)(k[3] >> 8); s[15] ^= (uint8_t)(k[3]); in add_round_key()
126 out[0] = _double_byte(in[0]) ^ triple(in[1]) ^ in[2] ^ in[3]; in mult_row_column()
127 out[1] = in[0] ^ _double_byte(in[1]) ^ triple(in[2]) ^ in[3]; in mult_row_column()
128 out[2] = in[0] ^ in[1] ^ _double_byte(in[2]) ^ triple(in[3]); in mult_row_column()
129 out[3] = triple(in[0]) ^ in[1] ^ in[2] ^ _double_byte(in[3]); in mult_row_column()
139 mult_row_column(&t[3 * Nb], s + (3 * Nb)); in mix_columns()
151 t[0] = s[0]; t[1] = s[5]; t[2] = s[10]; t[3] = s[15]; in shift_rows()
[all …]
Decc.c479 uECC_vli_modAdd(X1, X1, Z1, curve->p, num_words); /* t1 = 3*(x1^2 - z1^4) */ in double_jacobian_default()
488 /* t1 = 3/2*(x1^2 - z1^4) = B */ in double_jacobian_default()
506 uECC_word_t _3[NUM_ECC_WORDS] = {3}; /* -a = 3 */ in x_side_default()
510 uECC_vli_modSub(result, result, _3, curve->p, num_words); /* r = x^2 - 3 */ in x_side_default()
511 uECC_vli_modMult_fast(result, result, x, curve); /* r = x^3 - 3x */ in x_side_default()
512 /* r = x^3 - 3x + b: */ in x_side_default()
531 tmp[3] = product[11]; in vli_mmod_fast_secp256r1()
540 tmp[3] = product[12]; in vli_mmod_fast_secp256r1()
552 tmp[3] = tmp[4] = tmp[5] = 0; in vli_mmod_fast_secp256r1()
561 tmp[3] = product[13]; in vli_mmod_fast_secp256r1()
[all …]
Dsha256.c49 * of the square roots of the first 8 primes: 2, 3, 5, 7, 11, 13, 17 in tc_sha256_init()
56 s->iv[3] = 0xa54ff53a; in tc_sha256_init()
80 s->bits_hashed += (TC_SHA256_BLOCK_SIZE << 3); in tc_sha256_update()
97 s->bits_hashed += (s->leftover_offset << 3); in tc_sha256_final()
113 s->leftover[sizeof(s->leftover) - 3] = (uint8_t)(s->bits_hashed >> 16); in tc_sha256_final()
164 #define sigma0(a)(ROTR((a), 7) ^ ROTR((a), 18) ^ ((a) >> 3))
190 a = iv[0]; b = iv[1]; c = iv[2]; d = iv[3]; in compress()
215 iv[0] += a; iv[1] += b; iv[2] += c; iv[3] += d; in compress()
/mcuboot-3.7.0/boot/boot_serial/src/
Dboot_serial_priv.h42 #define MGMT_ERR_EINVAL 3
64 uint8_t _res1:3;
66 uint8_t nh_op:3; /* NMGR_OP_XXX */
68 uint8_t nh_op:3; /* NMGR_OP_XXX */
70 uint8_t _res1:3;
/mcuboot-3.7.0/ci/
Dfih-tests_run.sh33 if [[ $len < 3 ]]; then
42 if [[ $len > 3 ]]; then
43 FIH_LEVEL=${args[3]}
50 …/sh -c '/root/work/tfm/mcuboot/ci/fih_test_docker/execute_test.sh $0 $1 $2 $3' $SKIP_SIZE $BUILD_T…
/mcuboot-3.7.0/ext/fiat/src/
Dcurve25519.h23 // t[3]+2^102 t[4]+...+2^230 t[9].
197 uint64_t x7 = ((uint64_t)(arg1[9]) * ((arg2[3]) * ((uint32_t)0x2 * UINT8_C(0x13)))); in fiat_25519_carry_mul()
206 uint64_t x16 = ((uint64_t)(arg1[8]) * ((arg2[3]) * (uint32_t)UINT8_C(0x13))); in fiat_25519_carry_mul()
214 uint64_t x24 = ((uint64_t)(arg1[7]) * ((arg2[3]) * ((uint32_t)0x2 * UINT8_C(0x13)))); in fiat_25519_carry_mul()
230 uint64_t x40 = ((uint64_t)(arg1[3]) * ((arg2[9]) * ((uint32_t)0x2 * UINT8_C(0x13)))); in fiat_25519_carry_mul()
231 uint64_t x41 = ((uint64_t)(arg1[3]) * ((arg2[8]) * (uint32_t)UINT8_C(0x13))); in fiat_25519_carry_mul()
232 uint64_t x42 = ((uint64_t)(arg1[3]) * ((arg2[7]) * ((uint32_t)0x2 * UINT8_C(0x13)))); in fiat_25519_carry_mul()
242 uint64_t x52 = ((uint64_t)(arg1[6]) * (arg2[3])); in fiat_25519_carry_mul()
247 uint64_t x57 = ((uint64_t)(arg1[5]) * ((arg2[3]) * (uint32_t)0x2)); in fiat_25519_carry_mul()
253 uint64_t x63 = ((uint64_t)(arg1[4]) * (arg2[3])); in fiat_25519_carry_mul()
[all …]
/mcuboot-3.7.0/ext/tinycrypt/tests/
Dtest_ecc_dsa.c209 "3c054e333a94259c36af09ab5b4ff9beb3492f8d5b4282d16801daccb29f70fe61a0b37ffe" in cavp_sign()
245 "3b6ee2425940b3d240d35b97b6dcd61ed3423d8e71a0ada35d47b322d17b35ea0472f35edd" in cavp_sign()
285 "3c15d54a5cc6b9f09de8457e873eb3deb1fceb54b0b295da6050294fae7fd999", in cavp_sign()
472 "3fe60dd9ad6caccf5a6f583b3ae65953563446c4510b70da115ffaa0ba04c076115c7043ab" in cavp_verify()
478 "3d0e92326d1c88c55e1f46a668a039beaa1be631a89129938c00a81a3ae46d4aecbf9707f7" in cavp_verify()
486 "3ed742ae110b04ade83a5dbd7358f29a85938e23d87ac8233072b79c94670ff0959f9c7f45" in cavp_verify()
509 "3dfb6f40f2471b29b77fdccba72d37c21bba019efa40c1c8f91ec405d7dcc5df", in cavp_verify()
557 "F (3 - S changed)", "F (2 - R changed)", "F (4 - Q changed)", in cavp_verify()
559 "F (4 - Q changed)", "F (1 - Message changed)", "F (3 - S changed)", in cavp_verify()
560 "F (2 - R changed)", "F (3 - S changed)", "F (1 - Message changed)", in cavp_verify()
[all …]
/mcuboot-3.7.0/boot/cypress/MCUBootApp/
Dcy_serial_flash_prog.c62 * 3) Using 'cymcuelftool -S' to recompute the checksum and patch the elf file after linking
86 …[126] = 0x000002C2, /* Offset=0x01F8: Bits[ 1: 0] CLOCK_CONFIG (0=8MHz, 1=25MHz, 2=50MHz, 3=10…
87 … Bits[ 4: 2] LISTEN_WINDOW (0=20ms, 1=10ms, 2=1ms, 3=0ms, 4=100ms)
88 … Bits[ 6: 5] SWJ_PINS_CTL (0/1/3=Disable SWJ, 2=Enable SWJ)
89 … Bits[ 8: 7] APP_AUTHENTICATION (0/2/3=Enable, 1=Disable)
DExternalMemory.md67 3. Define which slave select is used for external memory on a board by setting `smif_id` value in `…
70 **Note 3**: External memory code is developed basing on PDL and can be run on CM0p core only. It ma…
100 **Note 3:** the programming of external memory is limited to S25FL512S p/n only at this moment.
/mcuboot-3.7.0/scripts/imgtool/keys/
Drsa.py119 len_N = (b[off + 2] << 8) + b[off + 3] + 4
127 len_D = (b[off + 2] << 8) + b[off + 3] + 4
131 len_P = b[off + 2] + 3
135 len_Q = b[off + 2] + 3
139 b[3] = (off - 4) & 0xff
/mcuboot-3.7.0/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dstartup_psoc6_02_cm4.S42 .align 3
57 .align 3
98 .long ioss_interrupts_gpio_3_IRQHandler /* GPIO Port Interrupt #3 */
121 …ong cpuss_interrupts_ipc_3_IRQHandler /* CPUSS Inter Process Communication Interrupt #3 */
137 .long scb_3_interrupt_IRQHandler /* Serial Communication Block #3 */
150 .long cpuss_interrupts_dmac_3_IRQHandler /* CPUSS DMAC, Channel #3 */
154 .long cpuss_interrupts_dw0_3_IRQHandler /* CPUSS DataWire #0, Channel #3 */
183 .long cpuss_interrupts_dw1_3_IRQHandler /* CPUSS DataWire #1, Channel #3 */
221 .long tcpwm_0_interrupts_3_IRQHandler /* TCPWM #0, Counter #3 */
229 .long tcpwm_1_interrupts_3_IRQHandler /* TCPWM #1, Counter #3 */
[all …]
/mcuboot-3.7.0/ext/tinycrypt/lib/include/tinycrypt/
Dccm_mode.h47 * 3) Non-empty associated data and empty payload (it degenerates to
71 * 3) call tc_ccm_mode_decrypt to decrypt data and verify tag.
143 * 3-7 btis: always 0's
152 * 3-5 bits: mac length (encoded as: (mlen-2)/2)
189 * 3-7 btis: always 0's
198 * 3-5 bits: mac length (encoded as: (mlen-2)/2)
Decc.h137 * @brief Computes x^3 + ax + b. result must not overlap x.
138 * @param result OUT -- x^3 + ax + b
185 BYTES_TO_WORDS_8(4B, 60, D2, 27, 3E, 3C, CE, 3B),
188 BYTES_TO_WORDS_8(E7, 93, 3A, AA, D8, 35, C6, 5A)
371 * @brief Computes (x1 * z^2, y1 * z^3)
503 * @exception returns -3 if y^2 != x^3 + ax + b.
513 * @exception returns -3 if y^2 != x^3 + ax + b.
/mcuboot-3.7.0/boot/espressif/hal/include/esp32c3/
Dsdkconfig.h11 #define CONFIG_ESP32C3_REV_MIN_FULL 3
13 #define CONFIG_ESP32C3_REV_MIN 3
/mcuboot-3.7.0/boot/espressif/hal/include/esp32c2/
Dsdkconfig.h11 #define CONFIG_ESP32C2_REV_MIN_FULL 3
13 #define CONFIG_ESP32C2_REV_MIN 3
/mcuboot-3.7.0/testplan/mynewt/
Dkey_rsa_2.pem18 3pNba/UBTgVXNspZ5gTois8HsLrAnbqjNuA5NrhPAoGBAMaZ63ehUKHNvL5zSr6n
26 3lpGMTJkRq5bxMUUbC1n9e6o/GFrlmtLjCTYgRLOBKNy36bxxZnOZw==
/mcuboot-3.7.0/ext/tinycrypt-sha512/lib/source/
Dsha512.c49 * of the square roots of the first 8 primes: 2, 3, 5, 7, 11, 13, 17 in tc_sha512_init()
56 s->iv[3] = 0xa54ff53a5f1d36f1; in tc_sha512_init()
79 s->bits_hashed += (TC_SHA512_BLOCK_SIZE << 3); in tc_sha512_update()
95 s->bits_hashed += (s->leftover_offset << 3); in tc_sha512_final()
117 s->leftover[sizeof(s->leftover) - 3] = (uint8_t)(s->bits_hashed >> 16); in tc_sha512_final()
207 a = iv[0]; b = iv[1]; c = iv[2]; d = iv[3]; in compress()
232 iv[0] += a; iv[1] += b; iv[2] += c; iv[3] += d; in compress()
/mcuboot-3.7.0/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dstartup_psoc6_02_cm0plus.S42 .align 3
57 .align 3
98 .long NvicMux3_IRQHandler /* CPU User Interrupt #3 */
106 .long Internal3_IRQHandler /* Internal SW Interrupt #3 */
355 def_irq_handler NvicMux3_IRQHandler /* CPU User Interrupt #3 */
363 def_irq_handler Internal3_IRQHandler /* Internal SW Interrupt #3 */
/mcuboot-3.7.0/
Droot-rsa-3072.pem31 +3GURZBJoc9CbAsSntcd9kAiFsOvgfgGCAXh76hEAjokJ+Aby9S6RYY8bP19xoFD
38 GtlLLU4J6+l07vVfueEofoJMfqWjDUpOr3FmnP+K2drZWFnzv/3Rgg==
/mcuboot-3.7.0/ptest/
DCargo.lock3 version = 3
122 version = "0.3.3"
237 version = "0.5.3"
286 checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
345 checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
410 version = "1.1.3"
436 version = "0.2.3"

123456