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

/sssd-io/src/db/
H A Dsysdb_ops.c4382 char *short_pw; local
4415 short_pw = talloc_strndup(tmp_ctx, password, (pw_len - cached_fa2_len));
4416 if (short_pw == NULL) {
4422 ret = s3crypt_sha512(tmp_ctx, short_pw, userhash, &comphash);

Completed in 27 milliseconds