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

1 2 3 4 5 6

  /external/openssl/crypto/pem/
pem_x509.c 63 #include <openssl/x509.h>
67 IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509)
pem_xaux.c 63 #include <openssl/x509.h>
67 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
  /external/openssl/crypto/x509/
x509_cmp.c 1 /* crypto/x509/x509_cmp.c */
64 #include <openssl/x509.h>
67 int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b)
80 unsigned long X509_issuer_and_serial_hash(X509 *a)
109 int X509_issuer_name_cmp(const X509 *a, const X509 *b)
114 int X509_subject_name_cmp(const X509 *a, const X509 *b)
131 X509_NAME *X509_get_issuer_name(X509 *a
270 X509 x,*x509=NULL; local
289 X509 *x509; local
    [all...]
x509_vfy.h 1 /* crypto/x509/x509_vfy.h */
60 #include <openssl/x509.h>
61 /* openssl/x509.h ends up #include-ing this file at about the only
129 X509 *x509; member in union:x509_object_st::__anon10108
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL *
    [all...]
x509.h 1 /* crypto/x509/x509.h */
309 } /* X509 */;
311 DECLARE_STACK_OF(X509)
312 DECLARE_ASN1_SET_OF(X509)
319 int (*check_trust)(struct x509_trust_st *, X509 *, int);
328 X509 *forward;
329 X509 *reverse;
513 X509 *x509; member in struct:X509_info_st
    [all...]
x509_set.c 1 /* crypto/x509/x509_set.c */
64 #include <openssl/x509.h>
66 int X509_set_version(X509 *x, long version)
77 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial)
95 int X509_set_issuer_name(X509 *x, X509_NAME *name)
101 int X509_set_subject_name(X509 *x, X509_NAME *name)
107 int X509_set_notBefore(X509 *x, const ASN1_TIME *tm)
125 int X509_set_notAfter(X509 *x, const ASN1_TIME *tm)
143 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey)
x509_ext.c 1 /* crypto/x509/x509_ext.c */
65 #include <openssl/x509.h>
115 int X509_get_ext_count(X509 *x)
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
125 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
130 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
135 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
140 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
145 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
150 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx
    [all...]
x509_trs.c 68 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
69 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
70 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
72 static int obj_trust(int id, X509 *x, int flags);
73 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
103 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
105 int (*oldtrust)(int , X509 *, int);
112 int X509_check_trust(X509 *x, int id, int flags)
159 int X509_TRUST_add(int id, int flags, int (*ck)(X509_TRUST *, X509 *, int)
    [all...]
x509_vfy.c 1 /* crypto/x509/x509_vfy.c */
69 #include <openssl/x509.h>
112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
121 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
123 X509_CRL *crl, X509 *x);
125 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x)
    [all...]
x509_r2x.c 1 /* crypto/x509/x509_r2x.c */
64 #include <openssl/x509.h>
68 X509 *X509_REQ_to_X509(X509_REQ *r, int days, EVP_PKEY *pkey)
70 X509 *ret=NULL;
  /external/openssl/crypto/asn1/
x_x509.c 63 #include <openssl/x509.h>
80 /* X509 top level structure needs a bit of customisation */
87 X509 *ret = (X509 *)*pval;
135 ASN1_SEQUENCE_ref(X509, x509_cb, CRYPTO_LOCK_X509) = {
136 ASN1_SIMPLE(X509, cert_info, X509_CINF),
137 ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
138 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
139 } ASN1_SEQUENCE_END_ref(X509, X509)
    [all...]
x_x509a.c 63 #include <openssl/x509.h>
67 * appended to the X509 encoding when the *_X509_AUX routines
68 * are used. This means that the "traditional" X509 routines
72 static X509_CERT_AUX *aux_get(X509 *x);
84 static X509_CERT_AUX *aux_get(X509 *x)
91 int X509_alias_set1(X509 *x, unsigned char *name, int len)
107 int X509_keyid_set1(X509 *x, unsigned char *id, int len)
123 unsigned char *X509_alias_get0(X509 *x, int *len)
130 unsigned char *X509_keyid_get0(X509 *x, int *len)
137 int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj
    [all...]
