summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/crypto/impl.h
diff options
context:
space:
mode:
authorkrishna <none@none>2007-06-01 11:40:01 -0700
committerkrishna <none@none>2007-06-01 11:40:01 -0700
commitfe2f74680a9b0a4c22a80f5da91700cd48e715fe (patch)
tree800175b44c498fd48f4d14072e69907c6668a177 /usr/src/uts/common/sys/crypto/impl.h
parentd6405362ba1b3cbe5a0a718a7039e0f3de1f27a7 (diff)
downloadillumos-joyent-fe2f74680a9b0a4c22a80f5da91700cd48e715fe.tar.gz
6548905 ncp crypto registration during attach deadlocks in devfs during boot
Diffstat (limited to 'usr/src/uts/common/sys/crypto/impl.h')
-rw-r--r--usr/src/uts/common/sys/crypto/impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/crypto/impl.h b/usr/src/uts/common/sys/crypto/impl.h
index 9f26e3c8d6..eeab5f3f07 100644
--- a/usr/src/uts/common/sys/crypto/impl.h
+++ b/usr/src/uts/common/sys/crypto/impl.h
@@ -130,6 +130,7 @@ typedef struct kcf_sched_info {
typedef enum {
KCF_PROV_ALLOCATED = 1,
KCF_PROV_UNVERIFIED,
+ KCF_PROV_VERIFICATION_FAILED,
/*
* state < KCF_PROV_READY means the provider can not
* be used at all.