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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_rsp_verify.c73 static int TS_find_cert(STACK_OF(ESS_CERT_ID) *cert_ids, X509 *cert);
282 STACK_OF(ESS_CERT_ID) *cert_ids = NULL;
289 cert_ids = ss->cert_ids;
290 /* The signer certificate must be the first in cert_ids. */
292 if (TS_find_cert(cert_ids, cert) != 0)
297 * certificate ids in cert_ids.
299 if (sk_ESS_CERT_ID_num(cert_ids) > 1) {
300 /* All the certificates of the chain must be in cert_ids. */
303 if (TS_find_cert(cert_ids, cer
[all...]
H A Dts_rsp_sign.c823 if (!sc->cert_ids && !(sc->cert_ids = sk_ESS_CERT_ID_new_null()))
828 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
834 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
H A Dts_asn1.c279 ASN1_SEQUENCE_OF(ESS_SIGNING_CERT, cert_ids, ESS_CERT_ID),
H A Dts.h273 STACK_OF(ESS_CERT_ID) *cert_ids; member in struct:ESS_signing_cert
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_rsp_verify.c73 static int TS_find_cert(STACK_OF(ESS_CERT_ID) *cert_ids, X509 *cert);
282 STACK_OF(ESS_CERT_ID) *cert_ids = NULL;
289 cert_ids = ss->cert_ids;
290 /* The signer certificate must be the first in cert_ids. */
292 if (TS_find_cert(cert_ids, cert) != 0)
297 * certificate ids in cert_ids.
299 if (sk_ESS_CERT_ID_num(cert_ids) > 1) {
300 /* All the certificates of the chain must be in cert_ids. */
303 if (TS_find_cert(cert_ids, cer
[all...]
H A Dts_rsp_sign.c823 if (!sc->cert_ids && !(sc->cert_ids = sk_ESS_CERT_ID_new_null()))
828 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
834 || !sk_ESS_CERT_ID_push(sc->cert_ids, cid))
H A Dts_asn1.c279 ASN1_SEQUENCE_OF(ESS_SIGNING_CERT, cert_ids, ESS_CERT_ID),
H A Dts.h273 STACK_OF(ESS_CERT_ID) *cert_ids; member in struct:ESS_signing_cert

Completed in 55 milliseconds