Searched refs:sbuf (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | ctrl_iface_udp.c | 528 char *sbuf; local 545 sbuf = os_malloc(llen + len); 546 if (sbuf == NULL) 549 os_memcpy(sbuf, levelstr, llen); 550 os_memcpy(sbuf + llen, buf, len); 566 if (sendto(sock, sbuf, llen + len, 0, 584 os_free(sbuf);
|
D | ctrl_iface_named_pipe.c | 485 char *sbuf; in wpa_supplicant_ctrl_iface_send() local 496 sbuf = os_malloc(llen + len); in wpa_supplicant_ctrl_iface_send() 497 if (sbuf == NULL) in wpa_supplicant_ctrl_iface_send() 500 os_memcpy(sbuf, levelstr, llen); in wpa_supplicant_ctrl_iface_send() 501 os_memcpy(sbuf + llen, buf, len); in wpa_supplicant_ctrl_iface_send() 509 if (!WriteFile(dst->pipe, sbuf, llen + len, &written, in wpa_supplicant_ctrl_iface_send() 523 os_free(sbuf); in wpa_supplicant_ctrl_iface_send()
|
/hostap-latest/src/tls/ |
D | tlsv1_client_ocsp.c | 741 char sbuf[128]; in tls_process_ocsp_response() local 743 x509_name_string(&cert->subject, sbuf, sizeof(sbuf)); in tls_process_ocsp_response() 746 sbuf); in tls_process_ocsp_response()
|
D | x509v3.c | 1462 char sbuf[128]; in x509_parse_tbs_certificate() local 1545 x509_name_string(&cert->issuer, sbuf, sizeof(sbuf)); in x509_parse_tbs_certificate() 1546 wpa_printf(MSG_MSGDUMP, "X509: issuer %s", sbuf); in x509_parse_tbs_certificate() 1561 x509_name_string(&cert->subject, sbuf, sizeof(sbuf)); in x509_parse_tbs_certificate() 1562 wpa_printf(MSG_MSGDUMP, "X509: subject %s", sbuf); in x509_parse_tbs_certificate()
|