Searched refs:unbase64mem_full (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/basic/ |
D | hexdecoct.h | 44 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()
|
D | hexdecoct.c | 751 int unbase64mem_full(const char *p, size_t l, bool secure, void **ret, size_t *ret_size) { in unbase64mem_full() function
|
D | fileio.c | 710 … r = unbase64mem_full(buf, l, flags & READ_FULL_FILE_SECURE, &decoded, &decoded_size); in read_full_stream_full()
|
/systemd-251/src/creds/ |
D | creds.c | 260 r = unbase64mem_full(input, input_size, true, ret_output, ret_output_size); in transcode()
|
/systemd-251/src/network/netdev/ |
D | wireguard.c | 511 r = unbase64mem_full(rvalue, strlen(rvalue), true, &key, &len); in wireguard_decode_key_and_warn()
|
/systemd-251/src/core/ |
D | load-fragment.c | 4747 r = unbase64mem_full(p, SIZE_MAX, true, &d, &size); in config_parse_set_credential()
|