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

  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs_structs.h 17 TPM_NONCE NonceOdd; // system
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_auth.c 96 auth->NonceOdd.nonce,
206 &auth->NonceOdd, &auth->AuthHandle,
214 auth->NonceOdd.nonce, 20,
265 auth->NonceOdd.nonce, 20,
330 auth->NonceOdd.nonce, 20,
346 (BYTE **)auth->NonceOdd.nonce))) {
374 Trspi_LoadBlob(&offset, 20, Blob, auth->NonceOdd.nonce);
396 (BYTE **)auth->NonceOdd.nonce))) {
402 if ((rc = TCS_API(tspContext)->OSAP(tspContext, EntityType, EntityValue, &auth->NonceOdd,
413 &auth->NonceOdd, &auth->AuthHandle
    [all...]
tspi_seal.c 112 xsap->auth.NonceOdd.nonce,
303 xsap->auth.NonceOdd.nonce,
obj_context.c 900 (BYTE **)pTransAuth->NonceOdd.nonce))) {
933 memcpy(&seed[sizeof(TPM_NONCE)], pTransAuth->NonceOdd.nonce, sizeof(TPM_NONCE));
1013 memcpy(&seed[sizeof(TPM_NONCE)], pTransAuth->NonceOdd.nonce, sizeof(TPM_NONCE));
1303 /* Refresh nonceOdd for continued transport auth session */
1305 (BYTE **)pTransAuth->NonceOdd.nonce))) {
spi_utils.c 411 Trspi_LoadBlob(offset, 20, blob, auth->NonceOdd.nonce);
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_ps.c 355 Trspi_LoadBlob(offset, TCPA_NONCE_SIZE, blob, (BYTE *)&info->authData.NonceOdd.nonce);
368 Trspi_UnloadBlob(offset, TCPA_NONCE_SIZE, blob, (BYTE *)&info->authData.NonceOdd.nonce);
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_ps.c 393 LoadBlob(offset, TCPA_NONCE_SIZE, blob, info->authData.NonceOdd.nonce);
419 UnloadBlob(offset, TCPA_NONCE_SIZE, blob, (BYTE *)&info->authData.NonceOdd.nonce);
rpc.c 51 UnloadBlob(offset, TCPA_SHA1BASED_NONCE_LEN, blob, auth->NonceOdd.nonce);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_utils.c 269 LoadBlob(offset, TCPA_NONCE_SIZE, blob, auth->NonceOdd.nonce);

Completed in 35 milliseconds