Home
last modified time | relevance | path

Searched refs:S (Results 1 – 16 of 16) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_bignum_core.function12 * \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 …]
Dtest_suite_bignum_mod_raw.function553 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 …]
Dtest_suite_psa_crypto_se_driver_hal_mocks.function567 uint8_t signature[1] = { 'S' };
628 const uint8_t signature[1] = { 'S' };
Dtest_suite_ecdsa.function513 /* Prepare signature R & S */
Dtest_suite_ecp.function1808 /* Firstly add A and B to get the sum S, then subtract B,
/mbedtls-latest/library/
Decp.c2500 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()
Dsha1.c89 #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()
Decp_internal_alt.h239 mbedtls_ecp_point *S,
Dripemd160.c105 #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()
Dmd5.c88 #define S(x, n) \ in mbedtls_internal_md5_process() macro
95 (a) = S((a), (s)) + (b); \ in mbedtls_internal_md5_process()
Decjpake.c623 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/
Daudit-validity-dates.py295 for idx, m in enumerate(re.finditer(X509Parser.PEM_REGEX, data, flags=re.S), 1):
/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md250 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
Dpsa-driver-interface.md1457 time-stamp-format: "%04Y/%02m/%02d %02H:%02M:%02S %Z"
/mbedtls-latest/tests/
Dssl-opt.sh591 *\ MBEDTLS_KEY_EXCHANGE_P[^S]*) PSK_ONLY="NO";;
/mbedtls-latest/
DChangeLog4236 TLS" - H. Bock, A. Zauner, S. Devlin, J. Somorovsky, P. Jovanovic.