Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:x509_certificate

44 void x509_certificate_free(struct x509_certificate *cert)
65 void x509_certificate_chain_free(struct x509_certificate *cert)
67 struct x509_certificate *next;
223 struct x509_certificate *cert,
623 struct x509_certificate *cert, const u8 **next)
696 static int x509_parse_ext_key_usage(struct x509_certificate *cert,
733 static int x509_parse_ext_basic_constraints(struct x509_certificate *cert,
818 static int x509_parse_extension_data(struct x509_certificate *cert,
844 static int x509_parse_extension(struct x509_certificate *cert,
926 static int x509_parse_extensions(struct x509_certificate *cert,
957 struct x509_certificate *cert,
1197 struct x509_certificate * x509_certificate_parse(const u8 *buf, size_t len)
1201 struct x509_certificate *cert;
1303 int x509_certificate_check_signature(struct x509_certificate *issuer,
1304 struct x509_certificate *cert)
1497 static int x509_valid_issuer(const struct x509_certificate *cert)
1532 int x509_certificate_chain_validate(struct x509_certificate *trusted,
1533 struct x509_certificate *chain,
1538 struct x509_certificate *cert, *trust;
1652 struct x509_certificate *
1653 x509_certificate_get_subject(struct x509_certificate *chain,
1656 struct x509_certificate *cert;
1671 int x509_certificate_self_signed(struct x509_certificate *cert)