Lines Matching refs:STACK_OF
72 STACK_OF(X509) *untrusted; /* untrusted (intermediate CA) certs */
83 STACK_OF(X509) *chain; /* (cached) chain of protection cert including it */
101 STACK_OF(OSSL_CMP_ITAV) *geninfo_ITAVs;
104 STACK_OF(X509) *extraCertsOut; /* to be included in request messages */
113 STACK_OF(GENERAL_NAME) *subjectAltNames; /* to add to the cert template */
125 STACK_OF(OSSL_CMP_ITAV) *genm_ITAVs; /* content of general message */
132 STACK_OF(X509) *newChain; /* chain of newly enrolled cert received */
133 STACK_OF(X509) *caPubs; /* CA certs received from server (in IP message) */
134 STACK_OF(X509) *extraCertsIn; /* extraCerts received from server */
248 typedef STACK_OF(OSSL_CMP_MSG) OSSL_CMP_MSGS;
264 STACK_OF(X509_ALGOR) *signKeyPairTypes;
266 STACK_OF(X509_ALGOR) *encKeyPairTypes;
274 STACK_OF(ASN1_OBJECT) *unsupportedOIDs;
288 STACK_OF(ASN1_UTF8STRING) *suppLangTagsValue;
290 STACK_OF(ASN1_UTF8STRING) *certProfile;
292 STACK_OF(X509) *caCerts;
300 STACK_OF(OSSL_CMP_CRLSTATUS) *crlStatusList;
302 STACK_OF(X509_CRL) *crls;
377 STACK_OF(OSSL_CMP_PKISI) *status;
378 STACK_OF(OSSL_CRMF_CERTID) *revCerts;
379 STACK_OF(X509_CRL) *crls;
396 STACK_OF(X509) *caCerts;
397 STACK_OF(OSSL_CMP_CERTIFIEDKEYPAIR) *keyPairHist;
437 typedef STACK_OF(OSSL_CMP_CERTSTATUS) OSSL_CMP_CERTCONFIRMCONTENT;
469 STACK_OF(X509) *caPubs;
470 STACK_OF(OSSL_CMP_CERTRESPONSE) *response;
484 typedef STACK_OF(OSSL_CMP_POLLREQ) OSSL_CMP_POLLREQCONTENT;
550 STACK_OF(OSSL_CMP_ITAV) *generalInfo; /* 8 */
553 typedef STACK_OF(OSSL_CMP_CHALLENGE) OSSL_CMP_POPODECKEYCHALLCONTENT;
555 typedef STACK_OF(ASN1_INTEGER) OSSL_CMP_POPODECKEYRESPCONTENT;
557 typedef STACK_OF(OSSL_CMP_REVDETAILS) OSSL_CMP_REVREQCONTENT;
559 typedef STACK_OF(X509_CRL) OSSL_CMP_CRLANNCONTENT;
561 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENMSGCONTENT;
563 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENREPCONTENT;
728 STACK_OF(X509) *extraCerts; /* 1 */
826 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs,
828 STACK_OF(X509) *ossl_cmp_X509_STORE_get1_certs(X509_STORE *store);
829 int ossl_cmp_sk_ASN1_UTF8STRING_push_str(STACK_OF(ASN1_UTF8STRING) *sk,
869 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
870 int ossl_cmp_ctx_set1_caPubs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *caPubs);
872 STACK_OF(X509) *extraCertsIn);
902 const STACK_OF(OSSL_CMP_ITAV) *itavs);
956 STACK_OF(X509) *chain, STACK_OF(X509) *caPubs,
967 const STACK_OF(OSSL_CMP_ITAV) *itavs);
970 const STACK_OF(OSSL_CMP_ITAV) *itavs);