Searched refs:mac_path (Results 1 – 1 of 1) sorted by relevance
1021 char *mac_path = NULL; in second_stage_init() local1055 mac_path = malloc(strlen(image_path) + strlen(mac_suffix) + 1); in second_stage_init()1056 if (mac_path == NULL) in second_stage_init()1058 strcpy(mac_path, image_path); in second_stage_init()1059 strcat(mac_path, mac_suffix); in second_stage_init()1071 hmac_blob = load_key_chunk("mmc", mmcdev, FS_TYPE_EXT, mac_path); in second_stage_init()1095 if (mac_path) in second_stage_init()1096 free(mac_path); in second_stage_init()