Searched refs:API_SIG_MAGLEN (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dapi_public.h24 #define API_SIG_MAGLEN 8 macro
27 char magic[API_SIG_MAGLEN]; /* magic string */
/u-boot/examples/api/
H A Dglue.c54 search_end = search_start + API_SEARCH_LEN - API_SIG_MAGLEN;
57 while ((sp + API_SIG_MAGLEN) < (unsigned char *)search_end) {
58 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) {
63 sp += API_SIG_MAGLEN;

Completed in 46 milliseconds