Searched refs:cred_alg (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/cryptenroll/ |
D | cryptenroll-fido2.h | 11 …*volume_key, size_t volume_key_size, const char *device, Fido2EnrollFlags lock_with, int cred_alg); 13 …volume_key, size_t volume_key_size, const char *device, Fido2EnrollFlags lock_with, int cred_alg) { in enroll_fido2() argument
|
D | cryptenroll-fido2.c | 16 int cred_alg) { in enroll_fido2() argument 46 cred_alg, in enroll_fido2()
|
/systemd-251/src/home/ |
D | homectl-fido2.c | 122 int cred_alg) { in identity_add_fido2_parameters() argument 169 cred_alg, in identity_add_fido2_parameters()
|
D | homectl-fido2.h | 7 …dd_fido2_parameters(JsonVariant **v, const char *device, Fido2EnrollFlags lock_with, int cred_alg);
|
/systemd-251/src/shared/ |
D | libfido2-util.c | 549 int cred_alg, in fido2_generate_hmac_hash() argument 646 r = sym_fido_cred_set_type(c, cred_alg); in fido2_generate_hmac_hash() 649 …iled to set FIDO2 credential type to %s: %s", fido2_algorithm_to_string(cred_alg), sym_fido_strerr… in fido2_generate_hmac_hash() 741 … "Token doesn't support credential algorithm %s.", fido2_algorithm_to_string(cred_alg)); in fido2_generate_hmac_hash()
|
D | libfido2-util.h | 112 int cred_alg,
|