Searched refs:VAL_OCSP_BASIC (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h97 #define VAL_OCSP_BASIC VAL_OCSP.basic macro
98 #define VAL_OCSP_RESPONDER_URI VAL_OCSP_BASIC.responderURI
99 #define VAL_OCSP_PROXY VAL_OCSP_BASIC.proxy
100 #define VAL_OCSP_URI_FROM_CERT VAL_OCSP_BASIC.uri_from_cert
101 #define VAL_OCSP_RESP_LIFETIME VAL_OCSP_BASIC.response_lifetime
102 #define VAL_OCSP_IGNORE_RESP_SIGN VAL_OCSP_BASIC.ignore_response_sign
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c874 if (policy->VAL_OCSP_BASIC.uri_from_cert == 0) {
875 if (policy->VAL_OCSP_BASIC.responderURI == NULL) {
879 host_uri = policy->VAL_OCSP_BASIC.responderURI;
932 if (policy->VAL_OCSP_BASIC.proxy != NULL) {
935 strtok_r(policy->VAL_OCSP_BASIC.proxy, ":", &last);
H A Dpolicy.c831 FREE_POLICY_STR(policy->VAL_OCSP_BASIC.responderURI)
832 FREE_POLICY_STR(policy->VAL_OCSP_BASIC.proxy)
833 FREE_POLICY_STR(policy->VAL_OCSP_BASIC.response_lifetime)
1315 if ((policy->VAL_OCSP_BASIC.responderURI == NULL &&
1316 policy->VAL_OCSP_BASIC.uri_from_cert == B_FALSE) ||
1317 (policy->VAL_OCSP_BASIC.responderURI != NULL &&
1318 policy->VAL_OCSP_BASIC.uri_from_cert == B_TRUE))
H A Dcertop.c1765 if (policy->VAL_OCSP_BASIC.response_lifetime != NULL &&
1766 (str2lifetime(policy->VAL_OCSP_BASIC.response_lifetime, &ltime)
1777 ignore_response_sign = policy->VAL_OCSP_BASIC.ignore_response_sign;

Completed in 25 milliseconds