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

  /device/google/contexthub/util/nanoapp_sign/
Android.mk 22 nanoapp_sign.c \
40 LOCAL_MODULE := nanoapp_sign
Makefile 17 APP = nanoapp_sign
18 SRC = nanoapp_sign.c ../../lib/nanohub/rsa.c ../../lib/nanohub/sha2.c ../../lib/nanohub/nanoapp.c
  /device/google/contexthub/util/
nanohub_os_update_prepare.sh 39 nanoapp_sign -s -e ${priv} -m ${pub} -r ${raw_image}.oshdr nanohub.kernel.signed
nanoapp_prepare.sh 82 nanoapp_sign -s -e "$priv1" -m "$pub1" "${app}.napp" "${app}.sign.napp"
  /device/google/contexthub/firmware/app/
app.mk 37 NANOAPP_SIGN := $(NANOHUB_DIR)/../util/nanoapp_sign/nanoapp_sign
205 $(OUT)/$(BIN).napp : $(OUT)/$(UNSIGNED_BIN) $(NANOAPP_SIGN)
207 $(NANOAPP_SIGN) -e $(NANOHUB_KEY_PATH)/debug.privkey \
297 $(NANOAPP_SIGN): $(wildcard $(dir $(NANOAPP_SIGN))/*.c* $(dir $(NANOAPP_SIGN))/*.h)
  /device/google/contexthub/firmware/build/
config.mk 43 NANOAPP_SIGN := $(HOST_OUT_EXECUTABLES)/nanoapp_sign

Completed in 979 milliseconds