Searched refs:short_pw (Results 1 - 1 of 1) sorted by relevance

/sssd/src/db/
H A Dsysdb_ops.c4013 char *short_pw; local
4046 short_pw = talloc_strndup(tmp_ctx, password, (pw_len - cached_fa2_len));
4047 if (short_pw == NULL) {
4053 ret = s3crypt_sha512(tmp_ctx, short_pw, userhash, &comphash);

Completed in 751 milliseconds