Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_cipher.c95 if (error != CRYPTO_SUCCESS && IS_RECOVERABLE(error)) { in crypto_encrypt()
167 if (error != CRYPTO_SUCCESS && IS_RECOVERABLE(error)) { in crypto_decrypt()
H A Dkcf_mac.c111 if (error != CRYPTO_SUCCESS && IS_RECOVERABLE(error)) { in crypto_mac()
221 if (error != CRYPTO_SUCCESS && IS_RECOVERABLE(error)) { in crypto_mac_init()
/freebsd/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h54 #define IS_RECOVERABLE(error) \ macro