Lines Matching refs:S
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);
627 mbedtls_free(S);