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