Home
last modified time | relevance | path

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

/systemd-251/src/basic/ !
Dhexdecoct.h21 int unhexmem_full(const char *p, size_t l, bool secure, void **mem, size_t *len);
23 return unhexmem_full(p, l, false, mem, len); in unhexmem()
Dhexdecoct.c111 int unhexmem_full(const char *p, size_t l, bool secure, void **ret, size_t *ret_len) { in unhexmem_full() function
Dfileio.c712 … r = unhexmem_full(buf, l, flags & READ_FULL_FILE_SECURE, &decoded, &decoded_size); in read_full_stream_full()
/systemd-251/src/creds/ !
Dcreds.c279 r = unhexmem_full(input, input_size, true, ret_output, ret_output_size); in transcode()
/systemd-251/src/network/netdev/ !
Dmacsec.c726 r = unhexmem_full(rvalue, strlen(rvalue), true, &p, &l); in config_parse_macsec_key()