diff options
Diffstat (limited to 'usr/src/uts/common/sys/crypto/ioctl.h')
-rw-r--r-- | usr/src/uts/common/sys/crypto/ioctl.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/crypto/ioctl.h b/usr/src/uts/common/sys/crypto/ioctl.h index 74fab17ca1..6fdc4dfe14 100644 --- a/usr/src/uts/common/sys/crypto/ioctl.h +++ b/usr/src/uts/common/sys/crypto/ioctl.h @@ -131,10 +131,13 @@ typedef struct crypto_function_list { boolean_t fl_init_pin; boolean_t fl_set_pin; - boolean_t prov_is_limited; + boolean_t prov_is_hash_limited; uint32_t prov_hash_threshold; uint32_t prov_hash_limit; + boolean_t prov_is_hmac_limited; + uint32_t prov_hmac_limit; + int total_threshold_count; fl_mechs_threshold_t fl_threshold[MAX_NUM_THRESHOLD]; } crypto_function_list_t; |