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

/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c87 char *s_bytes = NULL; local
224 cp = s_bytes = alloca(salt_len);
244 HASH_Update(ctx, (const unsigned char *)s_bytes, salt_len);
325 if (s_bytes) memset(s_bytes, '\0', salt_len);
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c89 char *s_bytes = NULL; local
231 cp = s_bytes = alloca(salt_len);
254 EVP_DigestUpdate(ctx, (const unsigned char *)s_bytes, salt_len);
335 if (s_bytes) memset(s_bytes, '\0', salt_len);

Completed in 549 milliseconds