Home
last modified time | relevance | path

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

/device/google/contexthub/lib/nanohub/
Daes.c183 void aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t… in aesInitForDecr() argument
185 uint32_t i, j, *ks = ctx->K + 4, *encrK = tmpSpace->tmpCtx.K + 52; in aesInitForDecr()
188 aesInitForEncr(&tmpSpace->tmpCtx, k); in aesInitForDecr()
191 memcpy(ctx->K, tmpSpace->tmpCtx.K + 56, sizeof(uint32_t[4])); in aesInitForDecr()
/device/google/contexthub/lib/include/nanohub/
Daes.h36 void aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t…
/device/google/contexthub/firmware/os/inc/
Dbl.h67 …lAesInitForDecr)(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t *…