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

  /external/wpa_supplicant_8/src/tls/
x509v3.h 50 struct x509_certificate { struct
51 struct x509_certificate *next;
102 * The DER format certificate follows struct x509_certificate. These
126 void x509_certificate_free(struct x509_certificate *cert);
133 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len);
137 void x509_certificate_chain_free(struct x509_certificate *cert);
138 int x509_check_signature(struct x509_certificate *issuer,
142 int x509_certificate_check_signature(struct x509_certificate *issuer,
143 struct x509_certificate *cert);
144 int x509_certificate_chain_validate(struct x509_certificate *trusted
    [all...]
tlsv1_cred.h 13 struct x509_certificate *trusted_certs;
14 struct x509_certificate *cert;
tlsv1_client_ocsp.c 50 static int ocsp_responder_id_match(struct x509_certificate *signer,
111 struct x509_certificate *cert,
112 struct x509_certificate *issuer,
319 struct x509_certificate *cert,
320 struct x509_certificate *issuer, const u8 *resp,
354 struct x509_certificate *srv_cert,
364 struct x509_certificate *certs = NULL, *last_cert = NULL;
365 struct x509_certificate *issuer, *signer;
454 struct x509_certificate *cert;
687 struct x509_certificate *cert
    [all...]
x509v3.c 45 void x509_certificate_free(struct x509_certificate *cert)
67 void x509_certificate_chain_free(struct x509_certificate *cert)
69 struct x509_certificate *next;
220 struct x509_certificate *cert,
650 struct x509_certificate *cert, const u8 **next)
732 static int x509_parse_ext_key_usage(struct x509_certificate *cert,
769 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert,
1031 static int x509_parse_ext_subject_alt_name(struct x509_certificate *cert,
1058 static int x509_parse_ext_issuer_alt_name(struct x509_certificate *cert,
1134 static int x509_parse_ext_ext_key_usage(struct x509_certificate *cert
    [all...]
tlsv1_client_i.h 75 struct x509_certificate *server_cert;
tlsv1_cred.c 45 static int tlsv1_add_cert_der(struct x509_certificate **chain,
48 struct x509_certificate *cert, *p;
107 static int tlsv1_add_cert(struct x509_certificate **chain,
157 static int tlsv1_set_cert_chain(struct x509_certificate **chain,
506 struct x509_certificate *cert;
    [all...]
tlsv1_client_read.c 280 struct x509_certificate *cert)
321 struct x509_certificate *cert,
352 struct x509_certificate *chain = NULL, *last = NULL, *cert;
825 struct x509_certificate *cert;
    [all...]
tlsv1_common.c 165 struct x509_certificate *cert;
tlsv1_client_write.c 27 struct x509_certificate *cert;
266 struct x509_certificate *cert;
tlsv1_server_write.c 27 struct x509_certificate *cert;
191 struct x509_certificate *cert;
tlsv1_server_read.c 374 struct x509_certificate *chain = NULL, *last = NULL, *cert;
    [all...]

Completed in 171 milliseconds