Home
last modified time | relevance | path

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

/trueos/lib/libcrypt/
HDcrypt-sha256.c70 char *cp, *copied_key, *copied_salt, *p_bytes, *s_bytes, *endp; in crypt_sha256_r() local
174 cp = s_bytes = alloca(salt_len); in crypt_sha256_r()
195 SHA256_Update(&ctx, s_bytes, salt_len); in crypt_sha256_r()
258 memset(s_bytes, '\0', salt_len); in crypt_sha256_r()
HDcrypt-sha512.c70 char *cp, *copied_key, *copied_salt, *p_bytes, *s_bytes, *endp; in crypt_sha512_r() local
174 cp = s_bytes = alloca(salt_len); in crypt_sha512_r()
195 SHA512_Update(&ctx, s_bytes, salt_len); in crypt_sha512_r()
270 memset(s_bytes, '\0', salt_len); in crypt_sha512_r()