Searched refs:tmpCtx (Results 1 – 2 of 2) sorted by relevance
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()
27 struct AesContext tmpCtx; member