Searched refs:security_config_str (Results 1 – 1 of 1) sorted by relevance
7138 char security_config_str[strlen(SECURITY_CONFIG_KEY) + HEX_STR_LEN + 1]; in exec_add_apple_strings() local7140 snprintf(security_config_str, sizeof(security_config_str), in exec_add_apple_strings()7143 error = exec_add_user_string(imgp, CAST_USER_ADDR_T(security_config_str), UIO_SYSSPACE, FALSE); in exec_add_apple_strings()