Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dcrypt_sha256.c343 char *s_bytes; in php_sha256_crypt_r() local
472 cp = s_bytes = do_alloca(salt_len, use_heap_s_bytes); in php_sha256_crypt_r()
493 sha256_process_bytes(s_bytes, salt_len, &ctx); in php_sha256_crypt_r()
572 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha256_crypt_r()
589 free_alloca(s_bytes, use_heap_s_bytes); in php_sha256_crypt_r()
H A Dcrypt_sha512.c376 char *s_bytes; in php_sha512_crypt_r() local
507 cp = s_bytes = do_alloca(salt_len, use_heap_s_bytes); in php_sha512_crypt_r()
528 sha512_process_bytes(s_bytes, salt_len, &ctx); in php_sha512_crypt_r()
620 ZEND_SECURE_ZERO(s_bytes, salt_len); in php_sha512_crypt_r()
636 free_alloca(s_bytes, use_heap_s_bytes); in php_sha512_crypt_r()

Completed in 25 milliseconds