Lines Matching refs:txt
255 static void tls_show_errors(int level, const char *func, const char *txt)
260 func, txt, ERR_error_string(ERR_get_error(), NULL));
3682 char *txt;
3694 txt = os_malloc(rlen + 1);
3695 if (!txt) {
3700 res = BIO_read(out, txt, rlen);
3702 txt[res] = '\0';
3703 wpa_printf(MSG_DEBUG, "OpenSSL: OCSP Response\n%s", txt);
3705 os_free(txt);
3716 char *txt;
3728 txt = os_malloc(rlen + 1);
3729 if (!txt) {
3734 res = BIO_read(out, txt, rlen);
3736 txt[res] = '\0';
3737 wpa_printf(MSG_DEBUG, "OpenSSL: %s\n%s", title, txt);
3739 os_free(txt);