HomeSort by relevance Sort by last modified time
    Searched refs:tbb_ext (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
tbb_ext.h 36 extern ext_t tbb_ext[];
ext.h 65 int ext_init(ext_t *tbb_ext);
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
tbb_ext.c 38 ext_t tbb_ext[] = { variable
ext.c 52 int ext_init(ext_t *tbb_ext)
58 while ((ext = &tbb_ext[i++]) && ext->oid) {
main.c 49 #include "tbb_ext.h"
387 if (ext_init(tbb_ext) != 0) {
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/
Makefile 42 src/tbb_ext.o \

Completed in 704 milliseconds