Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dlibfido2-util.c61 int (*sym_fido_dev_open)(fido_dev_t *, const char *) = NULL; variable
229 r = sym_fido_dev_open(d, path); in fido2_use_hmac_hash_specific_token()
607 r = sym_fido_dev_open(d, device); in fido2_generate_hmac_hash()
933 r = sym_fido_dev_open(d, path); in check_device_is_fido2_with_hmac_secret()
Dlibfido2-util.h62 extern int (*sym_fido_dev_open)(fido_dev_t *, const char *);