Definition for CTAP utility functions. More...
Definition for CTAP utility functions.
Definition in file ctap_utils.h.
 Include dependency graph for ctap_utils.h:
 Include dependency graph for ctap_utils.h:Go to the source code of this file.
| Functions | |
| void | fido2_ctap_utils_wait_for_user_presence (void) | 
| LED animation to indicate that user action is required. | |
| ctap_status_code_t | fido2_ctap_utils_init_gpio_pin (gpio_t pin, gpio_mode_t mode, gpio_flank_t flank) | 
| Initialize button to be used for user presence test.  More... | |
| ctap_status_code_t | fido2_ctap_utils_user_presence_test (void) | 
| Test user presence.  More... | |
| static int | fido2_ctap_utils_cred_cmp (const void *k1, const void *k2) | 
| Compare fido2 credentials based on id to find more recent one.  More... | |
| static bool | fido2_ctap_utils_ks_equal (const ctap_resident_key_t *k1, const ctap_resident_key_t *k2) | 
| Check equality of resident keys based on rp_id_hash and user_id.  More... | |