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

/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c337 int hlen = (sizeof (sha512_salt_prefix) - 1 local
342 hash = talloc_size(memctx, hlen);
345 ret = sha512_crypt_r(key, salt, hash, hlen);
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c347 int hlen = (sizeof (sha512_salt_prefix) - 1 local
352 hash = talloc_size(memctx, hlen);
355 ret = sha512_crypt_r(key, salt, hash, hlen);

Completed in 7 milliseconds