/mbedtls-latest/tests/suites/ |
D | test_suite_bignum_core.function | 12 * \param limbs Number of limbs in each MPI (\p A, \p B, \p S and \p X). 13 * \param[in] S Little-endian presentation of the expected sum. 22 mbedtls_mpi_uint *S, 37 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 42 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 47 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 54 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 59 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 65 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 70 TEST_MEMORY_COMPARE(X, bytes, S, bytes); [all …]
|
D | test_suite_bignum_mod_raw.function | 553 mbedtls_mpi_uint *S = NULL; 564 TEST_EQUAL(0, mbedtls_test_read_mpi_core(&S, &S_limbs, input_S)); 581 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 586 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 591 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 598 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 603 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 609 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 614 TEST_MEMORY_COMPARE(X, bytes, S, bytes); 619 TEST_MEMORY_COMPARE(X, bytes, S, bytes); [all …]
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 567 uint8_t signature[1] = { 'S' }; 628 const uint8_t signature[1] = { 'S' };
|
D | test_suite_ecdsa.function | 513 /* Prepare signature R & S */
|
D | test_suite_ecp.function | 1808 /* Firstly add A and B to get the sum S, then subtract B,
|
/mbedtls-latest/library/ |
D | ecp.c | 2500 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz() argument 2507 return mbedtls_internal_ecp_double_add_mxz(grp, R, S, P, Q, d); in ecp_double_add_mxz() 2528 MPI_ECP_ADD(&S->X, &T[3], &T[2]); /* Qm*Pp + Qp*Pm */ in ecp_double_add_mxz() 2529 MPI_ECP_SQR(&S->X, &S->X); /* (Qm*Pp + Qp*Pm)^2 */ in ecp_double_add_mxz() 2530 MPI_ECP_SUB(&S->Z, &T[3], &T[2]); /* Qm*Pp - Qp*Pm */ in ecp_double_add_mxz() 2531 MPI_ECP_SQR(&S->Z, &S->Z); /* (Qm*Pp - Qp*Pm)^2 */ in ecp_double_add_mxz() 2532 MPI_ECP_MUL(&S->Z, d, &S->Z); /* d * ( Qm*Pp - Qp*Pm )^2 */ in ecp_double_add_mxz()
|
D | sha1.c | 89 #define S(x, n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_sha1_process() macro 97 (local.W[(t) & 0x0F] = S(local.temp, 1)) \ in mbedtls_internal_sha1_process() 103 (e) += S((a), 5) + F((b), (c), (d)) + K + (x); \ in mbedtls_internal_sha1_process() 104 (b) = S((b), 30); \ in mbedtls_internal_sha1_process()
|
D | ecp_internal_alt.h | 239 mbedtls_ecp_point *S,
|
D | ripemd160.c | 105 #define S(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) in mbedtls_internal_ripemd160_process() macro 111 (a) = S((a), (s)) + (e); \ in mbedtls_internal_ripemd160_process() 112 (c) = S((c), 10); \ in mbedtls_internal_ripemd160_process()
|
D | md5.c | 88 #define S(x, n) \ in mbedtls_internal_md5_process() macro 95 (a) = S((a), (s)) + (b); \ in mbedtls_internal_md5_process()
|
D | ecjpake.c | 623 const mbedtls_mpi *S, in ecjpake_mul_secret() argument 636 MBEDTLS_MPI_CHK(mbedtls_mpi_add_mpi(&b, &b, S)); in ecjpake_mul_secret()
|
/mbedtls-latest/tests/scripts/ |
D | audit-validity-dates.py | 295 for idx, m in enumerate(re.finditer(X509Parser.PEM_REGEX, data, flags=re.S), 1):
|
/mbedtls-latest/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 250 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
|
D | psa-driver-interface.md | 1457 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
|
/mbedtls-latest/tests/ |
D | ssl-opt.sh | 591 *\ MBEDTLS_KEY_EXCHANGE_P[^S]*) PSK_ONLY="NO";;
|
/mbedtls-latest/ |
D | ChangeLog | 4236 TLS" - H. Bock, A. Zauner, S. Devlin, J. Somorovsky, P. Jovanovic.
|