Home
last modified time | relevance | path

Searched refs:mac_path (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c1021 char *mac_path = NULL; in second_stage_init() local
1055 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()