Home
last modified time | relevance | path

Searched refs:aesInitForDecr (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Daes.h36 void aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t…
/device/google/contexthub/lib/nanohub/
Daes.c183 void aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t… in aesInitForDecr() function
354 aesInitForDecr(&ctx->aes, &tmp, k); in aesCbcInitForDecr()
/device/google/contexthub/firmware/os/core/
Dbl.c709 .blAesInitForDecr = &aesInitForDecr,