Home
last modified time | relevance | path

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

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-util.c9 char **ret_dump_str) { in crypt_dump_buffer_to_hex_string() argument
15 assert(ret_dump_str); in crypt_dump_buffer_to_hex_string()
28 *ret_dump_str = TAKE_PTR(dump_str); in crypt_dump_buffer_to_hex_string()
33 int crypt_dump_hex_string(const char *hex_str, char **ret_dump_str) { in crypt_dump_hex_string() argument
40 assert(ret_dump_str); in crypt_dump_hex_string()
55 *ret_dump_str = TAKE_PTR(dump_str); in crypt_dump_hex_string()
Dcryptsetup-token-util.h36 char **ret_dump_str);
38 int crypt_dump_hex_string(const char *hex_str, char **ret_dump_str);