Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhexdecoct.h44 int unbase64mem_full(const char *p, size_t l, bool secure, void **mem, size_t *len);
46 return unbase64mem_full(p, l, false, mem, len); in unbase64mem()
Dhexdecoct.c751 int unbase64mem_full(const char *p, size_t l, bool secure, void **ret, size_t *ret_size) { in unbase64mem_full() function
Dfileio.c710 … r = unbase64mem_full(buf, l, flags & READ_FULL_FILE_SECURE, &decoded, &decoded_size); in read_full_stream_full()
/systemd-251/src/creds/
Dcreds.c260 r = unbase64mem_full(input, input_size, true, ret_output, ret_output_size); in transcode()
/systemd-251/src/network/netdev/
Dwireguard.c511 r = unbase64mem_full(rvalue, strlen(rvalue), true, &key, &len); in wireguard_decode_key_and_warn()
/systemd-251/src/core/
Dload-fragment.c4747 r = unbase64mem_full(p, SIZE_MAX, true, &d, &size); in config_parse_set_credential()