Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dcrypt_sha256.c342 char *p_bytes; in php_sha256_crypt_r() local
453 cp = p_bytes = do_alloca(key_len, use_heap_p_bytes); in php_sha256_crypt_r()
486 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
498 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
505 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
571 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha256_crypt_r()
588 free_alloca(p_bytes, use_heap_p_bytes); in php_sha256_crypt_r()
H A Dcrypt_sha512.c375 char *p_bytes; in php_sha512_crypt_r() local
487 cp = p_bytes = do_alloca(key_len, use_heap_p_bytes); in php_sha512_crypt_r()
521 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
533 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
540 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
619 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha512_crypt_r()
635 free_alloca(p_bytes, use_heap_p_bytes); in php_sha512_crypt_r()

Completed in 11 milliseconds