Searched refs:meta_mechs_threshold (Results 1 – 2 of 2) sorted by relevance
65 cipher_mechs_threshold_t meta_mechs_threshold[MAX_NUM_THRESHOLD]; variable597 (void) memset(meta_mechs_threshold, 0, in pkcs11_slot_mapping()598 sizeof (meta_mechs_threshold)); in pkcs11_slot_mapping()599 Tmp_GetThreshold(meta_mechs_threshold); in pkcs11_slot_mapping()
33 extern cipher_mechs_threshold_t meta_mechs_threshold[];480 if (mechanism == meta_mechs_threshold[i].mech_type) in meta_GetThreshold()481 return (meta_mechs_threshold[i].mech_threshold); in meta_GetThreshold()