Lines Matching defs:value
62 int OCSP_REQUEST_add1_ext_i2d(OCSP_REQUEST *x, int nid, void *value, int crit,
65 return X509V3_add1_i2d(&x->tbsRequest.requestExtensions, nid, value,
114 int OCSP_ONEREQ_add1_ext_i2d(OCSP_ONEREQ *x, int nid, void *value, int crit,
117 return X509V3_add1_i2d(&x->singleRequestExtensions, nid, value, crit,
170 int OCSP_BASICRESP_add1_ext_i2d(OCSP_BASICRESP *x, int nid, void *value,
174 value, crit, flags);
223 int OCSP_SINGLERESP_add1_ext_i2d(OCSP_SINGLERESP *x, int nid, void *value,
226 return X509V3_add1_i2d(&x->singleExtensions, nid, value, crit, flags);
297 * Return value reflects result:
313 * the nonce and comparing its value there is no need to use
315 * ASN1_OCTET_STRING structure for the value which would be
344 * Copy the nonce value (if any) from an OCSP request to a response.
430 * two--NID_ad_ocsp, NID_id_ad_caIssuers--and GeneralName value. This method