| /lib/mbedtls/external/mbedtls/configs/ext/ |
| A D | README.md | 16 are taken verbatim from the TF-M source code here: 18 https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_conf… 20 In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top of the files. 22 In Mbed TLS, with permission from the TF-M project, they are distributed under a dual [Apache-2.0](…
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | ecp_curves.c | 5150 mbedtls_mpi M; in ecp_mod_p521() local 5161 M.s = 1; in ecp_mod_p521() 5166 M.p = Mp; in ecp_mod_p521() 5260 M.s = 1; in ecp_mod_p448() 5266 M.p = Mp; in ecp_mod_p448() 5279 Q = M; in ecp_mod_p448() 5292 MBEDTLS_MPI_CHK(mbedtls_mpi_add_mpi(&M, &M, &Q)); in ecp_mod_p448() 5332 M.s = 1; in ecp_mod_koblitz() 5333 M.p = Mp; in ecp_mod_koblitz() 5356 MBEDTLS_MPI_CHK(mbedtls_mpi_mul_mpi(&M, &M, &R)); in ecp_mod_koblitz() [all …]
|
| A D | ecp_curves_new.c | 5524 mbedtls_mpi_uint *M = NULL; in mbedtls_ecp_mod_p448_raw() local 5527 M = mbedtls_calloc(M_limbs, ciL); in mbedtls_ecp_mod_p448_raw() 5529 if (M == NULL) { in mbedtls_ecp_mod_p448_raw() 5541 memset(M, 0, (M_limbs * ciL)); in mbedtls_ecp_mod_p448_raw() 5570 (void) mbedtls_mpi_core_add(M, M, Q, Q_limbs); in mbedtls_ecp_mod_p448_raw() 5574 memmove((char *) M + P224_SIZE, M, P224_SIZE + ciL); in mbedtls_ecp_mod_p448_raw() 5575 memset(M, 0, P224_SIZE); in mbedtls_ecp_mod_p448_raw() 5602 M[P224_WIDTH_MIN] = M[0] << (224 & (biL - 1)); in mbedtls_ecp_mod_p448_raw() 5611 mbedtls_free(M); in mbedtls_ecp_mod_p448_raw() 5654 if (M == NULL) { in ecp_mod_koblitz() [all …]
|
| A D | dhm.c | 168 static int dhm_random_below(mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below() argument 173 MBEDTLS_MPI_CHK(mbedtls_mpi_random(R, 3, M, f_rng, p_rng)); in dhm_random_below()
|
| A D | ecp.c | 2129 mbedtls_mpi M, mm; in ecp_comb_recode_scalar() local 2131 mbedtls_mpi_init(&M); in ecp_comb_recode_scalar() 2143 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&M, m)); in ecp_comb_recode_scalar() 2145 MBEDTLS_MPI_CHK(mbedtls_mpi_safe_cond_assign(&M, &mm, *parity_trick)); in ecp_comb_recode_scalar() 2148 ecp_comb_recode_core(k, d, w, &M); in ecp_comb_recode_scalar() 2152 mbedtls_mpi_free(&M); in ecp_comb_recode_scalar()
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | driver-interface-test-strategy.md | 83 … key in a secure element involves multiple storage modifications (M<sub>1</sub>, ..., M<sub>n</sub… 85 …each potential interruption point (before M<sub>1</sub>, between M<sub>1</sub> and M<sub>2</sub>, …
|
| /lib/mbedtls/external/mbedtls/tests/data_files/parse_input/ |
| A D | server9.req.sha512 | 11 W7F7X0f9lpzNKOtQ8ix0s+nYS2ONyzfu55+Rlzf8/63M
|
| /lib/mbedtls/external/mbedtls/tests/data_files/ |
| A D | rsa_pkcs1_4096_aes256.pem | 23 Mt9WNK6EWV5uTe/8M/A4BMbR77/AOgLBYIWpOWcsjnTWDayZiapEwnKoMPUjePlr
|
| A D | rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem | 6 O3fmzghYUunK62isvZskV2K7mn+O6jhunSiWqkTBrUzno+jFF58RrMv+M/7SWH3P
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/IANA/ |
| A D | IANA-ITU-ALARM-TC-MIB | 71 "ITU Recommendation M.3100, 'Generic Network Information 82 -- The following probable causes were defined in M.3100
|
| A D | IANAifType-MIB | 479 voiceEMFGD (211), -- voice E&M Feature Group D
|
| A D | IANA-MAU-MIB | 196 If the MAU is a 10M b/s link or fiber type (FOIRL, 10BASE-T,
|
| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | set_psa_test_dependencies.py | 199 content_matches = list(re.finditer(r'^[\t ]*([^\t #].*)$', stanza, re.M))
|
| /lib/mbedtls/external/mbedtls/3rdparty/p256-m/p256-m/ |
| A D | README.md | 7 C, with optional bits of assembly for Arm Cortex-M and Cortex-A CPUs. 97 improve performance and code size. (On Cortex-M and Cortex-A cores wtih GCC or 330 This layer contains optional assembly for Cortex-M and Cortex-A cores, for the 430 versions, for Cortex-M/A cores with or without the DSP extension, and two 542 tested Cortex-M CPUs, while slightly reducing code size and stack usage) is
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_ecp.function | 170 * - Random point mult: ~3250M 171 * - Cold base point mult: ~3300M 172 * - Hot base point mult: ~1100M 174 * - Random point mult: ~3850M
|
| /lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/ |
| A D | UDP-MIB | 28 8000 Foothills Blvd. M/S 5557
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-conditional-inclusion-c.md | 250 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
|
| A D | psa-driver-interface.md | 1457 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
|
| /lib/mbedtls/external/mbedtls/ |
| A D | ChangeLog | 107 performance by around 30% on 64-bit Intel; 125% on Armv7-M. 494 M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, 512 example TF-M configuration in configs/ from building cleanly: 1811 shared library. Reported by Guillermo Garcia M. in #4411. 1817 Arm Cortex-M. Fixes #4530. 2412 Contributed by Koh M. Nakagawa in #3326. 2716 Bernhard M. Wiedemann in #2357. 4628 (suggested by Thorsten Mühlfelder). 6024 by Jonathan M. McCune)
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | md-cipher-dispatch.md | 344 The primary target is a configuration like TF-M's medium profile, plus TLS with only AEAD ciphersui…
|