Searched defs:x509_certificate (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant/
H A Dx509v3.h34 struct x509_certificate { struct
35 struct x509_certificate *next;
73 * The DER format certificate follows struct x509_certificate. These
94 void x509_certificate_free(struct x509_certificate *cert);
95 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
98 void x509_certificate_chain_free(struct x509_certificate *cert);
99 int x509_certificate_check_signature(struct x509_certificate *issuer,
100 struct x509_certificate *cert);
101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
102 struct x509_certificate *chai
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dx509v3.h34 struct x509_certificate { struct
35 struct x509_certificate *next;
73 * The DER format certificate follows struct x509_certificate. These
94 void x509_certificate_free(struct x509_certificate *cert);
95 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
98 void x509_certificate_chain_free(struct x509_certificate *cert);
99 int x509_certificate_check_signature(struct x509_certificate *issuer,
100 struct x509_certificate *cert);
101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
102 struct x509_certificate *chai
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h54 struct x509_certificate { struct
55 struct x509_certificate *next;
95 * The DER format certificate follows struct x509_certificate. These
114 void x509_certificate_free(struct x509_certificate *cert);
115 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
118 void x509_certificate_chain_free(struct x509_certificate *cert);
119 int x509_certificate_check_signature(struct x509_certificate *issuer,
120 struct x509_certificate *cert);
121 int x509_certificate_chain_validate(struct x509_certificate *trusted,
122 struct x509_certificate *chai
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h54 struct x509_certificate { struct
55 struct x509_certificate *next;
95 * The DER format certificate follows struct x509_certificate. These
114 void x509_certificate_free(struct x509_certificate *cert);
115 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
118 void x509_certificate_chain_free(struct x509_certificate *cert);
119 int x509_certificate_check_signature(struct x509_certificate *issuer,
120 struct x509_certificate *cert);
121 int x509_certificate_chain_validate(struct x509_certificate *trusted,
122 struct x509_certificate *chai
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h54 struct x509_certificate { struct
55 struct x509_certificate *next;
95 * The DER format certificate follows struct x509_certificate. These
114 void x509_certificate_free(struct x509_certificate *cert);
115 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
118 void x509_certificate_chain_free(struct x509_certificate *cert);
119 int x509_certificate_check_signature(struct x509_certificate *issuer,
120 struct x509_certificate *cert);
121 int x509_certificate_chain_validate(struct x509_certificate *trusted,
122 struct x509_certificate *chai
[all...]

Completed in 209 milliseconds