Searched refs:sym_fido_dev_open (Results 1 – 2 of 2) sorted by relevance
61 int (*sym_fido_dev_open)(fido_dev_t *, const char *) = NULL; variable229 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()
62 extern int (*sym_fido_dev_open)(fido_dev_t *, const char *);