Home
last modified time | relevance | path

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

/systemd-251/src/cryptsetup/cryptsetup-tokens/
Dcryptsetup-token-systemd-fido2.c101 const char *client_pin_req_str, *up_req_str, *uv_req_str; in cryptsetup_token_dump() local
127 up_req_str = "true"; in cryptsetup_token_dump()
129 up_req_str = NULL; in cryptsetup_token_dump()
131 up_req_str = "false"; in cryptsetup_token_dump()
149 if (up_req_str) in cryptsetup_token_dump()
150 crypt_log(cd, "\tfido2-up-required:" CRYPT_DUMP_LINE_SEP "%s\n", up_req_str); in cryptsetup_token_dump()