Home
last modified time | relevance | path

Searched refs:cert_buf (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_read.c283 struct wpabuf *cert_buf = NULL; in tls_peer_cert_event() local
294 cert_buf = wpabuf_alloc_copy(cert->cert_start, in tls_peer_cert_event()
296 ev.peer_cert.cert = cert_buf; in tls_peer_cert_event()
299 if (cert_buf) { in tls_peer_cert_event()
302 addr[0] = wpabuf_head(cert_buf); in tls_peer_cert_event()
303 len[0] = wpabuf_len(cert_buf); in tls_peer_cert_event()
316 wpabuf_free(cert_buf); in tls_peer_cert_event()
325 struct wpabuf *cert_buf = NULL; in tls_cert_chain_failure_event() local
338 cert_buf = wpabuf_alloc_copy(cert->cert_start, in tls_cert_chain_failure_event()
340 ev.cert_fail.cert = cert_buf; in tls_cert_chain_failure_event()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c832 struct wpabuf *cert_buf = NULL; in gnutls_tls_fail_event() local
843 cert_buf = wpabuf_alloc_copy(cert->data, cert->size); in gnutls_tls_fail_event()
844 ev.cert_fail.cert = cert_buf; in gnutls_tls_fail_event()
847 wpabuf_free(cert_buf); in gnutls_tls_fail_event()
1150 struct wpabuf *cert_buf = NULL; in tls_connection_verify_peer() local
1160 cert_buf = wpabuf_alloc_copy(certs[i].data, in tls_connection_verify_peer()
1162 ev.peer_cert.cert = cert_buf; in tls_connection_verify_peer()
1176 wpabuf_free(cert_buf); in tls_connection_verify_peer()