Lines Matching refs:STACK_OF

68     STACK_OF(X509) *untrusted; /* untrusted (intermediate CA) certs */
79 STACK_OF(X509) *chain; /* (cached) chain of protection cert including it */
96 STACK_OF(OSSL_CMP_ITAV) *geninfo_ITAVs;
99 STACK_OF(X509) *extraCertsOut; /* to be included in request messages */
107 STACK_OF(GENERAL_NAME) *subjectAltNames; /* to add to the cert template */
119 STACK_OF(OSSL_CMP_ITAV) *genm_ITAVs; /* content of general message */
126 STACK_OF(X509) *newChain; /* chain of newly enrolled cert received */
127 STACK_OF(X509) *caPubs; /* CA certs received from server (in IP message) */
128 STACK_OF(X509) *extraCertsIn; /* extraCerts received from server */
209 typedef STACK_OF(OSSL_CMP_MSG) OSSL_CMP_MSGS;
225 STACK_OF(X509_ALGOR) *signKeyPairTypes;
227 STACK_OF(X509_ALGOR) *encKeyPairTypes;
235 STACK_OF(ASN1_OBJECT) *unsupportedOIDs;
249 STACK_OF(ASN1_UTF8STRING) *suppLangTagsValue;
323 STACK_OF(OSSL_CMP_PKISI) *status;
324 STACK_OF(OSSL_CRMF_CERTID) *revCerts;
325 STACK_OF(X509_CRL) *crls;
342 STACK_OF(X509) *caCerts;
343 STACK_OF(OSSL_CMP_CERTIFIEDKEYPAIR) *keyPairHist;
381 typedef STACK_OF(OSSL_CMP_CERTSTATUS) OSSL_CMP_CERTCONFIRMCONTENT;
413 STACK_OF(X509) *caPubs;
414 STACK_OF(OSSL_CMP_CERTRESPONSE) *response;
428 typedef STACK_OF(OSSL_CMP_POLLREQ) OSSL_CMP_POLLREQCONTENT;
494 STACK_OF(OSSL_CMP_ITAV) *generalInfo; /* 8 */
497 typedef STACK_OF(OSSL_CMP_CHALLENGE) OSSL_CMP_POPODECKEYCHALLCONTENT;
499 typedef STACK_OF(ASN1_INTEGER) OSSL_CMP_POPODECKEYRESPCONTENT;
501 typedef STACK_OF(OSSL_CMP_REVDETAILS) OSSL_CMP_REVREQCONTENT;
503 typedef STACK_OF(X509_CRL) OSSL_CMP_CRLANNCONTENT;
505 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENMSGCONTENT;
507 typedef STACK_OF(OSSL_CMP_ITAV) OSSL_CMP_GENREPCONTENT;
672 STACK_OF(X509) *extraCerts; /* 1 */
743 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs,
745 STACK_OF(X509) *ossl_cmp_X509_STORE_get1_certs(X509_STORE *store);
746 int ossl_cmp_sk_ASN1_UTF8STRING_push_str(STACK_OF(ASN1_UTF8STRING) *sk,
786 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain);
787 int ossl_cmp_ctx_set1_caPubs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *caPubs);
789 STACK_OF(X509) *extraCertsIn);
816 const STACK_OF(OSSL_CMP_ITAV) *itavs);
868 STACK_OF(X509) *chain, STACK_OF(X509) *caPubs,
879 const STACK_OF(OSSL_CMP_ITAV) *itavs);
882 const STACK_OF(OSSL_CMP_ITAV) *itavs);