Searched refs:copied_key (Results 1 – 2 of 2) sorted by relevance
363 char *copied_key = NULL; in php_sha256_crypt_r() local394 …key = copied_key = memcpy(tmp + __alignof__(uint32_t) - (tmp - (char *) 0) % __alignof__(uint32_t)… in php_sha256_crypt_r()586 if (copied_key != NULL) { in php_sha256_crypt_r()587 memset(copied_key, '\0', key_len); in php_sha256_crypt_r()
396 char *copied_key = NULL; in php_sha512_crypt_r() local428 key = copied_key = in php_sha512_crypt_r()633 if (copied_key != NULL) { in php_sha512_crypt_r()634 memset(copied_key, '\0', key_len); in php_sha512_crypt_r()
Completed in 8 milliseconds