Home
last modified time | relevance | path

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; in kernel_get_func_list()
155 fl.fl_list.fl_threshold[i].mech_threshold; in kernel_get_func_list()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c838 fl->fl_threshold[0].mech_type = CKM_DES3_CBC; in crypto_build_function_list()
840 fl->fl_threshold[1].mech_type = CKM_DES3_ECB; in crypto_build_function_list()
842 fl->fl_threshold[2].mech_type = CKM_AES_CBC; in crypto_build_function_list()
843 fl->fl_threshold[2].mech_threshold = kcf_aes_threshold; in crypto_build_function_list()
844 fl->fl_threshold[3].mech_type = CKM_AES_ECB; in crypto_build_function_list()
845 fl->fl_threshold[3].mech_threshold = kcf_aes_threshold; in crypto_build_function_list()
846 fl->fl_threshold[4].mech_type = CKM_RC4; in crypto_build_function_list()
847 fl->fl_threshold[4].mech_threshold = kcf_rc4_threshold; in crypto_build_function_list()
848 fl->fl_threshold[5].mech_type = CKM_MD5; in crypto_build_function_list()
849 fl->fl_threshold[5].mech_threshold = kcf_md5_threshold; in crypto_build_function_list()
[all …]
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h142 fl_mechs_threshold_t fl_threshold[MAX_NUM_THRESHOLD]; member