Searched refs:decrypted_password (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/home/ |
D | homework-pkcs11.h | 13 char *decrypted_password; member 17 erase_and_free(data->decrypted_password); in pkcs11_callback_data_release()
|
D | homework.c | 160 … r = test_password_one(data.encrypted_key->hashed_password, data.decrypted_password); in user_record_authenticate() 168 r = strv_extend(&cache->pkcs11_passwords, data.decrypted_password); in user_record_authenticate() 183 _cleanup_(erase_and_freep) char *decrypted_password = NULL; 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() 220 r = strv_extend(&cache->fido2_passwords, decrypted_password); in user_record_authenticate() 1192 r = test_password_one(data.encrypted_key->hashed_password, data.decrypted_password); in user_record_compile_effective_passwords() 1199 r = strv_extend(&effective, data.decrypted_password); in user_record_compile_effective_passwords() 1204 r = strv_extend(&cache->pkcs11_passwords, data.decrypted_password); in user_record_compile_effective_passwords() 1214 _cleanup_(erase_and_freep) char *decrypted_password = NULL; in user_record_compile_effective_passwords() [all …]
|
D | homework-pkcs11.c | 99 if (base64mem(decrypted_key, decrypted_key_size, &data->decrypted_password) < 0) in pkcs11_callback()
|