Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcrypto_test.c801 int decrypt_rv, uint8_t *decrypt_buf, crypto_test_outmode_t outmode) in test_result() argument
835 if (decrypt_rv == CRYPTO_SUCCESS) { in test_result()
854 if (decrypt_rv != CRYPTO_SUCCESS) in test_result()
911 printf(" decrypt rv = 0x%02x [%s]\n", decrypt_rv, in test_result()
912 crypto_errstr[decrypt_rv] ? in test_result()
913 crypto_errstr[decrypt_rv] : "???"); in test_result()
975 int decrypt_rv = decrypt_one(&mech, in run_tests() local
983 decrypt_rv, decrypt_buf, outmode)) in run_tests()