Searched refs:GENERAL_NAMES (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/lib/libcrypto/x509/
H A Dx509_alt.c68 static GENERAL_NAMES *v2i_subject_alt(X509V3_EXT_METHOD *method,
70 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method,
72 static int copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p);
73 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens);
129 i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, GENERAL_NAMES *gens,
317 static GENERAL_NAMES *
321 GENERAL_NAMES *gens = NULL;
355 copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens)
357 GENERAL_NAMES *ialt = NULL;
399 static GENERAL_NAMES *
[all...]
H A Dx509_genn.c305 .sname = "GENERAL_NAMES",
309 GENERAL_NAMES *
310 d2i_GENERAL_NAMES(GENERAL_NAMES **a, const unsigned char **in, long len)
312 return (GENERAL_NAMES *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
318 i2d_GENERAL_NAMES(GENERAL_NAMES *a, unsigned char **out)
324 GENERAL_NAMES *
327 return (GENERAL_NAMES *)ASN1_item_new(&GENERAL_NAMES_it);
332 GENERAL_NAMES_free(GENERAL_NAMES *a)
H A Dx509v3.h219 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; typedef
220 DECLARE_STACK_OF(GENERAL_NAMES)
227 GENERAL_NAMES *fullname;
251 GENERAL_NAMES *CRLissuer;
261 GENERAL_NAMES *issuer;
502 GENERAL_NAMES *GENERAL_NAMES_new(void);
503 void GENERAL_NAMES_free(GENERAL_NAMES *a);
504 GENERAL_NAMES *d2i_GENERAL_NAMES(GENERAL_NAMES **a, const unsigned char **in, long len);
505 int i2d_GENERAL_NAMES(GENERAL_NAMES *
[all...]
H A Dx509_utl.c76 GENERAL_NAMES *gens);
637 GENERAL_NAMES *gens;
675 GENERAL_NAMES *gens;
690 get_email(X509_NAME *name, GENERAL_NAMES *gens)
1064 GENERAL_NAMES *gens = NULL;
H A Dx509_local.h233 STACK_OF(GENERAL_NAMES) *issuers;
H A Dx509_crld.c312 GENERAL_NAMES *gens = NULL;
H A Dx509_purp.c874 GENERAL_NAMES *gens;
H A Dx509_vfy.c1391 * 2. One full, one relative. Compare X509_NAME to GENERAL_NAMES.
1392 * 3. Both are full names and compare two GENERAL_NAMES.
1400 GENERAL_NAMES *gens = NULL;
1418 /* Case 2: set name and GENERAL_NAMES appropriately */
1424 /* Case 2: set name and GENERAL_NAMES appropriately */
1429 /* Handle case 2 with one GENERAL_NAMES and one X509_NAME */
1441 /* Else case 3: two GENERAL_NAMES */
/openbsd-current/lib/libcrypto/cms/
H A Dcms_ess.c125 STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo)
189 int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist,
190 STACK_OF(GENERAL_NAMES) **prto)
H A Dcms.h320 int allorfirst, STACK_OF(GENERAL_NAMES) *receiptList,
321 STACK_OF(GENERAL_NAMES) *receiptsTo);
324 int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist,
325 STACK_OF(GENERAL_NAMES) **prto);
H A Dcms_local.h372 STACK_OF(GENERAL_NAMES) *receiptsTo;
379 STACK_OF(GENERAL_NAMES) *receiptList;
/openbsd-current/usr.sbin/acme-client/
H A Drevokeproc.c65 GENERAL_NAMES *sans = NULL;
/openbsd-current/lib/libcrypto/stack/
H A Dsafestack.h754 #define sk_GENERAL_NAMES_new(cmp) SKM_sk_new(GENERAL_NAMES, (cmp))
755 #define sk_GENERAL_NAMES_new_null() SKM_sk_new_null(GENERAL_NAMES)
756 #define sk_GENERAL_NAMES_free(st) SKM_sk_free(GENERAL_NAMES, (st))
757 #define sk_GENERAL_NAMES_num(st) SKM_sk_num(GENERAL_NAMES, (st))
758 #define sk_GENERAL_NAMES_value(st, i) SKM_sk_value(GENERAL_NAMES, (st), (i))
759 #define sk_GENERAL_NAMES_set(st, i, val) SKM_sk_set(GENERAL_NAMES, (st), (i), (val))
760 #define sk_GENERAL_NAMES_zero(st) SKM_sk_zero(GENERAL_NAMES, (st))
761 #define sk_GENERAL_NAMES_push(st, val) SKM_sk_push(GENERAL_NAMES, (st), (val))
762 #define sk_GENERAL_NAMES_unshift(st, val) SKM_sk_unshift(GENERAL_NAMES, (st), (val))
763 #define sk_GENERAL_NAMES_find(st, val) SKM_sk_find(GENERAL_NAMES, (s
[all...]
/openbsd-current/usr.bin/openssl/
H A Dcms.c1806 gnames_stack_print(BIO *out, STACK_OF(GENERAL_NAMES) *gns)
1831 STACK_OF(GENERAL_NAMES) *rto, *rlist;
1875 static STACK_OF(GENERAL_NAMES) *
1879 STACK_OF(GENERAL_NAMES) *ret;
1880 GENERAL_NAMES *gens = NULL;
1916 STACK_OF(GENERAL_NAMES) *rct_to = NULL, *rct_from = NULL;
/openbsd-current/lib/libcrypto/asn1/
H A Dx_crl.c191 GENERAL_NAMES *gens, *gtmp;
/openbsd-current/usr.sbin/rpki-client/
H A Dx509.c797 GENERAL_NAMES *names;

Completed in 238 milliseconds