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

12 3

  /external/openssl/crypto/ocsp/
ocsp.h 206 X509_NAME* byName;
350 X509_NAME* issuer;
416 X509_NAME *issuerName,
427 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
487 X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME* issuer, char **urls);
ocsp_cl.c 98 /* Set requestorName from an X509_NAME structure */
100 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm)
  /external/openssl/include/openssl/
ocsp.h 206 X509_NAME* byName;
350 X509_NAME* issuer;
416 X509_NAME *issuerName,
427 int OCSP_request_set1_name(OCSP_REQUEST *req, X509_NAME *nm);
487 X509_EXTENSION *OCSP_url_svcloc_new(X509_NAME* issuer, char **urls);
ssl.h     [all...]
x509v3.h 192 X509_NAME *directoryName;
200 X509_NAME *dirn; /* dirn */
231 X509_NAME *dpname;
573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
704 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
engine.h 285 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey,
565 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
    [all...]
ssl3.h 500 STACK_OF(X509_NAME) *ca_names;
  /external/openssl/crypto/asn1/
a_strex.c 385 static int do_name_ex(char_io *io_ch, void *arg, X509_NAME *n,
512 int X509_NAME_print_ex(BIO *out, X509_NAME *nm, int indent, unsigned long flags)
520 int X509_NAME_print_ex_fp(FILE *fp, X509_NAME *nm, int indent, unsigned long flags)
  /external/openssl/crypto/x509v3/
v3_crld.c 130 X509_NAME *nm;
528 X509_NAME ntmp;
587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname)
v3_akey.c 118 X509_NAME *isname = NULL;
x509v3.h 192 X509_NAME *directoryName;
200 X509_NAME *dirn; /* dirn */
231 X509_NAME *dpname;
573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
704 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
v3_utl.c 70 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens);
517 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, GENERAL_NAMES *gens)
526 /* First supplied X509_NAME */
830 int X509V3_NAME_from_section(X509_NAME *nm, STACK_OF(CONF_VALUE)*dn_sk,
v3_genn.c 87 /* X509_NAME is a CHOICE type so use EXPLICIT */
88 ASN1_EXP(GENERAL_NAME, d.directoryName, X509_NAME, GEN_DIRNAME),
v3_alt.c 345 X509_NAME *nm;
595 X509_NAME *nm;
v3_purp.c 319 X509_NAME *iname = NULL;
750 X509_NAME *nm = NULL;
  /external/openssl/crypto/x509/
x509_obj.c 66 char *X509_NAME_oneline(X509_NAME *a, char *buf, int len)
96 strncpy(buf,"NO X509_NAME",len);
by_dir.c 103 static int get_cert_by_subject(X509_LOOKUP *xl,int type,X509_NAME *name,
273 static int get_cert_by_subject(X509_LOOKUP *xl, int type, X509_NAME *name,
x509_vfy.c 156 X509_NAME *xn;
1051 X509_NAME *cnm = X509_CRL_get_issuer(crl);
1164 * 1. Both are relative names and compare X509_NAME types.
1165 * 2. One full, one relative. Compare X509_NAME to GENERAL_NAMES.
1173 X509_NAME *nm = NULL;
1183 /* Case 1: two X509_NAME */
1206 /* Handle case 2 with one GENERAL_NAMES and one X509_NAME */
1240 X509_NAME *nm = X509_CRL_get_issuer(crl);
    [all...]
x_all.c 390 int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type, unsigned char *md,
393 return(ASN1_item_digest(ASN1_ITEM_rptr(X509_NAME),type,(char *)data,md,len));
  /external/openssl/ssl/
ssl.h     [all...]
  /external/openssl/crypto/store/
store.h 183 STORE_ATTR_ISSUER= 0x06, /* X509_NAME * */
185 STORE_ATTR_SUBJECT= 0x08, /* X509_NAME * */
396 X509_NAME *STORE_ATTR_INFO_get0_dn(STORE_ATTR_INFO *attrs, STORE_ATTR_TYPES code);
403 X509_NAME *dn);
411 X509_NAME *dn);
str_lib.c 97 sizeof(X509_NAME *), /* ISSUER: X509_NAME * */
99 sizeof(X509_NAME *), /* SUBJECT: X509_NAME * */
1269 X509_NAME *dn;
    [all...]
  /external/openssl/crypto/engine/
engine.h 285 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey,
565 STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **ppkey,
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 158 ASN1_SIMPLE(PKCS7_ISSUER_AND_SERIAL, issuer, X509_NAME),
  /external/openssl/apps/
req.c 142 static int add_DN_object(X509_NAME *n, char *text, const char *def, char *value,
1173 X509_NAME *n;
1201 X509_NAME *subj;
    [all...]

Completed in 658 milliseconds

12 3