Home
last modified time | relevance | path

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

/dports/security/plasma5-kwallet-pam/kwallet-pam-5.23.5/
H A Dpam_kwallet.c73 int kwallet_hash(pam_handle_t *pamh, const char *passphrase, struct passwd *userInfo, char *key);
563 if (!key || kwallet_hash(pamh, password, userInfo, key) != 0) { in pam_sm_open_session()
760 int kwallet_hash(pam_handle_t *pamh, const char *passphrase, struct passwd *userInfo, char *key) in kwallet_hash() function