Searched refs:CDHASH_KEY (Results 1 – 1 of 1) sorted by relevance
6156 #define CDHASH_KEY "executable_cdhash=" macro6351 char hash_string[strlen(CDHASH_KEY) + 2 * SHA1_RESULTLEN + 1]; in exec_add_apple_strings()6352 strncpy(hash_string, CDHASH_KEY, sizeof(hash_string)); in exec_add_apple_strings()6353 char *p = hash_string + sizeof(CDHASH_KEY) - 1; in exec_add_apple_strings()