/mbedtls-development/library/ |
A D | ecp_curves.c | 5183 M.s = 1; in ecp_mod_p521() 5187 M.p = Mp; in ecp_mod_p521() 5229 M.s = 1; in ecp_mod_p255() 5233 M.p = Mp; in ecp_mod_p255() 5245 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_int( &M, &M, 19 ) ); in ecp_mod_p255() 5286 M.s = 1; in ecp_mod_p448() 5291 M.p = Mp; in ecp_mod_p448() 5303 Q = M; in ecp_mod_p448() 5314 MBEDTLS_MPI_CHK( mbedtls_mpi_add_mpi( &M, &M, &Q ) ); in ecp_mod_p448() 5353 M.s = 1; in ecp_mod_koblitz() [all …]
|
A D | ecp.c | 1367 mbedtls_mpi M, S, T, U; in ecp_double_jac() local 1379 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_int( &M, &S, 3 ) ); MOD_ADD( M ); in ecp_double_jac() 1385 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_int( &M, &S, 3 ) ); MOD_ADD( M ); in ecp_double_jac() 1394 MBEDTLS_MPI_CHK( mbedtls_mpi_add_mod( grp, &M, &M, &S ) ); in ecp_double_jac() 1409 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mod( grp, &T, &M, &M ) ); in ecp_double_jac() 1415 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mod( grp, &S, &S, &M ) ); in ecp_double_jac() 1961 mbedtls_mpi M, mm; in ecp_comb_recode_scalar() local 1963 mbedtls_mpi_init( &M ); in ecp_comb_recode_scalar() 1974 MBEDTLS_MPI_CHK( mbedtls_mpi_copy( &M, m ) ); in ecp_comb_recode_scalar() 1979 ecp_comb_recode_core( k, d, w, &M ); in ecp_comb_recode_scalar() [all …]
|
A D | dhm.c | 194 static int dhm_random_below( mbedtls_mpi *R, const mbedtls_mpi *M, in dhm_random_below() argument 199 MBEDTLS_MPI_CHK( mbedtls_mpi_random( R, 3, M, f_rng, p_rng ) ); in dhm_random_below()
|
/mbedtls-development/tests/data_files/ |
A D | server9.req.sha512 | 11 W7F7X0f9lpzNKOtQ8ix0s+nYS2ONyzfu55+Rlzf8/63M
|
A D | test-int-ca2.crt | 15 7/lH9VQiE3/px7amD32cidoPvWLA9U3f1FsPmJESUz0wwNfINpDjmPr8dGbkCN+M
|
A D | server8_int-ca2.crt | 33 7/lH9VQiE3/px7amD32cidoPvWLA9U3f1FsPmJESUz0wwNfINpDjmPr8dGbkCN+M
|
A D | server10_int3_int-ca2.crt | 37 7/lH9VQiE3/px7amD32cidoPvWLA9U3f1FsPmJESUz0wwNfINpDjmPr8dGbkCN+M
|
A D | server10_int3_spurious_int-ca2.crt | 61 7/lH9VQiE3/px7amD32cidoPvWLA9U3f1FsPmJESUz0wwNfINpDjmPr8dGbkCN+M
|
A D | server7_spurious_int-ca.crt | 38 7/lH9VQiE3/px7amD32cidoPvWLA9U3f1FsPmJESUz0wwNfINpDjmPr8dGbkCN+M
|
A D | rsa_pkcs8_pbes2_pbkdf2_4096_3des_sha224.pem | 6 O3fmzghYUunK62isvZskV2K7mn+O6jhunSiWqkTBrUzno+jFF58RrMv+M/7SWH3P
|
A D | rsa_pkcs1_4096_aes256.pem | 23 Mt9WNK6EWV5uTe/8M/A4BMbR77/AOgLBYIWpOWcsjnTWDayZiapEwnKoMPUjePlr
|
A D | server10_int3_int-ca2_ca.crt | 37 7/lH9VQiE3/px7amD32cidoPvWLA9U3f1FsPmJESUz0wwNfINpDjmPr8dGbkCN+M
|
/mbedtls-development/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>, …
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ecp.function | 115 * - Random point mult: ~3250M 116 * - Cold base point mult: ~3300M 117 * - Hot base point mult: ~1100M 119 * - Random point mult: ~3850M 909 mbedtls_mpi C, M, N; 912 mbedtls_mpi_init( &M ); 922 /* M = N - C = - ( C - N ) (expected result of fix_negative) */ 923 TEST_EQUAL( 0, mbedtls_mpi_sub_mpi( &M, &N, &C ) ); 927 TEST_EQUAL( 0, mbedtls_mpi_cmp_mpi( &N, &M ) ); 931 mbedtls_mpi_free( &M );
|
/mbedtls-development/tests/scripts/ |
A D | set_psa_test_dependencies.py | 211 content_matches = list(re.finditer(r'^[\t ]*([^\t #].*)$', stanza, re.M))
|
/mbedtls-development/docs/proposed/ |
A D | psa-conditional-inclusion-c.md | 241 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
|
A D | psa-driver-interface.md | 1002 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
|
/mbedtls-development/ |
A D | ChangeLog | 360 shared library. Reported by Guillermo Garcia M. in #4411. 366 Arm Cortex-M. Fixes #4530. 961 Contributed by Koh M. Nakagawa in #3326. 1265 Bernhard M. Wiedemann in #2357. 3177 (suggested by Thorsten Mühlfelder). 4573 by Jonathan M. McCune)
|