Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h44 char *response_lifetime; member
101 #define VAL_OCSP_RESP_LIFETIME VAL_OCSP_BASIC.response_lifetime
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dlist.c116 plc->VAL_OCSP_BASIC.response_lifetime ? in show_policy()
117 plc->VAL_OCSP_BASIC.response_lifetime : "<null>"); in show_policy()
H A Dmodify.c699 if (oplc.VAL_OCSP_BASIC.response_lifetime) { in kc_modify_policy()
700 free(oplc.VAL_OCSP_BASIC.response_lifetime); in kc_modify_policy()
701 oplc.VAL_OCSP_BASIC.response_lifetime = NULL; in kc_modify_policy()
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c97 vinfo->ocsp_info.basic.response_lifetime = in parseOCSPValidation()
594 if (basic->response_lifetime && in AddOCSPNodes()
596 basic->response_lifetime)) in AddOCSPNodes()
833 FREE_POLICY_STR(policy->VAL_OCSP_BASIC.response_lifetime) in kmf_free_policy_record()
H A Dcertop.c1760 if (policy->VAL_OCSP_BASIC.response_lifetime != NULL && in cert_ocsp_check()
1761 (str2lifetime(policy->VAL_OCSP_BASIC.response_lifetime, &ltime) in cert_ocsp_check()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2694 uint32_t response_lifetime; in OpenSSL_GetOCSPStatusForCert() local
2821 (void *)&response_lifetime, NULL); in OpenSSL_GetOCSPStatusForCert()
2824 response_lifetime)) { in OpenSSL_GetOCSPStatusForCert()