Searched refs:cert_ids (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/ts/
H A Dts_rsp_verify.c71 static int TS_find_cert(STACK_OF(ESS_CERT_ID) *cert_ids, X509 *cert);
265 STACK_OF(ESS_CERT_ID) *cert_ids = NULL;
271 cert_ids = ss->cert_ids;
272 /* The signer certificate must be the first in cert_ids. */
274 if (TS_find_cert(cert_ids, cert) != 0) goto err;
277 than one certificate ids in cert_ids. */
278 if (sk_ESS_CERT_ID_num(cert_ids) > 1)
280 /* All the certificates of the chain must be in cert_ids. */
284 if (TS_find_cert(cert_ids, cer
[all...]
H A Dts_rsp_sign.c829 if (!sc->cert_ids && !(sc->cert_ids = sk_ESS_CERT_ID_new_null()))
834 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
841 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
H A Dts_asn1.c271 ASN1_SEQUENCE_OF(ESS_SIGNING_CERT, cert_ids, ESS_CERT_ID),
H A Dts.h282 STACK_OF(ESS_CERT_ID) *cert_ids; member in struct:ESS_signing_cert
/barrelfish-master/include/openssl/
H A Dts.h282 STACK_OF(ESS_CERT_ID) *cert_ids; member in struct:ESS_signing_cert

Completed in 99 milliseconds