Searched refs:p_bytes (Results 1 – 2 of 2) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | crypt_sha256.c | 359 char *p_bytes; in php_sha256_crypt_r() local 458 cp = p_bytes = alloca(key_len); in php_sha256_crypt_r() 490 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r() 502 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r() 509 sha256_process_bytes(p_bytes, key_len, &ctx); in php_sha256_crypt_r() 575 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha256_crypt_r()
|
H A D | crypt_sha512.c | 392 char *p_bytes; in php_sha512_crypt_r() local 492 cp = p_bytes = alloca(key_len); in php_sha512_crypt_r() 525 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r() 537 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r() 544 sha512_process_bytes(p_bytes, key_len, &ctx); in php_sha512_crypt_r() 623 ZEND_SECURE_ZERO(p_bytes, key_len); in php_sha512_crypt_r()
|
Completed in 9 milliseconds