Searched refs:ct_test_data (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | gcm.c | 702 static const unsigned char ct_test_data[][64] = variable 885 (sizeof(ct_test_data) / sizeof(*ct_test_data)) / MAX_TESTS; in mbedtls_gcm_self_test() 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()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A 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()
|