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

1 2 3 4 5 6

  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingcontext.h 33 PairingContext(X509* local_certificate,
34 X509* peer_certificate,
38 void set_local_certificate(X509 *local_certificate);
41 void set_peer_certificate(X509 *peer_certificate);
44 X509* client_certificate() const;
47 X509* server_certificate() const;
56 X509 *local_certificate_;
57 X509 *peer_certificate_;
pairingcontext.cc 20 PairingContext::PairingContext(X509 *local_certificate,
21 X509 *peer_certificate,
28 void PairingContext::set_local_certificate(X509* local_certificate) {
32 void PairingContext::set_peer_certificate(X509* peer_certificate) {
36 X509* PairingContext::client_certificate() const {
40 X509* PairingContext::server_certificate() const {
polochallengeresponse.h 36 PoloChallengeResponse(X509* client_cert, X509* server_cert);
52 X509* client_cert;
53 X509* server_cert;
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.h 16 enum ocsp_result check_ocsp_resp(SSL_CTX *ssl_ctx, SSL *ssl, X509 *cert,
17 X509 *issuer, X509 *issuer_issuer);
  /external/boringssl/src/crypto/pem/
pem_x509.c 62 #include <openssl/x509.h>
65 IMPLEMENT_PEM_rw(X509, X509, PEM_STRING_X509, X509)
pem_xaux.c 62 #include <openssl/x509.h>
65 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/test/
crl.sh 4 -----BEGIN X509 CRL-----
13 -----END X509 CRL-----
  /external/boringssl/src/crypto/x509/
x_x509.c 65 #include <openssl/x509.h>
87 /* X509 top level structure needs a bit of customisation */
94 X509 *ret = (X509 *)*pval;
134 ASN1_SEQUENCE_ref(X509, x509_cb) = {
135 ASN1_SIMPLE(X509, cert_info, X509_CINF),
136 ASN1_SIMPLE(X509, sig_alg, X509_ALGOR),
137 ASN1_SIMPLE(X509, signature, ASN1_BIT_STRING)
138 } ASN1_SEQUENCE_END_ref(X509, X509)
    [all...]
a_verify.c 57 #include <openssl/x509.h>
83 OPENSSL_PUT_ERROR(X509, ERR_R_PASSED_NULL_PARAMETER);
89 OPENSSL_PUT_ERROR(X509, X509_R_INVALID_BIT_STRING_BITS_LEFT);
104 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE);
112 OPENSSL_PUT_ERROR(X509, ERR_R_EVP_LIB);
122 OPENSSL_PUT_ERROR(X509, ERR_R_EVP_LIB);
x509_cmp.c 1 /* crypto/x509/x509_cmp.c */
67 #include <openssl/x509.h>
71 int X509_issuer_and_serial_cmp(const X509 *a, const X509 *b)
83 unsigned long X509_issuer_and_serial_hash(X509 *a)
110 int X509_issuer_name_cmp(const X509 *a, const X509 *b)
115 int X509_subject_name_cmp(const X509 *a, const X509 *b)
130 X509_NAME *X509_get_issuer_name(X509 *a
274 X509 x,*x509=NULL; local
293 X509 *x509; local
    [all...]
x509_trs.c 66 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags);
67 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags);
68 static int trust_compat(X509_TRUST *trust, X509 *x, int flags);
70 static int obj_trust(int id, X509 *x, int flags);
71 static int (*default_trust)(int id, X509 *x, int flags) = obj_trust;
99 int (*X509_TRUST_set_default(int (*trust)(int , X509 *, int)))(int, X509 *, int)
101 int (*oldtrust)(int , X509 *, int);
108 int X509_check_trust(X509 *x, int id, int flags)
159 OPENSSL_PUT_ERROR(X509, X509_R_INVALID_TRUST)
    [all...]
x509spki.c 60 #include <openssl/x509.h>
87 OPENSSL_PUT_ERROR(X509, X509_R_BASE64_DECODE_ERROR);
91 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE);
95 OPENSSL_PUT_ERROR(X509, X509_R_BASE64_DECODE_ERROR);
116 OPENSSL_PUT_ERROR(X509, ERR_R_OVERFLOW);
121 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE);
127 OPENSSL_PUT_ERROR(X509, ERR_R_MALLOC_FAILURE);
x_x509a.c 60 #include <openssl/x509.h>
65 * appended to the X509 encoding when the *_X509_AUX routines
66 * are used. This means that the "traditional" X509 routines
69 static X509_CERT_AUX *aux_get(X509 *x);
81 static X509_CERT_AUX *aux_get(X509 *x)
88 int X509_alias_set1(X509 *x, unsigned char *name, int len)
104 int X509_keyid_set1(X509 *x, unsigned char *id, int len)
120 unsigned char *X509_alias_get0(X509 *x, int *len)
127 unsigned char *X509_keyid_get0(X509 *x, int *len)
134 int X509_add1_trust_object(X509 *x, ASN1_OBJECT *obj
    [all...]
x509_set.c 61 #include <openssl/x509.h>
64 int X509_set_version(X509 *x, long version)
81 int X509_set_serialNumber(X509 *x, ASN1_INTEGER *serial)
99 int X509_set_issuer_name(X509 *x, X509_NAME *name)
105 int X509_set_subject_name(X509 *x, X509_NAME *name)
111 int X509_set_notBefore(X509 *x, const ASN1_TIME *tm)
129 int X509_set_notAfter(X509 *x, const ASN1_TIME *tm)
147 int X509_set_pubkey(X509 *x, EVP_PKEY *pkey)
x509_ext.c 1 /* crypto/x509/x509_ext.c */
62 #include <openssl/x509.h>
112 int X509_get_ext_count(X509 *x)
117 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos)
122 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos)
127 int X509_get_ext_by_critical(X509 *x, int crit, int lastpos)
132 X509_EXTENSION *X509_get_ext(X509 *x, int loc)
137 X509_EXTENSION *X509_delete_ext(X509 *x, int loc)
142 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc)
147 void *X509_get_ext_d2i(X509 *x, int nid, int *crit, int *idx
    [all...]
x509_vfy.c 68 #include <openssl/x509.h>
117 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
118 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
127 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer,
129 X509_CRL *crl, X509 *x);
131 X509_CRL **pcrl, X509_CRL **pdcrl, X509 *x);
135 X509 **pissuer, int *pcrl_score)
    [all...]
  /system/webservd/webservd/
