Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c337 char *p_bytes; in php_sha256_crypt_r() local
448 cp = p_bytes = do_alloca(key_len, use_heap_p_bytes); in php_sha256_crypt_r()
481 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
493 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
500 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
566 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha256_crypt_r()
583 free_alloca(p_bytes, use_heap_p_bytes); in php_sha256_crypt_r()
H A Dcrypt_sha512.c374 char *p_bytes; in php_sha512_crypt_r() local
486 cp = p_bytes = do_alloca(key_len, use_heap_p_bytes); in php_sha512_crypt_r()
520 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
532 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
539 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
618 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha512_crypt_r()
634 free_alloca(p_bytes, use_heap_p_bytes); in php_sha512_crypt_r()

Completed in 13 milliseconds