HomeSort by relevance Sort by last modified time
    Searched defs:x509_certificate (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant/
x509v3.h 34 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 *chain
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.h 34 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 *chain
    [all...]
  /external/wpa_supplicant_8/src/tls/
x509v3.h 54 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 *chain
    [all...]

Completed in 43 milliseconds