Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c366 char *s_bytes; in php_sha256_crypt_r() local
482 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
503 sha256_process_bytes(s_bytes, salt_len, &ctx); in php_sha256_crypt_r()
582 memset(s_bytes, '\0', salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c399 char *s_bytes; in php_sha512_crypt_r() local
517 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
538 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
630 memset(s_bytes, '\0', salt_len); in php_sha512_crypt_r()

Completed in 8 milliseconds