Searched refs:hash_result (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavutil/tests/ |
D | murmur3.c | 28 uint8_t hash_result[16] = {0}; in main() local 43 av_murmur3_final(ctx, hash_result); in main() 46 printf("result: 0x%"PRIx64" 0x%"PRIx64"\n", AV_RL64(hash_result), AV_RL64(hash_result + 8)); in main() 48 return AV_RL32(hash_result) != 0x6384ba69; in main() 54 av_murmur3_final(ctx, hash_result); in main() 56 return hash_result[0]; in main()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pkcs1_v21.function | 125 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 143 memset( hash_result, 0x00, sizeof( hash_result ) ); 157 TEST_ASSERT( mbedtls_md( md_info, message_str->x, message_str->len, hash_result ) == 0 ); 163 digest, mbedtls_md_get_size( md_info ), hash_result, 176 digest, mbedtls_md_get_size( md_info ), hash_result, 195 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 205 memset( hash_result, 0x00, sizeof( hash_result ) ); 216 TEST_ASSERT( mbedtls_md( md_info, message_str->x, message_str->len, hash_result ) == 0 ); 218 …bedtls_rsa_pkcs1_verify( &ctx, digest, mbedtls_md_get_size( md_info ), hash_result, result_str->x … 234 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; [all …]
|
D | test_suite_pkcs1_v15.function | 271 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 289 memset( hash_result, 0x00, sizeof( hash_result ) ); 303 TEST_ASSERT( mbedtls_md( md_info, message_str->x, message_str->len, hash_result ) == 0 ); 307 digest, mbedtls_md_get_size( md_info ), hash_result, 329 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 339 memset( hash_result, 0x00, sizeof( hash_result ) ); 349 TEST_ASSERT( mbedtls_md( md_info, message_str->x, message_str->len, hash_result ) == 0 ); 351 …bedtls_rsa_pkcs1_verify( &ctx, digest, mbedtls_md_get_size( md_info ), hash_result, result_str->x …
|
D | test_suite_rsa.function | 86 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 99 memset( hash_result, 0x00, sizeof( hash_result ) ); 114 TEST_ASSERT( mbedtls_md( md_info, message_str->x, message_str->len, hash_result ) == 0 ); 118 digest, mbedtls_md_get_size( md_info ), hash_result, 140 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 149 memset( hash_result, 0x00, sizeof( hash_result ) ); 158 TEST_ASSERT( mbedtls_md( md_info, message_str->x, message_str->len, hash_result ) == 0 ); 160 …bedtls_rsa_pkcs1_verify( &ctx, digest, mbedtls_md_get_size( md_info ), hash_result, result_str->x … 170 void rsa_pkcs1_sign_raw( data_t * hash_result, 204 hash_result->len, [all …]
|
D | test_suite_pk.function | 385 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 400 memset( hash_result, 0x00, MBEDTLS_MD_MAX_SIZE ); 411 …ls_md( mbedtls_md_info_from_type( digest ), message_str->x, message_str->len, hash_result ) == 0 ); 413 TEST_ASSERT( mbedtls_pk_verify( &pk, digest, hash_result, 0, 416 TEST_ASSERT( mbedtls_pk_verify_restartable( &pk, digest, hash_result, 0, 434 unsigned char hash_result[MBEDTLS_MD_MAX_SIZE]; 443 memset( hash_result, 0x00, sizeof( hash_result ) ); 457 hash_result ) == 0 ); 462 memcpy( hash_result, message_str->x, message_str->len ); 479 digest, hash_result, hash_len,
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 46057 void SafeMoveHelper::DoAfterWriteCheck(base::File::Error hash_result, 46060 @@ -209,6 +218,7 @@ void SafeMoveHelper::DoAfterWriteCheck(base::File::Error hash_result, 46078 void DoAfterWriteCheck(base::File::Error hash_result,
|