Home
last modified time | relevance | path

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

/systemd-251/src/creds/
Dcreds.c234 void **ret_output, in transcode() argument
241 assert(ret_output); in transcode()
254 *ret_output = buf; in transcode()
260 r = unbase64mem_full(input, input_size, true, ret_output, ret_output_size); in transcode()
273 *ret_output = buf; in transcode()
279 r = unhexmem_full(input, input_size, true, ret_output, ret_output_size); in transcode()