Searched refs:copied_key (Results 1 – 2 of 2) sorted by relevance
341 char *copied_key = NULL; in php_sha256_crypt_r() local376 …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()
374 char *copied_key = NULL; in php_sha512_crypt_r() local410 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 9 milliseconds