Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcrypto_test.c800 test_result(const crypto_test_t *test, int encrypt_rv, uint8_t *encrypt_buf, in test_result() argument
831 if (encrypt_rv == CRYPTO_SUCCESS) { in test_result()
852 if (encrypt_rv != CRYPTO_SUCCESS || !tag_match) in test_result()
887 printf(" encrypt rv = 0x%02x [%s]\n", encrypt_rv, in test_result()
888 crypto_errstr[encrypt_rv] ? in test_result()
889 crypto_errstr[encrypt_rv] : "???"); in test_result()
966 int encrypt_rv = encrypt_one(&mech, in run_tests() local
982 if (test_result(test, encrypt_rv, encrypt_buf, in run_tests()