Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dcrypt_sha256.c341 char *copied_key = NULL; in php_sha256_crypt_r() local
376 …key = copied_key = memcpy(tmp + __alignof__(uint32_t) - (uintptr_t)tmp % __alignof__(uint32_t), k… in php_sha256_crypt_r()
568 if (copied_key != NULL) { in php_sha256_crypt_r()
569 ZEND_SECURE_ZERO(copied_key, key_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c374 char *copied_key = NULL; in php_sha512_crypt_r() local
410 key = copied_key = in php_sha512_crypt_r()
615 if (copied_key != NULL) { in php_sha512_crypt_r()
616 ZEND_SECURE_ZERO(copied_key, key_len); in php_sha512_crypt_r()

Completed in 12 milliseconds