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

  /device/google/contexthub/lib/include/nanohub/
aes.h 35 void aesInitForEncr(struct AesContext *ctx, const uint32_t *k);
  /device/google/contexthub/lib/nanohub/
aes.c 155 void aesInitForEncr(struct AesContext *ctx, const uint32_t *k)
188 aesInitForEncr(&tmpSpace->tmpCtx, k);
346 aesInitForEncr(&ctx->aes, k);
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c 693 .blAesInitForEncr = &aesInitForEncr,
    [all...]

Completed in 676 milliseconds