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