Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c196 IS_RECOVERABLE(error)) { in crypto_mac()
317 IS_RECOVERABLE(error)) { in crypto_mac_verify()
486 IS_RECOVERABLE(error)) { in crypto_mac_init()
H A Dkcf_digest.c168 IS_RECOVERABLE(error)) { in crypto_digest()
300 IS_RECOVERABLE(error)) { in crypto_digest_init()
H A Dkcf_cipher.c266 IS_RECOVERABLE(error)) { in crypto_cipher_init()
407 IS_RECOVERABLE(error)) { in crypto_encrypt()
690 IS_RECOVERABLE(error)) { in crypto_decrypt()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dsched_impl.h108 #define IS_RECOVERABLE(error) \ macro
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1188 if (error != CRYPTO_SUCCESS && IS_RECOVERABLE(error)) { in kcf_aop_done()