p_bytes 359 ext/standard/crypt_sha256.c char *p_bytes; p_bytes 458 ext/standard/crypt_sha256.c cp = p_bytes = alloca(key_len); p_bytes 490 ext/standard/crypt_sha256.c sha256_process_bytes(p_bytes, key_len, &ctx); p_bytes 502 ext/standard/crypt_sha256.c sha256_process_bytes(p_bytes, key_len, &ctx); p_bytes 509 ext/standard/crypt_sha256.c sha256_process_bytes(p_bytes, key_len, &ctx); p_bytes 575 ext/standard/crypt_sha256.c ZEND_SECURE_ZERO(p_bytes, key_len); p_bytes 392 ext/standard/crypt_sha512.c char *p_bytes; p_bytes 492 ext/standard/crypt_sha512.c cp = p_bytes = alloca(key_len); p_bytes 525 ext/standard/crypt_sha512.c sha512_process_bytes(p_bytes, key_len, &ctx); p_bytes 537 ext/standard/crypt_sha512.c sha512_process_bytes(p_bytes, key_len, &ctx); p_bytes 544 ext/standard/crypt_sha512.c sha512_process_bytes(p_bytes, key_len, &ctx); p_bytes 623 ext/standard/crypt_sha512.c ZEND_SECURE_ZERO(p_bytes, key_len);