Searched refs:crypt_dump_hex_string (Results 1 – 3 of 3) sorted by relevance
33 int crypt_dump_hex_string(const char *hex_str, char **ret_dump_str) { in crypt_dump_hex_string() function
38 int crypt_dump_hex_string(const char *hex_str, char **ret_dump_str);
170 r = crypt_dump_hex_string(hex_policy_hash, &policy_hash_str); in cryptsetup_token_dump()