Home
last modified time | relevance | path

Searched refs:tf_fg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dtestfuncs.c35 .tf_fg = CRYPTO_FG_DECRYPT,
43 .tf_fg = CRYPTO_FG_ENCRYPT,
51 .tf_fg = CRYPTO_FG_MAC,
59 .tf_fg = CRYPTO_FG_DIGEST,
127 switch (funcs->tf_fg) { in test_setup()
142 funcs->tf_fg); in test_setup()
146 if ((crypto_op = cryptotest_init(args, funcs->tf_fg)) == NULL) { in test_setup()
H A Dcryptotest.h52 crypto_func_group_t tf_fg; member