test_fg_t
extern test_fg_t cryptotest_decr_fg;
extern test_fg_t cryptotest_encr_fg;
extern test_fg_t cryptotest_mac_fg;
extern test_fg_t cryptotest_digest_fg;
int run_test(cryptotest_t *args, uint8_t *cmp, size_t cmplen, test_fg_t *funcs);
test_setup(cryptotest_t *args, test_fg_t *funcs, crypto_op_t **opp)
test_multi(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen)
test_single(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen)
test_fg_t cryptotest_decr_fg = {
test_fg_t *funcs)
test_fg_t cryptotest_encr_fg = {
test_fg_t cryptotest_mac_fg = {
test_fg_t cryptotest_digest_fg = {