Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Drecovery-key.c11 int decode_modhex_char(char x) { in decode_modhex_char() function
54 a = decode_modhex_char(password[k]); in normalize_recovery_key()
57 b = decode_modhex_char(password[k+1]); in normalize_recovery_key()
Drecovery-key.h14 int decode_modhex_char(char x);