Searched refs:tls_parse_cert (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_common.h251 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
H A Dtlsv1_common.c153 * tls_parse_cert - Parse DER encoded X.509 certificate and get public key
163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk) function
H A Dtlsv1_client_read.c336 if (tls_parse_cert(pos, cert_len,
H A Dtlsv1_server_read.c412 if (tls_parse_cert(pos, cert_len,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_common.h251 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
H A Dtlsv1_common.c153 * tls_parse_cert - Parse DER encoded X.509 certificate and get public key
163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk) function
H A Dtlsv1_client_read.c336 if (tls_parse_cert(pos, cert_len,
H A Dtlsv1_server_read.c412 if (tls_parse_cert(pos, cert_len,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_common.h251 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk);
H A Dtlsv1_common.c153 * tls_parse_cert - Parse DER encoded X.509 certificate and get public key
163 int tls_parse_cert(const u8 *buf, size_t len, struct crypto_public_key **pk) function
H A Dtlsv1_client_read.c336 if (tls_parse_cert(pos, cert_len,
H A Dtlsv1_server_read.c412 if (tls_parse_cert(pos, cert_len,

Completed in 5638 milliseconds