Searched refs:hash_password (Results 1 – 7 of 7) sorted by relevance
8 static inline int hash_password(const char *password, char **ret) { in hash_password() function
116 r = hash_password(password, &hashed); in identity_add_recovery_key()
84 r = hash_password(base64_encoded, &hashed); in add_fido2_salt()
37 r = hash_password(base64_encoded, &hashed); in add_pkcs11_encrypted_key()
798 r = hash_password(*i, &hashed); in user_record_make_hashed_password()
930 r = hash_password(arg_root_password, &_hashed_password); in process_root_args()
616 r = hash_password(plaintext_password, &creds_password); in write_temporary_shadow()