Home
last modified time | relevance | path

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

/dports/security/sslproxy/SSLproxy-0.9.2/src/
H A Dprotohttp.c178 char *buf_b64; in protohttp_ocsp_is_valid_uri() local
204 buf_b64 = url_dec(buf_url, sz_url, &sz_b64); in protohttp_ocsp_is_valid_uri()
205 if (!buf_b64) { in protohttp_ocsp_is_valid_uri()
209 buf_asn1 = base64_dec(buf_b64, sz_b64, &sz_asn1); in protohttp_ocsp_is_valid_uri()
212 free(buf_b64); in protohttp_ocsp_is_valid_uri()
217 free(buf_b64); in protohttp_ocsp_is_valid_uri()
/dports/security/sslsplit/sslsplit-0.5.5/
H A Dpxyconn.c1533 char *buf_b64; in pxy_ocsp_is_valid_uri() local
1559 buf_b64 = url_dec(buf_url, sz_url, &sz_b64); in pxy_ocsp_is_valid_uri()
1560 if (!buf_b64) { in pxy_ocsp_is_valid_uri()
1564 buf_asn1 = base64_dec(buf_b64, sz_b64, &sz_asn1); in pxy_ocsp_is_valid_uri()
1567 free(buf_b64); in pxy_ocsp_is_valid_uri()
1572 free(buf_b64); in pxy_ocsp_is_valid_uri()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/qga/
H A Dcommands-win32.c340 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
348 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
364 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c491 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
501 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
527 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qga/
H A Dcommands-win32.c345 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
353 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
369 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c527 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
537 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
563 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu42/qemu-4.2.1/qga/
H A Dcommands-win32.c363 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
371 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
387 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c496 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
506 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
532 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu-utils/qemu-4.2.1/qga/
H A Dcommands-win32.c363 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
371 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
387 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c496 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
506 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
532 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qga/
H A Dcommands-win32.c358 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
366 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
382 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c507 read_data->buf_b64 = g_base64_encode(buf, read_count); in qmp_guest_file_read()
517 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
543 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu60/qemu-6.0.0/qga/
H A Dcommands-win32.c376 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
384 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
400 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c492 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
502 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
528 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu/qemu-6.2.0/qga/
H A Dcommands-win32.c376 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
384 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
400 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c492 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
502 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
528 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qga/
H A Dcommands-win32.c376 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
384 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
400 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c492 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
502 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
528 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
/dports/emulators/qemu5/qemu-5.2.0/qga/
H A Dcommands-win32.c376 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
384 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
400 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()
H A Dcommands-posix.c492 read_data->buf_b64 = g_base64_encode(buf, read_count); in guest_file_read_unsafe()
502 GuestFileWrite *qmp_guest_file_write(int64_t handle, const char *buf_b64, in qmp_guest_file_write() argument
528 buf = qbase64_decode(buf_b64, -1, &buf_len, errp); in qmp_guest_file_write()