Searched refs:base64mem_full (Results 1 – 4 of 4) sorted by relevance
/systemd-251/src/basic/ |
D | hexdecoct.h | 36 ssize_t base64mem_full(const void *p, size_t l, size_t line_break, char **ret); 38 return base64mem_full(p, l, SIZE_MAX, ret); in base64mem()
|
D | hexdecoct.c | 585 ssize_t base64mem_full( in base64mem_full() function
|
/systemd-251/src/creds/ |
D | creds.c | 250 l = base64mem_full(input, input_size, 79, &buf); in transcode() 498 base64_size = base64mem_full(output, output_size, arg_pretty ? 69 : 79, &base64_buf); in verb_encrypt()
|
/systemd-251/src/test/ |
D | test-hexdecoct.c | 297 l = base64mem_full(data, n, m, &encoded); in TEST()
|