HomeSort by relevance Sort by last modified time
    Searched refs:X509_NAME (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/openssl/crypto/asn1/
x_name.c 79 static int x509_name_encode(X509_NAME *a);
80 static int x509_name_canon(X509_NAME *a);
112 * representing the ASN1. Unfortunately X509_NAME uses a completely different
127 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
129 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
130 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
134 X509_NAME *ret = NULL;
135 ret = OPENSSL_malloc(sizeof(X509_NAME));
159 X509_NAME *a;
162 a = (X509_NAME *)*pval
    [all...]
x_req.c 96 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
x_x509.c 70 ASN1_SIMPLE(X509_CINF, issuer, X509_NAME),
72 ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
asn1_locl.h 132 ASN1_INTEGER *ser, X509_NAME *issuer);
x_crl.c 78 X509_REVOKED **ret, ASN1_INTEGER *serial, X509_NAME *issuer);
115 ASN1_SIMPLE(X509_CRL_INFO, issuer, X509_NAME),
415 static int crl_revoked_issuer_match(X509_CRL *crl, X509_NAME *nm,
445 X509_REVOKED **ret, ASN1_INTEGER *serial, X509_NAME *issuer)
492 ASN1_INTEGER *ser, X509_NAME *issuer),
  /external/openssl/crypto/x509/
x509_cmp.c 126 X509_NAME *X509_get_issuer_name(X509 *a)
143 X509_NAME *X509_get_subject_name(X509 *a)
186 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
194 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
201 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
215 unsigned long X509_NAME_hash(X509_NAME *x)
220 /* Make sure X509_NAME structure contains valid cached encoding */
235 unsigned long X509_NAME_hash_old(X509_NAME *x)
240 /* Make sure X509_NAME structure contains valid cached encoding *
    [all...]
x509rset.c 72 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
x509name.c 67 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
76 int X509_NAME_get_text_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, char *buf,
92 int X509_NAME_entry_count(X509_NAME *name)
98 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
108 int X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj,
129 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
138 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
174 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
186 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
198 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type
    [all...]
x509.h 117 #undef X509_NAME
197 } /* X509_NAME */;
199 DECLARE_STACK_OF(X509_NAME)
235 X509_NAME *subject;
254 X509_NAME *issuer;
256 X509_NAME *subject;
452 X509_NAME *issuer;
631 ASN1_INTEGER *ser, X509_NAME *issuer),
674 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
766 X509_NAME *X509_NAME_dup(X509_NAME *xn)
    [all...]
x509_vfy.h 150 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
152 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
203 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
204 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
253 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
254 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
407 X509_NAME *name);
408 X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
415 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
416 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm)
    [all...]
x509_set.c 95 int X509_set_issuer_name(X509 *x, X509_NAME *name)
101 int X509_set_subject_name(X509 *x, X509_NAME *name)
x509_r2x.c 72 X509_NAME *xn;
x509_lu.c 122 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
131 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
289 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
427 X509_NAME *name, int *pnmatch)
474 X509_NAME *name)
480 X509_NAME *name)
488 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
537 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
626 X509_NAME *xn;
x509cset.c 77 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
  /external/openssl/ssl/
ssl_cert.c 549 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
557 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
560 STACK_OF(X509_NAME) *ret;
561 X509_NAME *name;
576 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
581 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list)
586 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
591 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s
    [all...]
  /external/openssl/include/openssl/
x509.h 117 #undef X509_NAME
197 } /* X509_NAME */;
199 DECLARE_STACK_OF(X509_NAME)
235 X509_NAME *subject;
254 X509_NAME *issuer;
256 X509_NAME *subject;
452 X509_NAME *issuer;
631 ASN1_INTEGER *ser, X509_NAME *issuer),
674 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
766 X509_NAME *X509_NAME_dup(X509_NAME *xn)
    [all...]
x509_vfy.h 150 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
152 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
203 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
204 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
253 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
254 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
407 X509_NAME *name);
408 X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
415 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
416 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm)
    [all...]
ossl_typ.h 101 #undef X509_NAME
151 typedef struct X509_name_st X509_NAME;
  /external/openssl/crypto/ocsp/
ocsp_lib.c 78 X509_NAME *iname;
100 X509_NAME *issuerName,
ocsp_asn.c 119 ASN1_EXP(OCSP_RESPID, value.byName, X509_NAME, 1),
178 ASN1_SIMPLE(OCSP_SERVICELOC, issuer, X509_NAME),
ocsp_vfy.c 70 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
301 X509_NAME *iname;
362 X509_NAME *nm;
428 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
  /external/openssl/crypto/
ossl_typ.h 101 #undef X509_NAME
151 typedef struct X509_name_st X509_NAME;
  /external/openssl/crypto/x509v3/
v3_ncons.c 77 static int nc_dn(X509_NAME *sub, X509_NAME *nm);
243 X509_NAME *nm;
373 * The canonical encoding of X509_NAME makes this comparison easy. It is
377 static int nc_dn(X509_NAME *nm, X509_NAME *base)
  /external/openssl/crypto/engine/
eng_pkey.c 169 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
  /external/openssl/apps/
apps.h 238 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
312 X509_NAME *parse_name(char *str, long chtype, int multirdn);

Completed in 728 milliseconds

1 2 3