Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c200 IS_RECOVERABLE(error)) { in crypto_mac()
320 IS_RECOVERABLE(error)) { in crypto_mac_verify()
490 IS_RECOVERABLE(error)) { in crypto_mac_init()
H A Dkcf_digest.c172 IS_RECOVERABLE(error)) { in crypto_digest()
305 IS_RECOVERABLE(error)) { in crypto_digest_init()
H A Dkcf_cipher.c271 IS_RECOVERABLE(error)) { in crypto_cipher_init()
411 IS_RECOVERABLE(error)) { in crypto_encrypt()
693 IS_RECOVERABLE(error)) { in crypto_decrypt()
H A Dkcf_sign.c133 IS_RECOVERABLE(error)) { in crypto_sign_init()
324 IS_RECOVERABLE(error)) { in sign_sr_atomic_common()
H A Dkcf_verify.c134 IS_RECOVERABLE(error)) { in crypto_verify_init()
327 IS_RECOVERABLE(error)) { in verify_vr_atomic_common()
H A Dkcf_dual.c328 if (IS_RECOVERABLE(error)) { in crypto_encrypt_mac()
397 IS_RECOVERABLE(error)) { in crypto_encrypt_mac()
847 if ((IS_RECOVERABLE(error)) && in crypto_encrypt_mac_init()
1295 if (IS_RECOVERABLE(error)) { in crypto_mac_decrypt_common()
1372 IS_RECOVERABLE(error)) { in crypto_mac_decrypt_common()
1820 if ((IS_RECOVERABLE(error)) && in crypto_mac_decrypt_init()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h112 #define IS_RECOVERABLE(error) \ macro
/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1304 if (error != CRYPTO_SUCCESS && IS_RECOVERABLE(error)) { in kcf_aop_done()