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

/opensolaris-onvv-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c1069 CK_MECHANISM_TYPE_PTR pol_mechs; local
1075 pol_mechs = slottable->st_slots[slotid]->sl_pol_mechs;
1080 if ((!enabled_pol) && (pol_mechs == NULL)) {
1083 } else if (pol_mechs == NULL) {
1097 if (pol_mechs[i] == mech) {

Completed in 107 milliseconds