Home
last modified time | relevance | path

Searched refs:cryptotest_t (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/test/crypto-tests/tests/common/
H A Dcryptotest.h47 } 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 Dtestfuncs.c122 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 Dcryptotest_pkcs.c55 cryptotest_init(cryptotest_t *arg, crypto_func_group_t fg) in cryptotest_init()
H A Dcryptotest_kcf.c80 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 Daes_cmac.c34 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/hmac/
H A Dmain.c40 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ecb/
H A Daes_ecb.c33 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc/
H A Daes_cbc.c34 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/cbc_pad/
H A Daes_cbc_pad.c42 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ctr/
H A Daes_ctr.c43 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/gcm/
H A Daes_gcm.c41 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/modes/aes/ccm/
H A Daes_ccm.c43 cryptotest_t args = { in main()
/illumos-gate/usr/src/test/crypto-tests/tests/digest/
H A Dparser_runner.c314 cryptotest_t args = { in digest_runner()