Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c338 char *s_bytes; in php_sha256_crypt_r() local
467 cp = s_bytes = do_alloca(salt_len, use_heap_s_bytes); in php_sha256_crypt_r()
488 sha256_process_bytes(s_bytes, salt_len, &ctx); in php_sha256_crypt_r()
567 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha256_crypt_r()
584 free_alloca(s_bytes, use_heap_s_bytes); in php_sha256_crypt_r()
H A Dcrypt_sha512.c375 char *s_bytes; in php_sha512_crypt_r() local
506 cp = s_bytes = do_alloca(salt_len, use_heap_s_bytes); in php_sha512_crypt_r()
527 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
619 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha512_crypt_r()
635 free_alloca(s_bytes, use_heap_s_bytes); in php_sha512_crypt_r()

Completed in 9 milliseconds