Searched refs:mac_path (Results 1 – 1 of 1) sorted by relevance
1046 char *mac_path = NULL; in second_stage_init() local1084 mac_path = malloc(strlen(image_path) + strlen(mac_suffix) + 1); in second_stage_init()1085 if (mac_path == NULL) in second_stage_init()1087 strcpy(mac_path, image_path); in second_stage_init()1088 strcat(mac_path, mac_suffix); in second_stage_init()1100 hmac_blob = load_key_chunk("mmc", mmcdev, FS_TYPE_EXT, mac_path); in second_stage_init()1124 if (mac_path) in second_stage_init()1125 free(mac_path); in second_stage_init()