s_bytes 360 ext/standard/crypt_sha256.c char *s_bytes; s_bytes 476 ext/standard/crypt_sha256.c cp = s_bytes = alloca(salt_len); s_bytes 497 ext/standard/crypt_sha256.c sha256_process_bytes(s_bytes, salt_len, &ctx); s_bytes 576 ext/standard/crypt_sha256.c ZEND_SECURE_ZERO(s_bytes, salt_len); s_bytes 393 ext/standard/crypt_sha512.c char *s_bytes; s_bytes 511 ext/standard/crypt_sha512.c cp = s_bytes = alloca(salt_len); s_bytes 532 ext/standard/crypt_sha512.c sha512_process_bytes(s_bytes, salt_len, &ctx); s_bytes 624 ext/standard/crypt_sha512.c ZEND_SECURE_ZERO(s_bytes, salt_len);