Searched refs:test_data (Results 1 – 6 of 6) sorted by relevance
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_cmac.function | 24 unsigned char test_data[MBEDTLS_CMAC_MAX_BLOCK_SIZE]; 30 TEST_ASSERT(mbedtls_cipher_cmac_update(&ctx, test_data, 16) == 42 TEST_ASSERT(mbedtls_cipher_cmac_update(NULL, test_data, 16) == 59 test_data, 16, 65 test_data, 16, 77 test_data, 16, 82 test_data, 16, 92 test_data, 16,
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | abi_check.py | 469 for test_data in sorted(missing): 470 metadata = old_tests[test_data] 474 metadata.description, test_data
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | poly1305.c | 396 static const unsigned char test_data[2][127] = variable 471 test_data[i], in mbedtls_poly1305_self_test()
|
| A D | sha3.c | 410 static const unsigned char test_data[2][4] = variable 545 test_data[test_num], test_data_len[test_num], in mbedtls_sha3_kat_test()
|
| /lib/lwip/lwip/test/unit/udp/ |
| A D | test_udp.c | 179 const u8_t test_data[16] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf}; in test_udp_create_test_packet() local 187 err = pbuf_take(p, test_data, length); in test_udp_create_test_packet()
|
| /lib/efi_selftest/ |
| A D | efi_selftest_tcg2.c | 388 const u8 *test_data; member 481 boot_variable_test[i].test_data); in setup_boot_variable()
|
Completed in 21 milliseconds