HomeSort by relevance Sort by last modified time
    Searched refs:tmpCtx (Results 1 - 3 of 3) sorted by null

  /device/google/contexthub/lib/include/nanohub/
aes.h 27 struct AesContext tmpCtx;
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 221 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext());
222 if (!tmpCtx || !m_functions.makeCurrent(tmpWindow.getDeviceContext(), tmpCtx))
224 if (tmpCtx)
225 m_functions.deleteContext(tmpCtx);
238 m_functions.deleteContext(tmpCtx);
  /device/google/contexthub/lib/nanohub/
aes.c 185 uint32_t i, j, *ks = ctx->K + 4, *encrK = tmpSpace->tmpCtx.K + 52;
188 aesInitForEncr(&tmpSpace->tmpCtx, k);
191 memcpy(ctx->K, tmpSpace->tmpCtx.K + 56, sizeof(uint32_t[4]));

Completed in 290 milliseconds