Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dmodify.c411 plc.VAL_CRL_PROXY = get_string(optarg_av, &rv); in kc_modify_policy()
412 if (plc.VAL_CRL_PROXY == NULL) { in kc_modify_policy()
805 if (oplc.VAL_CRL_PROXY) { in kc_modify_policy()
806 free(oplc.VAL_CRL_PROXY); in kc_modify_policy()
807 oplc.VAL_CRL_PROXY = NULL; in kc_modify_policy()
838 if (oplc.VAL_CRL_PROXY) in kc_modify_policy()
839 free(oplc.VAL_CRL_PROXY); in kc_modify_policy()
840 oplc.VAL_CRL_PROXY = plc.VAL_CRL_PROXY; in kc_modify_policy()
H A Dcreate.c327 plc.VAL_CRL_PROXY = get_string(optarg_av, &rv); in kc_create()
328 if (plc.VAL_CRL_PROXY == NULL) { in kc_create()
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h115 #define VAL_CRL_PROXY validation_info.crl_info.proxy macro