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

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dx509v3.h48 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 *chai
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dx509v3.h48 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 *chai
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dx509v3.h48 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 *chai
[all...]

Completed in 92 milliseconds