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

  /device/google/contexthub/lib/include/nanohub/
aes.h 38 void aesDecr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst); //deencrypts AES_BLOCK_WORDS words
  /device/google/contexthub/lib/nanohub/
aes.c 274 void aesDecr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst)
373 aesDecr(&ctx->aes, src, tmp);
  /device/google/contexthub/firmware/os/core/
bl.c 711 .blAesDecr = &aesDecr,

Completed in 89 milliseconds