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

1 2 3

  /external/openssl/crypto/asn1/
x_name.c 71 static int x509_name_encode(X509_NAME *a);
94 * representing the ASN1. Unfortunately X509_NAME uses a completely different
108 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
110 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
111 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
115 X509_NAME *ret = NULL;
116 ret = OPENSSL_malloc(sizeof(X509_NAME));
138 X509_NAME *a;
141 a = (X509_NAME *)*pval;
151 * already present in the X509_NAME structure
    [all...]
x_req.c 95 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
x_crl.c 97 ASN1_SIMPLE(X509_CRL_INFO, issuer, X509_NAME),
x_x509.c 70 ASN1_SIMPLE(X509_CINF, issuer, X509_NAME),
72 ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
  /external/openssl/crypto/x509/
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
195 } /* X509_NAME */;
197 DECLARE_STACK_OF(X509_NAME)
233 X509_NAME *subject;
252 X509_NAME *issuer;
254 X509_NAME *subject;
442 X509_NAME *issuer;
706 #define X509_NAME_dup(xn) (X509_NAME *)ASN1_dup((int (*)())i2d_X509_NAME, \
781 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
873 X509_NAME *X509_NAME_dup(X509_NAME *xn)
    [all...]
x509_cmp.c 119 X509_NAME *X509_get_issuer_name(X509 *a)
129 X509_NAME *X509_get_subject_name(X509 *a)
268 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
322 unsigned long X509_NAME_hash(X509_NAME *x)
328 /* Make sure X509_NAME structure contains valid cached encoding */
345 X509 *X509_find_by_issuer_and_serial(STACK_OF(X509) *sk, X509_NAME *name,
367 X509 *X509_find_by_subject(STACK_OF(X509) *sk, X509_NAME *name)
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_vfy.h 148 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
150 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
382 X509_NAME *name);
383 X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
413 int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
429 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
431 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
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,
287 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
425 X509_NAME *name)
455 X509_NAME *name)
495 X509_NAME *xn;
x509cset.c 77 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
  /external/openssl/ssl/
ssl_cert.c 547 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
555 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
558 STACK_OF(X509_NAME) *ret;
559 X509_NAME *name;
574 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
579 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list)
584 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
589 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s
    [all...]
  /external/openssl/include/openssl/
x509.h 117 #undef X509_NAME
195 } /* X509_NAME */;
197 DECLARE_STACK_OF(X509_NAME)
233 X509_NAME *subject;
252 X509_NAME *issuer;
254 X509_NAME *subject;
442 X509_NAME *issuer;
706 #define X509_NAME_dup(xn) (X509_NAME *)ASN1_dup((int (*)())i2d_X509_NAME, \
781 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
873 X509_NAME *X509_NAME_dup(X509_NAME *xn)
    [all...]
ossl_typ.h 99 #undef X509_NAME
142 typedef struct X509_name_st X509_NAME;
x509_vfy.h 148 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
150 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
382 X509_NAME *name);
383 X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
413 int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
429 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
431 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
  /external/openssl/crypto/
ossl_typ.h 99 #undef X509_NAME
142 typedef struct X509_name_st X509_NAME;
  /external/openssl/crypto/x509v3/
v3_genn.c 87 /* X509_NAME is a CHOICE type so use EXPLICIT */
88 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
  /external/openssl/crypto/ocsp/
ocsp_lib.c 77 X509_NAME *iname;
99 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;
360 X509_NAME *nm;
426 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
ocsp.h 205 X509_NAME* byName;
349 X509_NAME* issuer;
412 X509_NAME *issuerName,
423 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
488 X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME* issuer, char **urls);
  /external/openssl/crypto/engine/
eng_pkey.c 169 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
  /external/openssl/apps/
apps.h 269 void print_name(BIO *out, const char *title, X509_NAME *nm, unsigned long lflags);
337 X509_NAME *parse_name(char *str, long chtype, int multirdn);

Completed in 54 milliseconds

1 2 3