Home
last modified time | relevance | path

Searched refs:x509_certificate (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dx509v3.h48 struct x509_certificate { struct
49 struct x509_certificate *next; argument
108 void x509_certificate_free(struct x509_certificate *cert); argument
109 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
112 void x509_certificate_chain_free(struct x509_certificate *cert);
113 int x509_certificate_check_signature(struct x509_certificate *issuer,
114 struct x509_certificate *cert);
115 int x509_certificate_chain_validate(struct x509_certificate *trusted,
116 struct x509_certificate *chain,
118 struct x509_certificate *
[all …]
Dx509v3.c45 void x509_certificate_free(struct x509_certificate *cert) in x509_certificate_free()
66 void x509_certificate_chain_free(struct x509_certificate *cert) in x509_certificate_chain_free()
68 struct x509_certificate *next; in x509_certificate_chain_free()
220 struct x509_certificate *cert, in x509_parse_public_key()
651 struct x509_certificate *cert, const u8 **next) in x509_parse_validity()
724 static int x509_parse_ext_key_usage(struct x509_certificate *cert, in x509_parse_ext_key_usage()
761 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert, in x509_parse_ext_basic_constraints()
1023 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert, in x509_parse_ext_subject_alt_name()
1050 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert, in x509_parse_ext_issuer_alt_name()
1077 static int x509_parse_extension_data(struct x509_certificate *cert, in x509_parse_extension_data()
[all …]
Dtlsv1_cred.h13 struct x509_certificate *trusted_certs;
14 struct x509_certificate *cert;
Dtlsv1_cred.c40 static int tlsv1_add_cert_der(struct x509_certificate **chain, in tlsv1_add_cert_der()
43 struct x509_certificate *cert, *p; in tlsv1_add_cert_der()
102 static int tlsv1_add_cert(struct x509_certificate **chain, in tlsv1_add_cert()
152 static int tlsv1_set_cert_chain(struct x509_certificate **chain, in tlsv1_set_cert_chain()
Dtlsv1_server_write.c27 struct x509_certificate *cert; in tls_server_cert_chain_der_len()
160 struct x509_certificate *cert; in tls_write_server_certificate()
Dtlsv1_client_write.c27 struct x509_certificate *cert; in tls_client_cert_chain_der_len()
134 struct x509_certificate *cert; in tls_write_client_certificate()
Dtlsv1_common.c165 struct x509_certificate *cert; in tls_parse_cert()
Dtlsv1_client_read.c220 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate()
Dtlsv1_server_read.c297 struct x509_certificate *chain = NULL, *last = NULL, *cert; in tls_process_certificate()
/external/bouncycastle/patches/
Dbcprov.patch7989 + // From http://src.chromium.org/viewvc/chrome/trunk/src/net/base/x509_certificate.cc?r…
8023 …rom http://src.chromium.org/viewvc/chrome/branches/782/src/net/base/x509_certificate.cc?r1=98750&r…