Searched refs:cryptotest_t (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/test/crypto-tests/tests/common/ |
H A D | cryptotest.h | 47 } cryptotest_t; typedef 61 int run_test(cryptotest_t *args, uint8_t *cmp, size_t cmplen, test_fg_t *funcs); 66 crypto_op_t *cryptotest_init(cryptotest_t *args, crypto_func_group_t fg);
|
H A D | testfuncs.c | 122 test_setup(cryptotest_t *args, test_fg_t *funcs, crypto_op_t **opp) in test_setup() 167 test_multi(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen) in test_multi() 268 test_single(cryptotest_t *args, test_fg_t *funcs, uint8_t *cmp, size_t cmplen) in test_single() 316 run_test(cryptotest_t *args, uint8_t *cmp, size_t cmplen, in run_test()
|
H A D | cryptotest_pkcs.c | 55 cryptotest_init(cryptotest_t *arg, crypto_func_group_t fg) in cryptotest_init()
|
H A D | cryptotest_kcf.c | 80 cryptotest_init(cryptotest_t *arg, crypto_func_group_t fg) in cryptotest_init()
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cmac/ |
H A D | aes_cmac.c | 34 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/hmac/ |
H A D | main.c | 40 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ecb/ |
H A D | aes_ecb.c | 33 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc/ |
H A D | aes_cbc.c | 34 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc_pad/ |
H A D | aes_cbc_pad.c | 42 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ctr/ |
H A D | aes_ctr.c | 43 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/gcm/ |
H A D | aes_gcm.c | 41 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ccm/ |
H A D | aes_ccm.c | 43 cryptotest_t args = { in main()
|
/illumos-gate/usr/src/test/crypto-tests/tests/digest/ |
H A D | parser_runner.c | 314 cryptotest_t args = { in digest_runner()
|