Searched refs:fl_threshold (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlottable.c153 fl.fl_list.fl_threshold[i].mech_type;
155 fl.fl_list.fl_threshold[i].mech_threshold;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c826 fl->fl_threshold[0].mech_type = CKM_DES3_CBC;
827 fl->fl_threshold[0].mech_threshold = kcf_des3_threshold;
828 fl->fl_threshold[1].mech_type = CKM_DES3_ECB;
829 fl->fl_threshold[1].mech_threshold = kcf_des3_threshold;
830 fl->fl_threshold[2].mech_type = CKM_AES_CBC;
831 fl->fl_threshold[2].mech_threshold = kcf_aes_threshold;
832 fl->fl_threshold[3].mech_type = CKM_AES_ECB;
833 fl->fl_threshold[3].mech_threshold = kcf_aes_threshold;
834 fl->fl_threshold[4].mech_type = CKM_RC4;
835 fl->fl_threshold[
[all...]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h142 fl_mechs_threshold_t fl_threshold[MAX_NUM_THRESHOLD]; member in struct:crypto_function_list

Completed in 76 milliseconds