/openbsd/lib/libcrypto/x509/ |
H A D | x509_alt.c | 70 static GENERAL_NAMES *v2i_issuer_alt(X509V3_EXT_METHOD *method, 73 static int copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens); 335 static GENERAL_NAMES * 339 GENERAL_NAMES *gens = NULL; in v2i_issuer_alt() 373 copy_issuer(X509V3_CTX *ctx, GENERAL_NAMES *gens) in copy_issuer() 375 GENERAL_NAMES *ialt = NULL; in copy_issuer() 417 static GENERAL_NAMES * 421 GENERAL_NAMES *gens = NULL; in v2i_subject_alt() 461 copy_email(X509V3_CTX *ctx, GENERAL_NAMES *gens, int move_p) in copy_email() 514 GENERAL_NAMES * [all …]
|
H A D | x509_genn.c | 313 GENERAL_NAMES * 314 d2i_GENERAL_NAMES(GENERAL_NAMES **a, const unsigned char **in, long len) in d2i_GENERAL_NAMES() 316 return (GENERAL_NAMES *)ASN1_item_d2i((ASN1_VALUE **)a, in, len, in d2i_GENERAL_NAMES() 322 i2d_GENERAL_NAMES(GENERAL_NAMES *a, unsigned char **out) in i2d_GENERAL_NAMES() 328 GENERAL_NAMES * 331 return (GENERAL_NAMES *)ASN1_item_new(&GENERAL_NAMES_it); in GENERAL_NAMES_new() 336 GENERAL_NAMES_free(GENERAL_NAMES *a) in GENERAL_NAMES_free()
|
H A D | x509v3.h | 209 typedef STACK_OF(GENERAL_NAME) GENERAL_NAMES; typedef 210 DECLARE_STACK_OF(GENERAL_NAMES) 217 GENERAL_NAMES *fullname; 241 GENERAL_NAMES *CRLissuer; 251 GENERAL_NAMES *issuer; 492 GENERAL_NAMES *GENERAL_NAMES_new(void); 493 void GENERAL_NAMES_free(GENERAL_NAMES *a); 494 GENERAL_NAMES *d2i_GENERAL_NAMES(GENERAL_NAMES **a, const unsigned char **in, long len); 495 int i2d_GENERAL_NAMES(GENERAL_NAMES *a, unsigned char **out); 499 GENERAL_NAMES *gen, STACK_OF(CONF_VALUE) *extlist); [all …]
|
H A D | x509_utl.c | 78 GENERAL_NAMES *gens); 636 GENERAL_NAMES *gens; in STACK_OF() 674 GENERAL_NAMES *gens; in STACK_OF() 689 get_email(X509_NAME *name, GENERAL_NAMES *gens) in STACK_OF() 1063 GENERAL_NAMES *gens = NULL; in do_x509_check()
|
H A D | x509_local.h | 247 STACK_OF(GENERAL_NAMES) *issuers;
|
H A D | x509_purp.c | 874 GENERAL_NAMES *gens; in X509_check_akid()
|
H A D | x509_crld.c | 324 GENERAL_NAMES *gens = NULL; in v2i_crld()
|
H A D | x509_vfy.c | 1400 GENERAL_NAMES *gens = NULL; in idp_check_dp()
|
/openbsd/lib/libcrypto/cms/ |
H A D | cms_ess.c | 126 STACK_OF(GENERAL_NAMES) *receiptList, STACK_OF(GENERAL_NAMES) *receiptsTo) in CMS_ReceiptRequest_create0() 190 int *pallorfirst, STACK_OF(GENERAL_NAMES) **plist, in CMS_ReceiptRequest_get0_values() 191 STACK_OF(GENERAL_NAMES) **prto) in CMS_ReceiptRequest_get0_values()
|
H A D | cms.h | 320 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 D | cms_local.h | 372 STACK_OF(GENERAL_NAMES) *receiptsTo; 379 STACK_OF(GENERAL_NAMES) *receiptList;
|
/openbsd/lib/libcrypto/stack/ |
H A D | safestack.h | 754 #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)) 760 #define sk_GENERAL_NAMES_zero(st) SKM_sk_zero(GENERAL_NAMES, (st)) 768 #define sk_GENERAL_NAMES_dup(st) SKM_sk_dup(GENERAL_NAMES, st) 770 #define sk_GENERAL_NAMES_shift(st) SKM_sk_shift(GENERAL_NAMES, (st)) 771 #define sk_GENERAL_NAMES_pop(st) SKM_sk_pop(GENERAL_NAMES, (st)) 772 #define sk_GENERAL_NAMES_sort(st) SKM_sk_sort(GENERAL_NAMES, (st)) [all …]
|
/openbsd/usr.bin/openssl/ |
H A D | cms.c | 1833 gnames_stack_print(BIO *out, STACK_OF(GENERAL_NAMES) *gns) in gnames_stack_print() 1858 STACK_OF(GENERAL_NAMES) *rto, *rlist; in receipt_request_print() 1902 static STACK_OF(GENERAL_NAMES) * in STACK_OF() argument 1906 STACK_OF(GENERAL_NAMES) *ret; in STACK_OF() 1907 GENERAL_NAMES *gens = NULL; in STACK_OF() 1943 STACK_OF(GENERAL_NAMES) *rct_to = NULL, *rct_from = NULL; in make_receipt_request()
|
/openbsd/usr.sbin/acme-client/ |
H A D | revokeproc.c | 65 GENERAL_NAMES *sans = NULL; in revokeproc()
|
/openbsd/lib/libcrypto/asn1/ |
H A D | x_crl.c | 193 GENERAL_NAMES *gens, *gtmp; in crl_set_issuers()
|
/openbsd/usr.sbin/rpki-client/ |
H A D | x509.c | 798 GENERAL_NAMES *names; in x509_get_crl()
|