Home
last modified time | relevance | path

Searched refs:mbedtls_test_hexcmp (Results 1 – 14 of 14) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_des.function30 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 8, dst->len ) == 0 );
50 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 8, dst->len ) == 0 );
73 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, src_str->len,
99 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, src_str->len,
128 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 8, dst->len ) == 0 );
155 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 8, dst->len ) == 0 );
186 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x,
219 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, src_str->len,
Dtest_suite_shax.function17 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x, 20, hash->len ) == 0 );
52 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x, 28, hash->len ) == 0 );
66 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x, 32, hash->len ) == 0 );
101 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x, 48, hash->len ) == 0 );
115 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x, 64, hash->len ) == 0 );
Dtest_suite_camellia.function62 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
86 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
110 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, src_str->len,
136 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, src_str->len,
160 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
183 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
Dtest_suite_md.function148 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
171 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
213 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
222 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
262 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
271 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
300 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
333 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
344 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
369 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
Dtest_suite_aes.function26 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
50 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
75 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x,
100 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x,
247 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
269 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x, 16, dst->len ) == 0 );
290 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x,
312 TEST_ASSERT( mbedtls_test_hexcmp( output, dst->x,
Dtest_suite_mdx.function21 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
41 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
Dtest_suite_pkcs5.function27 TEST_ASSERT( mbedtls_test_hexcmp( key, result_key_string->x,
Dtest_suite_rsa.function123 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
208 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
288 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
330 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
384 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
425 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
441 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
495 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
515 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
Dtest_suite_pkcs1_v15.function49 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
110 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
312 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
Dtest_suite_mpi.function242 TEST_ASSERT( mbedtls_test_hexcmp( buf, input_A->x,
274 TEST_ASSERT( mbedtls_test_hexcmp( buf, input_A->x,
310 TEST_ASSERT( mbedtls_test_hexcmp( buf, input_A->x,
Dtest_suite_ecp.function560 TEST_ASSERT( mbedtls_test_hexcmp( buf, out->x, olen, out->len ) == 0 );
Dtest_suite_ssl.function4082 TEST_ASSERT( mbedtls_test_hexcmp( output, result_str->x,
/third_party/mbedtls/tests/include/test/
Dhelpers.h203 int mbedtls_test_hexcmp( uint8_t * a, uint8_t * b,
/third_party/mbedtls/tests/src/
Dhelpers.c212 int mbedtls_test_hexcmp( uint8_t * a, uint8_t * b, in mbedtls_test_hexcmp() function