Searched refs:s_bytes (Results 1 – 2 of 2) sorted by relevance
| /trueos/lib/libcrypt/ |
| HD | crypt-sha256.c | 70 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()
|
| HD | crypt-sha512.c | 70 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()
|