Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c243 if (strncmp(buf, EF_DISABLED, sizeof (EF_DISABLED) - 1) == 0) { in parse_policylist()
H A Dcryptoutil.h65 #define EF_DISABLED "disabledlist=" macro
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c194 } else if (strncmp(buf, EF_DISABLED, strlen(EF_DISABLED)) == 0) { in parse_sup_dis_list()
536 if (strlcat(buf, EF_DISABLED, BUFSIZ) >= BUFSIZ) { in ent2str()
H A Dadm_uef.c1363 if (strlcat(buf, EF_DISABLED, BUFSIZ) >= BUFSIZ) { in uent2str()