Searched refs:ct_test_data (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | gcm.c | 738 static const unsigned char ct_test_data[MAX_TESTS * 3][64] = variable 946 if ( memcmp( buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 977 ct_test_data[j * 6 + i], buf, 16, tag_buf ); in mbedtls_gcm_self_test() 1056 if( memcmp( buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 1096 ct_test_data[j * 6 + i], 32, in mbedtls_gcm_self_test() 1104 ct_test_data[j * 6 + i] + 32, in mbedtls_gcm_self_test() 1115 ct_test_data[j * 6 + i], in mbedtls_gcm_self_test()
|