Home
last modified time | relevance | path

Searched refs:meta_mechs_threshold (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c65 cipher_mechs_threshold_t meta_mechs_threshold[MAX_NUM_THRESHOLD]; variable
597 (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()
H A DmetaUtil.c33 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()