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

1 2 3

  /external/libchrome/crypto/
wincrypt_shim.h 19 #undef X509_NAME
  /external/boringssl/src/crypto/x509/
x_name.c 77 * Maximum length of X509_NAME: much larger than anything we should
93 static int x509_name_encode(X509_NAME *a);
94 static int x509_name_canon(X509_NAME *a);
122 * representing the ASN1. Unfortunately X509_NAME uses a completely different
137 IMPLEMENT_EXTERN_ASN1(X509_NAME, V_ASN1_SEQUENCE, x509_name_ff)
139 IMPLEMENT_ASN1_FUNCTIONS(X509_NAME)
141 IMPLEMENT_ASN1_DUP_FUNCTION(X509_NAME)
145 X509_NAME *ret = NULL;
146 ret = OPENSSL_malloc(sizeof(X509_NAME));
171 X509_NAME *a
    [all...]
x509rset.c 69 int X509_REQ_set_subject_name(X509_REQ *x, X509_NAME *name)
x509name.c 69 int X509_NAME_get_text_by_NID(X509_NAME *name, int nid, char *buf, int len)
79 int X509_NAME_get_text_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
97 int X509_NAME_entry_count(X509_NAME *name)
104 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos)
115 int X509_NAME_get_index_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj,
136 X509_NAME_ENTRY *X509_NAME_get_entry(X509_NAME *name, int loc)
145 X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *name, int loc)
179 int X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type,
193 int X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type,
207 int X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type
    [all...]
x_req.c 91 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
x509_cmp.c 134 X509_NAME *X509_get_issuer_name(X509 *a)
149 X509_NAME *X509_get_subject_name(X509 *a)
198 int X509_NAME_cmp(const X509_NAME *a, const X509_NAME *b)
205 ret = i2d_X509_NAME((X509_NAME *)a, NULL);
211 ret = i2d_X509_NAME((X509_NAME *)b, NULL);
225 unsigned long X509_NAME_hash(X509_NAME *x)
230 /* Make sure X509_NAME structure contains valid cached encoding */
247 unsigned long X509_NAME_hash_old(X509_NAME *x)
253 /* Make sure X509_NAME structure contains valid cached encoding *
    [all...]
x509_set.c 96 int X509_set_issuer_name(X509 *x, X509_NAME *name)
103 int X509_set_subject_name(X509 *x, X509_NAME *name)
x509_r2x.c 70 X509_NAME *xn;
x509_lu.c 129 int X509_LOOKUP_by_subject(X509_LOOKUP *ctx, int type, X509_NAME *name,
139 int X509_LOOKUP_by_issuer_serial(X509_LOOKUP *ctx, int type, X509_NAME *name,
299 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
438 X509_NAME *name, int *pnmatch)
484 X509_NAME *name)
490 int type, X509_NAME *name)
499 STACK_OF (X509) * X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
545 STACK_OF (X509_CRL) * X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
621 X509_NAME *xn;
695 (*cb) (X509_STORE_CTX *ctx, X509_NAME *nm)
    [all...]
x_crl.c 84 ASN1_INTEGER *ser, X509_NAME *issuer);
100 X509_NAME *issuer);
139 ASN1_SIMPLE(X509_CRL_INFO, issuer, X509_NAME),
422 static int crl_revoked_issuer_match(X509_CRL *crl, X509_NAME *nm,
453 X509_NAME *issuer)
506 X509_NAME *issuer),
x509cset.c 75 int X509_CRL_set_issuer_name(X509_CRL *x, X509_NAME *name)
x_x509.c 79 ASN1_SIMPLE(X509_CINF, issuer, X509_NAME),
81 ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
a_strex.c 429 static int do_name_ex(char_io *io_ch, void *arg, X509_NAME *n,
567 int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent,
576 int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent,
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.h 22 // Fixes a problem with X509_NAME on Windows.
23 #undef X509_NAME
certificateutil.cc 96 X509_NAME* name = X509_get_subject_name(x509);
  /external/boringssl/src/decrepit/ssl/
ssl_decrepit.c 123 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
  /external/boringssl/src/include/openssl/
x509.h 159 } /* X509_NAME */;
161 DEFINE_STACK_OF(X509_NAME)
195 X509_NAME *subject;
214 X509_NAME *issuer;
216 X509_NAME *subject;
407 X509_NAME *issuer;
549 ASN1_INTEGER *ser, X509_NAME *issuer),
596 OPENSSL_EXPORT int X509_NAME_digest(const X509_NAME *data,const EVP_MD *type,
687 OPENSSL_EXPORT X509_NAME *X509_NAME_dup(X509_NAME *xn)
    [all...]
x509_vfy.h 130 int (*get_by_subject)(X509_LOOKUP *ctx,int type,X509_NAME *name,
132 int (*get_by_issuer_serial)(X509_LOOKUP *ctx,int type,X509_NAME *name,
188 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
189 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
236 STACK_OF(X509) * (*lookup_certs)(X509_STORE_CTX *ctx, X509_NAME *nm);
237 STACK_OF(X509_CRL) * (*lookup_crls)(X509_STORE_CTX *ctx, X509_NAME *nm);
421 X509_NAME *name);
422 OPENSSL_EXPORT X509_OBJECT *X509_OBJECT_retrieve_by_subject(STACK_OF(X509_OBJECT) *h,int type,X509_NAME *name);
430 OPENSSL_EXPORT STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *st, X509_NAME *nm);
431 OPENSSL_EXPORT STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *st, X509_NAME *nm)
    [all...]
  /external/boringssl/src/ssl/
ssl_file.cc 127 static int xname_cmp(const X509_NAME **a, const X509_NAME **b) {
133 STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) {
136 X509_NAME *xn = NULL;
137 STACK_OF(X509_NAME) *ret = NULL, *sk;
196 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
200 X509_NAME *xn = NULL;
202 int (*oldcmp)(const X509_NAME **a, const X509_NAME **b);
ssl_x509.cc 464 X509_NAME *name = d2i_X509_NAME(NULL, &inp, CRYPTO_BUFFER_len(buffer));
    [all...]
  /system/keymaster/
openssl_utils.h 67 DEFINE_OPENSSL_OBJECT_POINTER(X509_NAME)
  /external/boringssl/src/crypto/x509v3/
v3_ncons.c 83 static int nc_dn(X509_NAME *sub, X509_NAME *nm);
234 X509_NAME *nm;
358 * X509_NAME makes this comparison easy. It is matched if the subtree is a
362 static int nc_dn(X509_NAME *nm, X509_NAME *base)
v3name_test.cc 139 X509_NAME *n = NULL;
303 X509_NAME *issuer = NULL;
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
cert.c 106 X509_NAME *name = NULL;
  /external/google-tv-pairing-protocol/cpp/tests/polo/util/
certificateutiltest.cc 83 X509_NAME* name = X509_get_subject_name(x509);

Completed in 537 milliseconds

1 2 3