Searched refs:unhexmem_full (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/basic/ ! |
D | hexdecoct.h | 21 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()
|
D | hexdecoct.c | 111 int unhexmem_full(const char *p, size_t l, bool secure, void **ret, size_t *ret_len) { in unhexmem_full() function
|
D | fileio.c | 712 … r = unhexmem_full(buf, l, flags & READ_FULL_FILE_SECURE, &decoded, &decoded_size); in read_full_stream_full()
|
/systemd-251/src/creds/ ! |
D | creds.c | 279 r = unhexmem_full(input, input_size, true, ret_output, ret_output_size); in transcode()
|
/systemd-251/src/network/netdev/ ! |
D | macsec.c | 726 r = unhexmem_full(rvalue, strlen(rvalue), true, &p, &l); in config_parse_macsec_key()
|