Searched refs:ct_test_data (Results 1 – 1 of 1) sorted by relevance
/openthread-3.7.0/third_party/mbedtls/repo/library/ |
D | gcm.c | 864 static const unsigned char ct_test_data[][64] = variable 1047 (sizeof(ct_test_data) / sizeof(*ct_test_data)) / MAX_TESTS; in mbedtls_gcm_self_test() 1095 if (memcmp(buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 1128 ct_test_data[j * 6 + i], buf, 16, tag_buf); in mbedtls_gcm_self_test() 1216 if (memcmp(buf, ct_test_data[j * 6 + i], in mbedtls_gcm_self_test() 1259 ct_test_data[j * 6 + i], 32, in mbedtls_gcm_self_test() 1269 ct_test_data[j * 6 + i] + 32, in mbedtls_gcm_self_test() 1280 ct_test_data[j * 6 + i], in mbedtls_gcm_self_test()
|