Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 57) sorted by relevance

123

/hal_espressif-latest/components/mbedtls/port/sha/parallel_engine/
Desp_sha256.c186 uint32_t A[8]; in mbedtls_sha256_software_process() local
190 A[i] = ctx->state[i]; in mbedtls_sha256_software_process()
201 P( A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i], K[i] ); in mbedtls_sha256_software_process()
203 temp1 = A[7]; A[7] = A[6]; A[6] = A[5]; A[5] = A[4]; A[4] = A[3]; in mbedtls_sha256_software_process()
204 A[3] = A[2]; A[2] = A[1]; A[1] = A[0]; A[0] = temp1; in mbedtls_sha256_software_process()
212 P( A[0], A[1], A[2], A[3], A[4], A[5], A[6], A[7], W[i + 0], K[i + 0] ); in mbedtls_sha256_software_process()
213 P( A[7], A[0], A[1], A[2], A[3], A[4], A[5], A[6], W[i + 1], K[i + 1] ); in mbedtls_sha256_software_process()
214 P( A[6], A[7], A[0], A[1], A[2], A[3], A[4], A[5], W[i + 2], K[i + 2] ); in mbedtls_sha256_software_process()
215 P( A[5], A[6], A[7], A[0], A[1], A[2], A[3], A[4], W[i + 3], K[i + 3] ); in mbedtls_sha256_software_process()
216 P( A[4], A[5], A[6], A[7], A[0], A[1], A[2], A[3], W[i + 4], K[i + 4] ); in mbedtls_sha256_software_process()
[all …]
Desp_sha1.c126 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_software_process() local
159 A = ctx->state[0]; 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
244 A = ctx->state[0]; 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/wpa_supplicant/src/crypto/
Dsha256-tlsprf.c33 u8 A[SHA256_MAC_LEN]; in tls_prf_sha256() local
39 addr[0] = A; in tls_prf_sha256()
53 if (hmac_sha256_vector(secret, secret_len, 2, &addr[1], &len[1], A) < 0) in tls_prf_sha256()
60 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A) < 0) in tls_prf_sha256()
Dsha384-tlsprf.c33 u8 A[SHA384_MAC_LEN]; in tls_prf_sha384() local
39 addr[0] = A; in tls_prf_sha384()
53 if (hmac_sha384_vector(secret, secret_len, 2, &addr[1], &len[1], A) < 0) in tls_prf_sha384()
60 hmac_sha384(secret, secret_len, A, SHA384_MAC_LEN, A) < 0) in tls_prf_sha384()
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dp_256_multprecision.c357 DWORD A; in multiprecision_fast_mod_P256() local
403 A = B; in multiprecision_fast_mod_P256()
405 A += a[11]; in multiprecision_fast_mod_P256()
406 UA += (A < a[11]); in multiprecision_fast_mod_P256()
407 UA -= (A < a[15]); in multiprecision_fast_mod_P256()
408 A -= a[15]; in multiprecision_fast_mod_P256()
411 D = A; in multiprecision_fast_mod_P256()
422 U -= (c[0] < A); in multiprecision_fast_mod_P256()
424 c[0] -= A; in multiprecision_fast_mod_P256()
470 c[3] += A; in multiprecision_fast_mod_P256()
[all …]
/hal_espressif-latest/components/mbedtls/port/mbedtls_rom/
Dmbedtls_rom_osi.h107 int (*_rom_mbedtls_mpi_add_abs)( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B );
108 int (*_rom_mbedtls_mpi_sub_abs)( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B );
109 int (*_rom_mbedtls_mpi_add_mpi)( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B );
110 int (*_rom_mbedtls_mpi_sub_mpi)( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B );
111 int (*_rom_mbedtls_mpi_add_int)( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_sint b );
112 int (*_rom_mbedtls_mpi_sub_int)( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_sint b );
113 int (*_rom_mbedtls_mpi_mul_mpi)( mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B );
114 int (*_rom_mbedtls_mpi_mul_int)( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_uint b );
115 …int (*_rom_mbedtls_mpi_div_mpi)( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, const mbedt…
116 …int (*_rom_mbedtls_mpi_div_int)( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, mbedtls_mpi…
[all …]
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/include/tinycrypt/
Decc.h182 BYTES_TO_WORDS_8(16, 9E, 0F, 7C, 4A, EB, E7, 8E),
183 BYTES_TO_WORDS_8(9B, 7F, 1A, FE, E2, 42, E3, 4F)
188 BYTES_TO_WORDS_8(E7, 93, 3A, AA, D8, 35, C6, 5A)
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/tinycrypt/include/tinycrypt/
Decc.h182 BYTES_TO_WORDS_8(16, 9E, 0F, 7C, 4A, EB, E7, 8E),
183 BYTES_TO_WORDS_8(9B, 7F, 1A, FE, E2, 42, E3, 4F)
188 BYTES_TO_WORDS_8(E7, 93, 3A, AA, D8, 35, C6, 5A)
/hal_espressif-latest/components/mbedtls/port/
Desp_bignum.c456 int mbedtls_mpi_exp_mod( mbedtls_mpi *X, const mbedtls_mpi *A, in mbedtls_mpi_exp_mod() argument
463 ret = esp_mpi_exp_mod( X, A, E, N, _RR ); in mbedtls_mpi_exp_mod()
465 ret = mbedtls_mpi_exp_mod_soft( X, A, E, N, _RR ); in mbedtls_mpi_exp_mod()
469 ret = esp_mpi_exp_mod( X, A, E, N, _RR ); in mbedtls_mpi_exp_mod()
556 int mbedtls_mpi_mul_int( mbedtls_mpi *X, const mbedtls_mpi *A, mbedtls_mpi_uint b ) in mbedtls_mpi_mul_int() argument
566 return( mbedtls_mpi_mul_mpi( X, A, &_B ) ); in mbedtls_mpi_mul_int()
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/documentation/
Dtinycrypt.rst34 * Standard Specification: NIST SP 800-90A.
46 * Standard Specification: NIST SP 800-38A.
52 * Standard Specification: NIST SP 800-38A.
70 * Standard Specification: NIST SP 800-90A.
150 * NIST SP 800-90A requires three items as seed material in the initialization
253 * A cryptographically-secure PRNG function must be set (using uECC_set_rng())
314 * `NIST SP800-90A (HMAC-PRNG)`_
316 .. _NIST SP800-90A (HMAC-PRNG):
317 http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf
319 * `NIST SP 800-38A (AES-CBC and AES-CTR)`_
[all …]
/hal_espressif-latest/components/mbedtls/port/include/mbedtls/
Dbignum.h95 int mbedtls_mpi_exp_mod_soft(mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *E, const mbed…
/hal_espressif-latest/components/newlib/
DCOPYING.NEWLIB16 A PARTICULAR PURPOSE. A copy of this license is available at
41 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
157 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
192 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
248 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
274 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
284 (15) Andrey A. Chernov
286 Copyright (C) 1997 by Andrey A. Chernov, Moscow, Russia.
300 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
326 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-options.rst14 * A default chip type can be specified by setting the ``ESPTOOL_CHIP`` environment variable.
24 * A default serial port can be specified by setting the ``ESPTOOL_PORT`` environment variable.
44 …rates may be set using ``-b 921600`` (or another baud rate of your choice). A default baud rate ca…
Dentering-bootloader.rst15 Espressif chips choose the boot mode each time they reset. A reset event can happen in one of sever…
Dflash-modes.rst16 A header at the beginning of a bootable image contains these values.
97 | 256KB | 1 (no OTA) | 256KB | N/A |
99 | 512KB | 1 (no OTA) | 512KB | N/A |
Dflasher-stub.rst8 The ROM bootloader is burned into the ESP chip during manufacturing and cannot be updated. A new ve…
/hal_espressif-latest/components/bt/porting/ext/tinycrypt/
DLICENSE27 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
52 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dcheck-error-cmd.rst53 A fatal error occurred: Error(s) were detected in eFuses
101 A fatal error occurred: Error(s) were detected in eFuses
/hal_espressif-latest/tools/esptool_py/esptool/targets/stub_flasher/2/
DLICENSE-MIT19 TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
/hal_espressif-latest/components/log/host_test/log_test/
DREADME.md10 * A Linux system
/hal_espressif-latest/tools/esptool_py/
DREADME.md3 A Python-based, open-source, platform-independent utility to communicate with the ROM bootloader in…
/hal_espressif-latest/components/esp_netif/
DREADME.md3 | (A) USER CODE |
54 ### A) User code, boiler plate
/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()
809 mp_set (&A, 1); in mp_invmod_slow()
820 if (mp_isodd (&A) == 1 || mp_isodd (&B) == 1) { in mp_invmod_slow()
822 if ((res = mp_add (&A, &y, &A)) != MP_OKAY) { in mp_invmod_slow()
830 if ((res = mp_div_2 (&A, &A)) != 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()
921 LBL_ERR:mp_clear_multi (&x, &y, &u, &v, &A, &B, &C, &D, NULL); in mp_invmod_slow()
/hal_espressif-latest/components/wpa_supplicant/
DREADME34 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT

123