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

/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c64 cipher_mechs_threshold_t meta_mechs_threshold[MAX_NUM_THRESHOLD]; variable
854 (void) memset(meta_mechs_threshold, 0,
855 sizeof (meta_mechs_threshold));
856 Tmp_GetThreshold(meta_mechs_threshold);
H A DmetaUtil.c33 extern cipher_mechs_threshold_t meta_mechs_threshold[];
480 if (mechanism == meta_mechs_threshold[i].mech_type)
481 return (meta_mechs_threshold[i].mech_threshold);

Completed in 308 milliseconds