/hal_espressif-3.7.0/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 126 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_software_process() local 160 B = ctx->state[1]; in mbedtls_sha1_software_process() 168 P( A, B, C, D, E, W[0] ); in mbedtls_sha1_software_process() 169 P( E, A, B, C, D, W[1] ); in mbedtls_sha1_software_process() 170 P( D, E, A, B, C, W[2] ); in mbedtls_sha1_software_process() 171 P( C, D, E, A, B, W[3] ); in mbedtls_sha1_software_process() 172 P( B, C, D, E, A, W[4] ); in mbedtls_sha1_software_process() 173 P( A, B, C, D, E, W[5] ); in mbedtls_sha1_software_process() 174 P( E, A, B, C, D, W[6] ); in mbedtls_sha1_software_process() 175 P( D, E, A, B, C, W[7] ); in mbedtls_sha1_software_process() [all …]
|
D | esp_sha512.c | 214 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local 245 B = ctx->state[1]; in mbedtls_sha512_software_process() 255 P( A, B, C, D, E, F, G, H, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 256 P( H, A, B, C, D, E, F, G, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 257 P( G, H, A, B, C, D, E, F, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 258 P( F, G, H, A, B, C, D, E, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 259 P( E, F, G, H, A, B, C, D, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 260 P( D, E, F, G, H, A, B, C, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 261 P( C, D, E, F, G, H, A, B, W[i], K[i] ); i++; in mbedtls_sha512_software_process() 262 P( B, C, D, E, F, G, H, A, W[i], K[i] ); i++; in mbedtls_sha512_software_process() [all …]
|
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/ |
D | test_mbedtls_mpi.c | 45 mbedtls_mpi A, B, X, E; in test_bignum_mult_variant() local 50 mbedtls_mpi_init(&B); in test_bignum_mult_variant() 55 TEST_ASSERT_FALSE(mbedtls_mpi_read_string(&B, 16, b_str)); in test_bignum_mult_variant() 60 TEST_ASSERT_FALSE(mbedtls_mpi_mul_mpi(&X, &A, &B)); in test_bignum_mult_variant() 63 TEST_ASSERT_FALSE(mbedtls_mpi_mul_mpi(&X, &X, &B)); in test_bignum_mult_variant() 65 mbedtls_mpi_copy( &X, &B ); in test_bignum_mult_variant() 80 TEST_ASSERT_FALSE(esp_mpi_mul_mpi_mod(&X, &A, &B, &M)); in test_bignum_mult_variant() 90 mbedtls_mpi_free(&B); in test_bignum_mult_variant()
|
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/include/tinycrypt/ |
D | ecc.h | 178 BYTES_TO_WORDS_8(47, 42, 2C, E1, F2, D1, 17, 6B), 181 BYTES_TO_WORDS_8(CE, 5E, 31, 6B, 57, 33, CE, 2B), 183 BYTES_TO_WORDS_8(9B, 7F, 1A, FE, E2, 42, E3, 4F) 185 BYTES_TO_WORDS_8(4B, 60, D2, 27, 3E, 3C, CE, 3B),
|
/hal_espressif-3.7.0/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/ |
D | ecc.h | 178 BYTES_TO_WORDS_8(47, 42, 2C, E1, F2, D1, 17, 6B), 181 BYTES_TO_WORDS_8(CE, 5E, 31, 6B, 57, 33, CE, 2B), 183 BYTES_TO_WORDS_8(9B, 7F, 1A, FE, E2, 42, E3, 4F) 185 BYTES_TO_WORDS_8(4B, 60, D2, 27, 3E, 3C, CE, 3B),
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/smp/ |
D | p_256_multprecision.c | 358 DWORD B; in multiprecision_fast_mod_P256() local 397 B = C; in multiprecision_fast_mod_P256() 399 B += a[12]; in multiprecision_fast_mod_P256() 400 UB += (B < a[12]); in multiprecision_fast_mod_P256() 403 A = B; in multiprecision_fast_mod_P256() 439 U -= (c[1] < B); in multiprecision_fast_mod_P256() 441 c[1] -= B; in multiprecision_fast_mod_P256() 495 c[4] += B; in multiprecision_fast_mod_P256() 496 U += (c[4] < B); in multiprecision_fast_mod_P256()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/ |
D | pkcs5.c | 405 u8 *D = NULL, *I = NULL, *B = NULL, *pos; in pkcs12_key_gen() local 434 B = os_malloc(v); in pkcs12_key_gen() 435 if (!B) in pkcs12_key_gen() 470 B[i] = hash[i % u]; in pkcs12_key_gen() 471 inc_byte_array(B, v); in pkcs12_key_gen() 473 add_byte_array_mod(&I[i], B, v); in pkcs12_key_gen() 477 os_free(B); in pkcs12_key_gen()
|
D | libtommath.h | 774 mp_int x, y, u, v, A, B, C, D; in mp_invmod_slow() local 784 &A, &B, &C, &D, NULL)) != MP_OKAY) { in mp_invmod_slow() 820 if (mp_isodd (&A) == 1 || mp_isodd (&B) == 1) { in mp_invmod_slow() 825 if ((res = mp_sub (&B, &x, &B)) != MP_OKAY) { in mp_invmod_slow() 833 if ((res = mp_div_2 (&B, &B)) != MP_OKAY) { in mp_invmod_slow() 874 if ((res = mp_sub (&B, &D, &B)) != MP_OKAY) { in mp_invmod_slow() 887 if ((res = mp_sub (&D, &B, &D)) != MP_OKAY) { in mp_invmod_slow() 921 LBL_ERR:mp_clear_multi (&x, &y, &u, &v, &A, &B, &C, &D, NULL); in mp_invmod_slow()
|
/hal_espressif-3.7.0/components/esp_system/port/soc/esp32c2/ |
D | Kconfig.cache | 9 The wrap length is fixed to 32B
|
/hal_espressif-3.7.0/components/mbedtls/esp_crt_bundle/test_gen_crt_bundle/ |
D | entrust.pem | 21 Y/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6ZuaAGAT/3B+XxFNSRuzFVJ7yVTa
|
D | invalid_crt.pem | 21 Y/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxR22IkSNcUesyBrJ6ZuaAGAT/3B+XxFNSRuzFVJ7yVTa
|
/hal_espressif-3.7.0/components/mbedtls/test_apps/main/crts/ |
D | correct_sig_crt_esp32_com.pem | 2 …AStKWK5fbkxMJ11eIQdA5KCLKOOPEofq4I5pgwk/4PGGjPSDA51w/XJyNX85hIMLdwXIrWBukrW+B/GFe7a/gdWZCUY2QMBsFP…
|
D | wrong_sig_crt_esp32_com.pem | 2 …AStKWK5fbkxMJ11eIQdA5KCLKOOPEofq4I5pgwk/4PGGjPSDA51w/XJyNX85hIMLdwXIrWBukrW+B/GFe7a/gdWZCUY2QMBsFP…
|
/hal_espressif-3.7.0/components/bt/porting/ext/tinycrypt/documentation/ |
D | tinycrypt.rst | 58 * Standard Specification: NIST SP 800-38B. 191 (allowing a new key to be set), as suggested in Appendix B of SP 800-38B. 324 * `NIST SP 800-38B (AES-CMAC)`_ 326 .. _NIST SP 800-38B (AES-CMAC): 327 http://csrc.nist.gov/publications/nistpubs/800-38B/SP_800-38B.pdf
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 26 /* 16B padding for possible CPU prefetch and 4B alignment for PMS split lines */ 163 …/* ESP32-H2 memprot requires 16B padding for possible CPU prefetch and 512B alignment for PMS spli…
|
/hal_espressif-3.7.0/components/esp_netif/ |
D | README.md | 26 (B) | | | | (C) | +-----------------------+ 69 ### B) Communication driver, IO driver, media driver
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 26 /* 16B padding for possible CPU prefetch and 4B alignment for PMS split lines */ 399 …/* ESP32-C3 memprot requires 16B padding for possible CPU prefetch and 512B alignment for PMS spli…
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 28 /* 16B padding for possible CPU prefetch and 4B alignment for PMS split lines */ 165 …/* ESP32-C6 memprot requires 16B padding for possible CPU prefetch and 512B alignment for PMS spli…
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32s3/ |
D | sections.ld.in | 30 /* 16B padding for possible CPU prefetch and 4B alignment for PMS split lines */ 429 …/* ESP32-S3 memprot requires 16B padding for possible CPU prefetch and 256B alignment for PMS spli…
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 266 …/* ESP32-C2 memprot requires 16B padding for possible CPU prefetch and 512B alignment for PMS spli…
|
/hal_espressif-3.7.0/components/esp_system/ld/esp32s2/ |
D | sections.ld.in | 27 /* possibly align + add 16B for CPU dummy speculative instr. fetch */ 207 /* align + add 16B for CPU dummy speculative instr. fetch */
|
/hal_espressif-3.7.0/components/esp_wifi/ |
D | Kconfig | 328 … Select this option to enable GCMP support. GCMP support is compulsory for WiFi Suite-B support. 451 bool "Enable NSA suite B support with 192 bit key" 456 Select this option to enable 192 bit NSA suite-B.
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls-ec.c | 160 return (const struct crypto_bignum *) &e->group.B; in crypto_ec_get_b() 404 MBEDTLS_MPI_CHK(mbedtls_mpi_add_mpi(&temp2, &temp2, &e->group.B)); in crypto_ec_point_compute_y_sqr()
|
/hal_espressif-3.7.0/components/esp_pm/ |
D | Kconfig | 63 … If enabled, about 260B of RTOS_IDLE related source code would be in IRAM and chip would sleep
|
/hal_espressif-3.7.0/components/mbedtls/esp_crt_bundle/ |
D | cacrt_all.pem | 107 Y/YPyyYBkVBs9F8U4pN0wBOeMDpQ47RgxRzwIkSNcUesyBrJ6ZuaAGAT/3B+XxFNSRuzFVJ7yVTa 643 y8hSyn+B/tlr0/cR7SXf+Of5pPpyl4RTDaXQMhhRdlkUbA/r7F+AjHVDg8OFmP9Mni0N5HeDk061 792 ZTD4p7dNdloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0HZbU 2200 AwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNV 2201 HSMEGDAWgBSubAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN 3086 /FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMgyALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVn
|