utils.h 29 using X509Ptr = std::unique_ptr<X509, void(*)(X509*)>;
31 // Creates a new X509 certificate.
46 // Serializes an X509 certificate using PEM format.
47 brillo::Blob StoreCertificate(X509* cert);
49 // Stores/loads an X509 certificate to/from a file (in PEM format).
50 bool StoreCertificate(X509* cert, const base::FilePath& file);
53 // Same as openssl x509 -fingerprint -sha256.
54 brillo::Blob GetSha256Fingerprint(X509* cert);
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
certificateutil.h 30 // Reads an X509 certificate from a PEM encoded string.
32 // @return a pointer to a new X509 certificate or NULL if there was an error
34 static X509* X509FromPEM(std::string pem);
36 // Converts an X509 certificate to a PEM encoded string.
37 // @param x509 the X509 certificate
39 static std::string X509ToPEM(X509* x509);
60 // Generates a self-signed X509 certificate.
64 // @return a new self-signed X509 certificat
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3name_test.c 60 #include <openssl/x509.h>
122 static int set_cn(X509 *crt, ...)
153 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
156 int X509_add_ext(X509 *x, X509_EXTENSION *ex, int loc);
159 static int set_altname(X509 *crt, ...)
210 static int set_cn1(X509 *crt, const char *name)
216 static int set_cn_and_email(X509 *crt, const char *name)
222 static int set_cn2(X509 *crt, const char *name)
228 static int set_cn3(X509 *crt, const char *name)
234 static int set_email1(X509 *crt, const char *name
    [all...]
v3_purp.c 81 static void x509v3_cache_extensions(X509 *x);
83 static int check_ssl_ca(const X509 *x);
84 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int ca);
85 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
86 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int ca);
87 static int purpose_smime(const X509 *x, int ca);
88 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
89 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int ca);
90 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int ca);
91 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int ca)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
X509.java 9 public class X509
22 // provider.addAlgorithm("KeyFactory.X.509", "org.bouncycastle.jcajce.provider.asymmetric.x509.KeyFactory");
23 // provider.addAlgorithm("Alg.Alias.KeyFactory.X509", "X.509");
29 provider.addAlgorithm("CertificateFactory.X.509", "org.bouncycastle.jcajce.provider.asymmetric.x509.CertificateFactory");
30 provider.addAlgorithm("Alg.Alias.CertificateFactory.X509", "X.509");
  /external/boringssl/src/ssl/
ssl_cert.c 125 #include <openssl/x509.h>
172 if (cert->x509 != NULL) {
173 ret->x509 = X509_up_ref(cert->x509);
204 X509_free(cert->x509);
205 cert->x509 = NULL;
227 int ssl_cert_set0_chain(CERT *cert, STACK_OF(X509) *chain) {
233 int ssl_cert_set1_chain(CERT *cert, STACK_OF(X509) *chain) {
234 STACK_OF(X509) *dchain;
252 int ssl_cert_add0_chain_cert(CERT *cert, X509 *x509)
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 264 } /* X509 */;
266 DECLARE_STACK_OF(X509)
267 DECLARE_ASN1_SET_OF(X509)
274 int (*check_trust)(struct x509_trust_st *, X509 *, int);
283 X509 *forward;
284 X509 *reverse;
465 X509 *x509; member in struct:X509_info_st
479 * Pat Richard <patr@x509.com> and are used to manipulate
499 STACK_OF(X509) *certs
    [all...]
x509_vfy.h 59 #include <openssl/x509.h>
60 /* openssl/x509.h ends up #include-ing this file at about the only
124 X509 *x509; member in union:x509_object_st::__anon5868
196 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
197 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL *
    [all...]
  /external/webrtc/webrtc/base/
opensslidentity.h 15 #include <openssl/x509.h>
51 // OpenSSLCertificate encapsulates an OpenSSL X509* certificate object,
55 // Caller retains ownership of the X509 object.
56 explicit OpenSSLCertificate(X509* x509) : x509_(x509) {
68 X509* x509() const { return x509_; } function in class:rtc::OpenSSLCertificate
80 // Compute the digest of a certificate as an X509 *
81 static bool ComputeDigest(const X509* x509
    [all...]

Completed in 4067 milliseconds

1 2 3 4 5 6