Home
last modified time | relevance | path

Searched refs:tmpCtx (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/lib/include/nanohub/
Daes.h27 struct AesContext tmpCtx; member
/device/google/contexthub/lib/nanohub/
Daes.c185 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()