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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_common.h253 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_server_read.c517 if (tls_parse_cert(pos, cert_len,
H A Dtlsv1_client_read.c468 if (tls_parse_cert(pos, cert_len,

Completed in 128 milliseconds