Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c335 char *copied_key = NULL; in php_sha256_crypt_r() local
377 …key = copied_key = memcpy(tmp_key + __alignof__(uint32_t) - (uintptr_t)tmp_key % __alignof__(uint3… in php_sha256_crypt_r()
571 if (copied_key != NULL) { in php_sha256_crypt_r()
572 ZEND_SECURE_ZERO(copied_key, key_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c372 char *copied_key = NULL; in php_sha512_crypt_r() local
415 key = copied_key = in php_sha512_crypt_r()
622 if (copied_key != NULL) { in php_sha512_crypt_r()
623 ZEND_SECURE_ZERO(copied_key, key_len); in php_sha512_crypt_r()

Completed in 8 milliseconds