Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dcrypto_test.c804 boolean_t encrypt_pass = B_FALSE, decrypt_pass = B_FALSE; in test_result() local
833 encrypt_pass = B_TRUE; in test_result()
853 encrypt_pass = B_TRUE; in test_result()
859 pass = (encrypt_pass && decrypt_pass); in test_result()
868 encrypt_pass ? "PASS" : "FAIL", in test_result()
883 if (!encrypt_pass) { in test_result()