Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c131 boolean_t has_mechs = B_FALSE; in list_policy_for_soft() local
151 has_mechs = B_TRUE; in list_policy_for_soft()
161 print_kef_policy(provname, pent, has_random, has_mechs); in list_policy_for_soft()
192 boolean_t has_mechs = B_FALSE; in list_policy_for_hard() local
213 has_mechs = B_TRUE; in list_policy_for_hard()
230 print_kef_policy(provname, pent, has_random, has_mechs); in list_policy_for_hard()
H A Dcryptoadm.h124 boolean_t has_random, boolean_t has_mechs);
H A Dadm_kef_util.c1273 boolean_t has_mechs) in print_kef_policy() argument
1285 if (has_mechs == B_TRUE) { in print_kef_policy()