Searched refs:s_bytes (Results 1 – 2 of 2) sorted by relevance
114 char *s_bytes; in __sha256_crypt_r() local273 cp = s_bytes = alloca (salt_len); in __sha256_crypt_r()293 sha256_process_bytes (s_bytes, salt_len, &ctx, nss_ctx); in __sha256_crypt_r()378 explicit_bzero (s_bytes, salt_len); in __sha256_crypt_r()
114 char *s_bytes; in __sha512_crypt_r() local272 cp = s_bytes = alloca (salt_len); in __sha512_crypt_r()292 sha512_process_bytes (s_bytes, salt_len, &ctx, nss_ctx); in __sha512_crypt_r()400 explicit_bzero (s_bytes, salt_len); in __sha512_crypt_r()