Searched refs:cert_buf (Results 1 – 2 of 2) sorted by relevance
283 struct wpabuf *cert_buf = NULL; in tls_peer_cert_event() local294 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() local338 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 …]
832 struct wpabuf *cert_buf = NULL; in gnutls_tls_fail_event() local843 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() local1160 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()