Searched refs:ct_test_data (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | gcm.c | 716 static const unsigned char ct_test_data[MAX_TESTS * 3][64] = variable 933 if (memcmp(buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 966 ct_test_data[j * 6 + i], buf, 16, tag_buf); in mbedtls_gcm_self_test() 1054 if (memcmp(buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 1097 ct_test_data[j * 6 + i], 32, in mbedtls_gcm_self_test() 1107 ct_test_data[j * 6 + i] + 32, in mbedtls_gcm_self_test() 1118 ct_test_data[j * 6 + i], in mbedtls_gcm_self_test()
|