Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dcrypt_sha256.c360 char *s_bytes; in php_sha256_crypt_r() local
476 cp = s_bytes = alloca(salt_len); in php_sha256_crypt_r()
497 sha256_process_bytes(s_bytes, salt_len, &ctx); in php_sha256_crypt_r()
576 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c393 char *s_bytes; in php_sha512_crypt_r() local
511 cp = s_bytes = alloca(salt_len); in php_sha512_crypt_r()
532 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
624 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha512_crypt_r()

Completed in 41 milliseconds