Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c811 CK_MECHANISM_TYPE_PTR pol_mechs; in pkcs11_is_dismech() local
817 pol_mechs = slottable->st_slots[slotid]->sl_pol_mechs; in pkcs11_is_dismech()
822 if ((!enabled_pol) && (pol_mechs == NULL)) { in pkcs11_is_dismech()
825 } else if (pol_mechs == NULL) { in pkcs11_is_dismech()
839 if (pol_mechs[i] == mech) { in pkcs11_is_dismech()