Lines Matching refs:STACK_OF

40     STACK_OF(X509_NAME_ENTRY) *entries; /* DN components */
73 STACK_OF(X509_ATTRIBUTE) *attributes;
95 STACK_OF(X509_REVOKED) *revoked; /* revoked entries: optional */
96 STACK_OF(X509_EXTENSION) *extensions; /* extensions: optional */
118 STACK_OF(GENERAL_NAMES) *issuers;
133 STACK_OF(X509_EXTENSION) *extensions; /* CRL entry extensions: optional */
135 STACK_OF(GENERAL_NAME) *issuer;
153 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */
154 STACK_OF(ASN1_OBJECT) *reject; /* rejected uses */
157 STACK_OF(X509_ALGOR) *other; /* other unspecified info */
170 STACK_OF(X509_EXTENSION) *extensions; /* [ 3 ] optional in v3 */
191 STACK_OF(DIST_POINT) *crldp;
192 STACK_OF(GENERAL_NAME) *altname;
195 STACK_OF(IPAddressFamily) *rfc3779_addr;
221 STACK_OF(X509) *untrusted;
223 STACK_OF(X509_CRL) *crls;
246 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx,
249 STACK_OF(X509_CRL) *(*lookup_crls) (const X509_STORE_CTX *ctx,
258 STACK_OF(X509) *chain;
294 STACK_OF(X509_ATTRIBUTE) *attributes;
325 int ossl_x509_add_cert_new(STACK_OF(X509) **sk, X509 *cert, int flags);
326 int ossl_x509_add_certs_new(STACK_OF(X509) **p_sk, STACK_OF(X509) *certs,
329 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_dup(const STACK_OF(X509_ATTRIBUTE) *x);
371 size_t vallen, STACK_OF(CONF_VALUE) **extlist);
373 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x,
375 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) **x,
380 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) **x,
384 STACK_OF(X509_ATTRIBUTE) *ossl_x509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) **x,