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

1 2 3 4 5 6

  /external/chromium_org/net/cert/
x509_util_openssl.h 31 bool NET_EXPORT ParsePrincipalKeyAndValueByIndex(X509_NAME* name,
36 bool NET_EXPORT ParsePrincipalValueByIndex(X509_NAME* name,
40 bool NET_EXPORT ParsePrincipalValueByNID(X509_NAME* name,
x509_certificate_openssl.cc 60 void ParsePrincipalValues(X509_NAME* name,
73 X509_NAME* x509_name,
75 if (!x509_name)
78 ParsePrincipalValues(x509_name, NID_streetAddress,
80 ParsePrincipalValues(x509_name, NID_organizationName,
82 ParsePrincipalValues(x509_name, NID_organizationalUnitName,
84 ParsePrincipalValues(x509_name, NID_domainComponent,
87 x509_util::ParsePrincipalValueByNID(x509_name, NID_commonName,
89 x509_util::ParsePrincipalValueByNID(x509_name, NID_localityName
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
asn1_locl.h 93 ASN1_INTEGER *ser, X509_NAME *issuer);
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_name.c 84 static int x509_name_encode(X509_NAME *a);
85 static int x509_name_canon(X509_NAME *a);
117 * representing the ASN1. Unfortunately X509_NAME uses a completely different
132 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
134 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
135 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
139 X509_NAME *ret = NULL;
140 ret = OPENSSL_malloc(sizeof(X509_NAME));
164 X509_NAME *a;
167 a = (X509_NAME *)*pval
    [all...]
x509rset.c 69 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
x509name.c 65 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
74 int X509_NAME_get_text_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, char *buf,
90 int X509_NAME_entry_count(X509_NAME *name)
96 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
106 int X509_NAME_get_index_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
127 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
135 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
170 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
182 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
194 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type
    [all...]
x_req.c 95 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
x509_cmp.c 128 X509_NAME *X509_get_issuer_name(X509 *a)
143 X509_NAME *X509_get_subject_name(X509 *a)
195 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
203 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
210 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
224 unsigned long X509_NAME_hash(X509_NAME *x)
229 /* Make sure X509_NAME structure contains valid cached encoding */
245 unsigned long X509_NAME_hash_old(X509_NAME *x)
251 /* Make sure X509_NAME structure contains valid cached encoding *
    [all...]
x509_set.c 93 int X509_set_issuer_name(X509 *x, X509_NAME *name)
99 int X509_set_subject_name(X509 *x, X509_NAME *name)
x509_r2x.c 71 X509_NAME *xn;
  /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),
  /external/openssl/crypto/x509/
x509_cmp.c 130 X509_NAME *X509_get_issuer_name(X509 *a)
147 X509_NAME *X509_get_subject_name(X509 *a)
190 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
198 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
205 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
219 unsigned long X509_NAME_hash(X509_NAME *x)
224 /* Make sure X509_NAME structure contains valid cached encoding */
241 unsigned long X509_NAME_hash_old(X509_NAME *x)
247 /* 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;
453 X509_NAME *issuer;
632 ASN1_INTEGER *ser, X509_NAME *issuer),
679 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
772 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)
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.h 22 // Fixes a problem with X509_NAME on Windows.
23 #undef X509_NAME
  /external/openssl/ssl/
ssl_cert.c 548 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
556 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
559 STACK_OF(X509_NAME) *ret;
560 X509_NAME *name;
575 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
580 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list)
585 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
590 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;
453 X509_NAME *issuer;
632 ASN1_INTEGER *ser, X509_NAME *issuer),
679 int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
772 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...]
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_cert.c 657 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list)
665 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
668 STACK_OF(X509_NAME) *ret;
669 X509_NAME *name;
684 void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list)
689 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list)
694 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
699 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509.h 158 } /* X509_NAME */;
160 DECLARE_STACK_OF(X509_NAME)
196 X509_NAME *subject;
215 X509_NAME *issuer;
217 X509_NAME *subject;
409 X509_NAME *issuer;
591 ASN1_INTEGER *ser, X509_NAME *issuer),
640 OPENSSL_EXPORT int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
726 OPENSSL_EXPORT X509_NAME *X509_NAME_dup(X509_NAME *xn)
    [all...]
x509_vfy.h 145 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
147 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
201 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
202 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
251 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
252 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
428 X509_NAME *name);
429 OPENSSL_EXPORT X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
436 OPENSSL_EXPORT STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
437 OPENSSL_EXPORT STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm)
    [all...]

Completed in 5601 milliseconds

1 2 3 4 5 6