HomeSort by: relevance | last modified time | path
    Searched defs:entityValue (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_auth.c 72 UINT32 entityValue;
90 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &entityValue, 0, &data->comm))
97 result = auth_mgr_osap(hContext, entityType, entityValue, nonceOddOSAP,
rpc_delegate.c 559 BYTE *entityValue;
580 entityValue = malloc(entityValueSize);
581 if (entityValue == NULL) {
585 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, entityValue, entityValueSize, &data->comm)) {
586 free(entityValue);
593 entityValue, &authHandle, &nonceEven, &nonceEvenDSAP);
596 free(entityValue);
  /src/crypto/external/cpl/trousers/dist/src/include/
authsess.h 33 BYTE *entityValue;
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_transport.c 236 UINT32 entityValue, newEntValue;
246 UnloadBlob_UINT32(&offset, &entityValue, rgbWrappedCmdParamIn);
249 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue))
280 /* DSAP's only encrypted paramter is entityValue, so replacing keyHandle inside

Completed in 29 milliseconds