Searched refs:copied_key (Results 1 – 2 of 2) sorted by relevance
345 char *copied_key = NULL; in php_sha256_crypt_r() local376 …key = copied_key = memcpy(tmp + __alignof__(uint32_t) - (tmp - (char *) 0) % __alignof__(uint32_t)… 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()
378 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 20 milliseconds