HomeSort by: relevance | last modified time | path
    Searched refs:newEntValue (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_transport.c 236 UINT32 entityValue, newEntValue;
249 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue))
255 LoadBlob_UINT32(&offset, newEntValue, rgbWrappedCmdParamIn);
tcs_auth_mgr.c 474 UINT32 newEntValue = 0;
476 /* if ET is not KEYHANDLE or KEY, newEntValue is a don't care */
478 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue))
481 newEntValue = entityValue;
490 if ((result = TCSP_OSAP_Internal(hContext, entityType, newEntValue, nonceOddOSAP,

Completed in 46 milliseconds