Searched refs:test_hmac_tbl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/ |
| H A D | test_hash.c | 34 static struct test_hash_item test_hmac_tbl[] = { variable 290 for (i = 0; i < ARRAY_SIZE(test_hmac_tbl); i++) { in test_hmac() 291 res = test_hash_item_virt(&test_hmac_tbl[i], buffer, buffer_len, true, verbose); in test_hmac() 295 res = test_hash_item_fd(&test_hmac_tbl[i], mem_buf, true, verbose); in test_hmac()
|
| H A D | test_throughput.c | 925 static struct test_hash_item test_hmac_tbl[] = { in test_hash_tp() local 976 for (i = 0; i < ARRAY_SIZE(test_hmac_tbl); i++) { in test_hash_tp() 977 res = test_hash_item_tp(true, true, test_hmac_tbl[i].algo, in test_hash_tp() 978 test_hmac_tbl[i].blocksize, input_virt, buffer_len); in test_hash_tp() 988 for (i = 0; i < ARRAY_SIZE(test_hmac_tbl); i++) { in test_hash_tp() 989 res = test_hash_item_tp(false, true, test_hmac_tbl[i].algo, in test_hash_tp() 990 test_hmac_tbl[i].blocksize, input_fd, buffer_len); in test_hash_tp()
|