Searched refs:test_fg_t (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/test/crypto-tests/tests/common/ |
| H A D | cryptotest.h | 66 } test_fg_t; typedef 70 int run_test(cryptotest_t *args, uint8_t *cmp, size_t cmplen, test_fg_t *funcs); 106 extern test_fg_t cryptotest_decr_fg; 107 extern test_fg_t cryptotest_encr_fg; 108 extern test_fg_t cryptotest_mac_fg; 109 extern test_fg_t cryptotest_digest_fg;
|
| H A D | testfuncs.c | 29 test_fg_t cryptotest_decr_fg = { 37 test_fg_t cryptotest_encr_fg = { 45 test_fg_t cryptotest_mac_fg = { 53 test_fg_t cryptotest_digest_fg = { 117 test_setup(cryptotest_t *args, test_fg_t *funcs, crypto_op_t **opp) in test_setup() 162 test_multi(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen) in test_multi() 264 test_single(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen) in test_single() 311 test_fg_t *funcs) in run_test()
|