Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c767 struct wpabuf *cert_buf = NULL; in gnutls_tls_fail_event() local
778 cert_buf = wpabuf_alloc_copy(cert->data, cert->size); in gnutls_tls_fail_event()
779 ev.cert_fail.cert = cert_buf; in gnutls_tls_fail_event()
782 wpabuf_free(cert_buf); in gnutls_tls_fail_event()
1085 struct wpabuf *cert_buf = NULL; in tls_connection_verify_peer() local
1095 cert_buf = wpabuf_alloc_copy(certs[i].data, in tls_connection_verify_peer()
1097 ev.peer_cert.cert = cert_buf; in tls_connection_verify_peer()
1111 wpabuf_free(cert_buf); in tls_connection_verify_peer()