OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x509_certificate
(Results
1 - 16
of
16
) sorted by null
/external/wpa_supplicant_8/src/tls/
x509v3.h
48
struct
x509_certificate
{
struct
49
struct
x509_certificate
*next;
89
* The DER format certificate follows struct
x509_certificate
. These
108
void x509_certificate_free(struct
x509_certificate
*cert);
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
[
all
...]
tlsv1_cred.h
13
struct
x509_certificate
*trusted_certs;
14
struct
x509_certificate
*cert;
x509v3.c
45
void x509_certificate_free(struct
x509_certificate
*cert)
66
void x509_certificate_chain_free(struct
x509_certificate
*cert)
68
struct
x509_certificate
*next;
220
struct
x509_certificate
*cert,
651
struct
x509_certificate
*cert, const u8 **next)
724
static int x509_parse_ext_key_usage(struct
x509_certificate
*cert,
761
static int x509_parse_ext_basic_constraints(struct
x509_certificate
*cert,
1023
static int x509_parse_ext_subject_alt_name(struct
x509_certificate
*cert,
1050
static int x509_parse_ext_issuer_alt_name(struct
x509_certificate
*cert,
1077
static int x509_parse_extension_data(struct
x509_certificate
*cert
[
all
...]
tlsv1_cred.c
40
static int tlsv1_add_cert_der(struct
x509_certificate
**chain,
43
struct
x509_certificate
*cert, *p;
102
static int tlsv1_add_cert(struct
x509_certificate
**chain,
152
static int tlsv1_set_cert_chain(struct
x509_certificate
**chain,
tlsv1_common.c
153
struct
x509_certificate
*cert;
tlsv1_client_write.c
27
struct
x509_certificate
*cert;
134
struct
x509_certificate
*cert;
tlsv1_server_write.c
27
struct
x509_certificate
*cert;
161
struct
x509_certificate
*cert;
tlsv1_client_read.c
220
struct
x509_certificate
*chain = NULL, *last = NULL, *cert;
tlsv1_server_read.c
283
struct
x509_certificate
*chain = NULL, *last = NULL, *cert;
/external/chromium/
Android.mk
207
net/base/
x509_certificate
.cc \
/external/chromium_org/net/
net.target.darwin-arm.mk
123
net/cert/
x509_certificate
.cc \
net.target.darwin-mips.mk
123
net/cert/
x509_certificate
.cc \
net.target.darwin-x86.mk
123
net/cert/
x509_certificate
.cc \
net.target.linux-arm.mk
123
net/cert/
x509_certificate
.cc \
net.target.linux-mips.mk
123
net/cert/
x509_certificate
.cc \
net.target.linux-x86.mk
123
net/cert/
x509_certificate
.cc \
Completed in 81 milliseconds