Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c826 fl->fl_threshold[0].mech_type = CKM_DES3_CBC; in crypto_build_function_list()
827 fl->fl_threshold[0].mech_threshold = kcf_des3_threshold; in crypto_build_function_list()
828 fl->fl_threshold[1].mech_type = CKM_DES3_ECB; in crypto_build_function_list()
829 fl->fl_threshold[1].mech_threshold = kcf_des3_threshold; in crypto_build_function_list()
830 fl->fl_threshold[2].mech_type = CKM_AES_CBC; in crypto_build_function_list()
831 fl->fl_threshold[2].mech_threshold = kcf_aes_threshold; in crypto_build_function_list()
832 fl->fl_threshold[3].mech_type = CKM_AES_ECB; in crypto_build_function_list()
833 fl->fl_threshold[3].mech_threshold = kcf_aes_threshold; in crypto_build_function_list()
834 fl->fl_threshold[4].mech_type = CKM_RC4; in crypto_build_function_list()
835 fl->fl_threshold[4].mech_threshold = kcf_rc4_threshold; in crypto_build_function_list()
[all …]
/titanic_44/usr/src/uts/common/sys/crypto/
H A Dioctl.h142 fl_mechs_threshold_t fl_threshold[MAX_NUM_THRESHOLD]; member