Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dcrypt_sha256.c347 char *p_bytes; in php_sha256_crypt_r() local
446 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r()
478 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
490 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
497 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r()
563 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c380 char *p_bytes; in php_sha512_crypt_r() local
480 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r()
513 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r()
525 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()
611 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha512_crypt_r()

Completed in 13 milliseconds