Home
last modified time | relevance | path

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

/systemd-251/src/home/
Dhomework.c115 r = test_password_one(h->fido2_hmac_salt[n].hashed_password, *pp); in user_record_authenticate()
185 r = fido2_use_token(h, secret, h->fido2_hmac_salt + n, &decrypted_password); in user_record_authenticate()
212 … r = test_password_one(h->fido2_hmac_salt[n].hashed_password, decrypted_password); in user_record_authenticate()
1216 r = fido2_use_token(h, h, h->fido2_hmac_salt + n, &decrypted_password); in user_record_compile_effective_passwords()
1220 r = test_password_one(h->fido2_hmac_salt[n].hashed_password, decrypted_password); in user_record_compile_effective_passwords()
/systemd-251/src/shared/
Duser-record.h358 Fido2HmacSalt *fido2_hmac_salt; member
Duser-record.c184 fido2_hmac_salt_done(h->fido2_hmac_salt + i); in user_record_free()
898 … array = reallocarray(h->fido2_hmac_salt, h->n_fido2_hmac_salt + 1, sizeof(Fido2HmacSalt)); in dispatch_fido2_hmac_salt()
902 h->fido2_hmac_salt = array; in dispatch_fido2_hmac_salt()
903 k = h->fido2_hmac_salt + h->n_fido2_hmac_salt; in dispatch_fido2_hmac_salt()