Searched refs:checksum_algos (Results 1 - 2 of 2) sorted by last modified time

/u-boot/boot/
H A Dimage-sig.c19 struct checksum_algo checksum_algos[] = { variable in typeref:struct:checksum_algo
64 for (i = 0; i < ARRAY_SIZE(checksum_algos); i++) {
65 name = checksum_algos[i].name;
69 return &checksum_algos[i];
/u-boot/tools/
H A Dimage-sig-host.c15 struct checksum_algo checksum_algos[] = { variable in typeref:struct:checksum_algo
97 for (i = 0; i < ARRAY_SIZE(checksum_algos); i++) {
98 name = checksum_algos[i].name;
102 return &checksum_algos[i];

Completed in 43 milliseconds