Searched refs:tmpSpace (Results 1 – 3 of 3) sorted by relevance
/device/google/contexthub/lib/nanohub/ |
D | aes.c | 183 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/ |
D | aes.h | 36 void aesInitForDecr(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t…
|
/device/google/contexthub/firmware/inc/platform/stm32f4xx/ |
D | bl.h | 82 …lAesInitForDecr)(struct AesContext *ctx, struct AesSetupTempWorksSpace *tmpSpace, const uint32_t *…
|