x_nx509.c 60 #include <openssl/x509.h>
68 ASN1_OPT(NETSCAPE_X509, cert, X509)
nsseq.c 62 #include <openssl/x509.h>
80 ASN1_EXP_SEQUENCE_OF_OPT(NETSCAPE_CERT_SEQUENCE, certs, X509, 0)
  /external/openssl/crypto/ocsp/
ocsp_vfy.c 63 static int ocsp_find_signer(X509 **psigner, OCSP_BASICRESP *bs, STACK_OF(X509) *certs,
65 static X509 *ocsp_find_signer_sk(STACK_OF(X509) *certs, OCSP_RESPID *id);
66 static int ocsp_check_issuer(OCSP_BASICRESP *bs, STACK_OF(X509) *chain, unsigned long flags);
68 static int ocsp_match_issuerid(X509 *cert, OCSP_CERTID *cid, STACK_OF(OCSP_SINGLERESP) *sresp);
69 static int ocsp_check_delegated(X509 *x, int flags);
70 static int ocsp_req_find_signer(X509 **psigner, OCSP_REQUEST *req, X509_NAME *nm, STACK_OF(X509) *certs,
75 int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 1 /* crypto/x509/x509_vfy.h */
60 #include <openssl/x509.h>
61 /* openssl/x509.h ends up #include-ing this file at about the only
129 X509 *x509; member in union:x509_object_st::__anon10141
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL *
    [all...]
x509.h 1 /* crypto/x509/x509.h */
309 } /* X509 */;
311 DECLARE_STACK_OF(X509)
312 DECLARE_ASN1_SET_OF(X509)
319 int (*check_trust)(struct x509_trust_st *, X509 *, int);
328 X509 *forward;
329 X509 *reverse;
513 X509 *x509; member in struct:X509_info_st
    [all...]
pkcs7.h 115 X509 *cert; /* get the pub-key from this */
125 STACK_OF(X509) *cert; /* [ 0 ] */
153 STACK_OF(X509) *cert; /* [ 0 ] */
314 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
318 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
319 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
324 X509 *x509);
    [all...]
  /external/openssl/crypto/x509v3/
v3_purp.c 64 static void x509v3_cache_extensions(X509 *x);
66 static int check_ssl_ca(const X509 *x);
67 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
68 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
69 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
70 static int purpose_smime(const X509 *x, int ca);
71 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
72 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
73 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
74 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
    [all...]
pcy_int.h 147 X509 *cert;
188 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps);
212 const X509_POLICY_CACHE *policy_cache_set(X509 *x);
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.h 32 #include <openssl/x509.h>
70 // OpenSSLCertificate encapsulates an OpenSSL X509* certificate object,
86 X509* x509() const { return x509_; } function in class:talk_base::OpenSSLCertificate
91 explicit OpenSSLCertificate(X509* x509) : x509_(x509) {
96 X509* x509_;
  /external/openssl/crypto/pkcs12/
p12_kiss.c 66 EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
69 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
72 EVP_PKEY **pkey, STACK_OF(X509) *ocerts);
80 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
81 STACK_OF(X509) **ca)
83 STACK_OF(X509) *ocerts = NULL;
84 X509 *x = NULL;
180 EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
213 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts)
225 EVP_PKEY **pkey, STACK_OF(X509) *ocerts
228 X509 *x509; local
    [all...]
p12_utl.c 121 PKCS12_SAFEBAG *PKCS12_x5092certbag(X509 *x509)
123 return PKCS12_item_pack_safebag(x509, ASN1_ITEM_rptr(X509),
133 X509 *PKCS12_certbag2x509(PKCS12_SAFEBAG *bag)
137 return ASN1_item_unpack(bag->value.bag->value.octet, ASN1_ITEM_rptr(X509));
  /external/openssl/crypto/pkcs7/
pkcs7.h 115 X509 *cert; /* get the pub-key from this */
125 STACK_OF(X509) *cert; /* [ 0 ] */
153 STACK_OF(X509) *cert; /* [ 0 ] */
314 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey,
318 int PKCS7_add_certificate(PKCS7 *p7, X509 *x509);
319 int PKCS7_add_crl(PKCS7 *p7, X509_CRL *x509);
324 X509 *x509);
    [all...]
pk7_enc.c 64 #include <openssl/x509.h>
70 PKCS7_add_signer(PKCS7 *p7,X509 *cert,EVP_PKEY *key);

Completed in 2206 milliseconds

1 2 3 4 5 6