Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dcrypt_sha256.c357 char *copied_key = NULL; in php_sha256_crypt_r() local
388 …key = copied_key = memcpy(tmp + __alignof__(uint32_t) - (tmp - (char *) 0) % __alignof__(uint32_t)… in php_sha256_crypt_r()
580 if (copied_key != NULL) { in php_sha256_crypt_r()
581 ZEND_SECURE_ZERO(copied_key, key_len); in php_sha256_crypt_r()
H A Dcrypt_sha512.c390 char *copied_key = NULL; in php_sha512_crypt_r() local
422 key = copied_key = in php_sha512_crypt_r()
627 if (copied_key != NULL) { in php_sha512_crypt_r()
628 ZEND_SECURE_ZERO(copied_key, key_len); in php_sha512_crypt_r()

Completed in 13 milliseconds