Searched refs:copied_key (Results 1 – 2 of 2) sorted by relevance
357 char *copied_key = NULL; in php_sha256_crypt_r() local388 …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 memset(copied_key, '\0', key_len); in php_sha256_crypt_r()
390 char *copied_key = NULL; in php_sha512_crypt_r() local422 key = copied_key = in php_sha512_crypt_r()627 if (copied_key != NULL) { in php_sha512_crypt_r()628 memset(copied_key, '\0', key_len); in php_sha512_crypt_r()
Completed in 8 milliseconds