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

/osnet-11/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h45 boolean_t ignore_response_sign; member in struct:__anon1839
102 #define VAL_OCSP_IGNORE_RESP_SIGN VAL_OCSP_BASIC.ignore_response_sign
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c1746 boolean_t ignore_response_sign = B_FALSE; local
1771 * Get the ignore_response_sign policy.
1773 * If ignore_response_sign is FALSE, we need to verify the response.
1777 ignore_response_sign = policy->VAL_OCSP_BASIC.ignore_response_sign;
1779 if (ignore_response_sign == B_FALSE &&
1922 KMF_IGNORE_RESPONSE_SIGN_ATTR, &ignore_response_sign,
H A Dpolicy.c104 vinfo->ocsp_info.basic.ignore_response_sign = 1;
598 if (basic->ignore_response_sign &&
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2656 boolean_t ignore_response_sign = B_FALSE; /* default is FALSE */ local
2727 (void *)&ignore_response_sign, NULL);
2734 if (ignore_response_sign == B_FALSE) {

Completed in 44 milliseconds