Searched refs:test_hash_tbl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_hash.c | 22 static struct test_hash_item test_hash_tbl[] = { variable 247 for (i = 0; i < ARRAY_SIZE(test_hash_tbl); i++) { in test_hash() 248 res = test_hash_item_virt(&test_hash_tbl[i], buffer, buffer_len, false, verbose); in test_hash() 252 res = test_hash_item_fd(&test_hash_tbl[i], mem_buf, false, verbose); in test_hash()
|
| H A D | test_throughput.c | 913 static struct test_hash_item test_hash_tbl[] = { in test_hash_tp() local 952 for (i = 0; i < ARRAY_SIZE(test_hash_tbl); i++) { in test_hash_tp() 953 res = test_hash_item_tp(true, false, test_hash_tbl[i].algo, in test_hash_tp() 954 test_hash_tbl[i].blocksize, input_virt, buffer_len); in test_hash_tp() 964 for (i = 0; i < ARRAY_SIZE(test_hash_tbl); i++) { in test_hash_tp() 965 res = test_hash_item_tp(false, false, test_hash_tbl[i].algo, in test_hash_tp() 966 test_hash_tbl[i].blocksize, input_fd, buffer_len); in test_hash_tp()
|