Home | History | Annotate | Download | only in ocsp

Lines Matching refs:signature

144 /*   Signature       ::=     SEQUENCE {
146 * signature BIT STRING,
152 ASN1_BIT_STRING *signature;
158 * optionalSignature [0] EXPLICIT Signature OPTIONAL }
291 * signature BIT STRING,
295 The value for "signature" is specified in the OCSP rfc2560 as follows:
296 "The value for the signature SHALL be computed on the hash of the DER
302 hash. So, we look at the signature-specification algorithm, and try to do
314 ASN1_BIT_STRING *signature;
389 o->optionalSignature->signature,o->tbsRequest,pkey,md)
393 o->signature,o->tbsResponseData,pkey,md)
397 a->optionalSignature->signature,a->tbsRequest,r)
400 a->signatureAlgorithm,a->signature,a->tbsResponseData,r)