Searched refs:s_bytes (Results 1 – 2 of 2) sorted by relevance
348 char *s_bytes; in php_sha256_crypt_r() local464 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()485 sha256_process_bytes(s_bytes, salt_len, &ctx); in php_sha256_crypt_r()564 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha256_crypt_r()
381 char *s_bytes; in php_sha512_crypt_r() local499 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()520 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()612 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha512_crypt_r()
Completed in 9 milliseconds