Lines Matching refs:hash
130 data_t * hash )
148 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
150 hash->len ) == 0 );
155 void md_hex( char * text_md_name, data_t * src_str, data_t * hash )
171 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
173 hash->len ) == 0 );
179 data_t * hash )
213 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
215 hash->len) == 0 );
222 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
224 hash->len ) == 0 );
233 void md_hex_multi( char * text_md_name, data_t * src_str, data_t * hash )
262 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
264 hash->len ) == 0 );
271 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
273 hash->len ) == 0 );
284 data_t * hash )
300 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
301 trunc_size, hash->len ) == 0 );
307 data_t * src_str, data_t * hash )
333 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
334 trunc_size, hash->len ) == 0 );
344 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
345 trunc_size, hash->len ) == 0 );
354 data_t * hash )
369 TEST_ASSERT( mbedtls_test_hexcmp( output, hash->x,
371 hash->len ) == 0 );