Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c126 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_software_process() local
161 C = ctx->state[2]; 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 …]
Desp_sha512.c214 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_software_process() local
246 C = ctx->state[2]; 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-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c359 DWORD C; in multiprecision_fast_mod_P256() local
375 C = a[13]; in multiprecision_fast_mod_P256()
376 C += a[14]; in multiprecision_fast_mod_P256()
377 UC = (C < a[14]); in multiprecision_fast_mod_P256()
378 C += a[15]; in multiprecision_fast_mod_P256()
379 UC += (C < a[15]); in multiprecision_fast_mod_P256()
397 B = C; in multiprecision_fast_mod_P256()
456 U -= (c[2] < C); in multiprecision_fast_mod_P256()
458 c[2] -= C; in multiprecision_fast_mod_P256()
518 c[5] += C; in multiprecision_fast_mod_P256()
[all …]
/hal_espressif-latest/tools/esptool_py/test/
D.covconf8 C:\GitLab-Runner\builds\*\*\espressif\esptool\
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h178 BYTES_TO_WORDS_8(47, 42, 2C, E1, F2, D1, 17, 6B),
182 BYTES_TO_WORDS_8(16, 9E, 0F, 7C, 4A, EB, E7, 8E),
185 BYTES_TO_WORDS_8(4B, 60, D2, 27, 3E, 3C, CE, 3B),
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h178 BYTES_TO_WORDS_8(47, 42, 2C, E1, F2, D1, 17, 6B),
182 BYTES_TO_WORDS_8(16, 9E, 0F, 7C, 4A, EB, E7, 8E),
185 BYTES_TO_WORDS_8(4B, 60, D2, 27, 3E, 3C, CE, 3B),
/hal_espressif-latest/components/soc/
DREADME.md6 - `xxx_struct.h` - hardware description in C `struct`
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dlibtommath.h774 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()
845 if (mp_isodd (&C) == 1 || mp_isodd (&D) == 1) { in mp_invmod_slow()
847 if ((res = mp_add (&C, &y, &C)) != MP_OKAY) { in mp_invmod_slow()
855 if ((res = mp_div_2 (&C, &C)) != MP_OKAY) { in mp_invmod_slow()
870 if ((res = mp_sub (&A, &C, &A)) != MP_OKAY) { in mp_invmod_slow()
883 if ((res = mp_sub (&C, &A, &C)) != MP_OKAY) { in mp_invmod_slow()
905 while (mp_cmp_d(&C, 0) == MP_LT) { in mp_invmod_slow()
906 if ((res = mp_add(&C, b, &C)) != MP_OKAY) { in mp_invmod_slow()
912 while (mp_cmp_mag(&C, b) != MP_LT) { in mp_invmod_slow()
[all …]
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DREADME52 /lib: C source code of the cryptographic primitives.
53 /lib/include/tinycrypt: C header files of the cryptographic primitives.
/hal_espressif-latest/tools/esptool_py/test/secure_images/
Drsa_secure_boot_signing_key.pem23 C/6U+cFaQmOi0Ds+w0fKM+0WdYDrw0qhuXMI5BK1FaE03y5AqYghBXktv+O4q8mr
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dadc-info-cmd.rst24 Temperature Sensor Calibration = -2.1C
/hal_espressif-latest/components/esp_system/ld/
Dld.cmake25 COMMAND "${CMAKE_C_COMPILER}" -C -P -x c -E -o ${ld_output} -I ${config_dir}
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst4 Copyright (C) 2017 by Intel Corporation, All Rights Reserved.
64 * Standard Specification: NIST SP 800-38C.
214 accepts any even integer between 4 and 16, as suggested in SP 800-38C.
329 * `NIST SP 800-38C (AES-CCM)`_
331 .. _NIST SP 800-38C (AES-CCM):
332 http://csrc.nist.gov/publications/nistpubs/800-38C/SP800-38C_updated-July20_2007.pdf
/hal_espressif-latest/components/newlib/
DKconfig55 In most chips the ROM contains parts of newlib C library, including printf/scanf family
82 implement 'gettimeofday' and 'time' functions in C library.
DCOPYING.NEWLIB71 Copyright (C) 1998-2001 by Lucent Technologies
126 Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
149 Copyright (C) 2001 Hans-Peter Nilsson
162 Copyright (C) 1999, 2000, 2001, 2002 Stephane Carrez (stcarrez@nerim.fr)
286 Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
379 (19) Todd C. Miller
381 Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
407 Copyright (C) 1991 DJ Delorie
419 Copyright (C) 1990-1999, 2000, 2001 Free Software Foundation, Inc.
420 This file is part of the GNU C Library.
[all …]
/hal_espressif-latest/components/esp_netif/
DREADME.md26 (B) | | | | (C) | +-----------------------+
77 ### C) ESP-NETIF
/hal_espressif-latest/components/esp_system/ld/esp32c2/
Dsections.ld.in194 * C++ constructor and destructor tables
213 /* C++ exception handlers table: */
257 /* To avoid any exception in C++ exception frame unwinding code, this section
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld131 /* C++ constructor and destructor tables, properly ordered: */
142 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld142 /* C++ constructor and destructor tables, properly ordered: */
153 /* C++ exception handlers table: */
/hal_espressif-latest/components/esp_system/ld/esp32h2/
Dsections.ld.in342 * C++ constructor and destructor tables
361 /* C++ exception handlers table: */
405 /* To avoid any exception in C++ exception frame unwinding code, this section
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dreadsamplesjoint.inc3 * Copyright (C) 2014 The Android Open Source Project
/hal_espressif-latest/components/efuse/esp32s3/
Desp_efuse_table.csv204 … EFUSE_BLK1, 126, 2, [] Flash temperature {0: "None"; 1: "105C"; 2: "85C"}
207 … EFUSE_BLK1, 133, 2, [] PSRAM temperature {0: "None"; 1: "105C"; 2: "85C"}
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c2/
Dbootloader.ld164 /* C++ constructor and destructor tables, properly ordered: */
175 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld164 /* C++ constructor and destructor tables, properly ordered: */
175 /* C++ exception handlers table: */
/hal_espressif-latest/components/bootloader/subproject/main/ld/esp32c6/
Dbootloader.ld161 /* C++ constructor and destructor tables, properly ordered: */
172 /* C++ exception handlers table: */

12