Home
last modified time | relevance | path

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

/glibc-2.36/crypt/
Dsha256-crypt.c114 char *s_bytes; in __sha256_crypt_r() local
273 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()
Dsha512-crypt.c114 char *s_bytes; in __sha512_crypt_r() local
272 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()