/external/tpm2-tss/src/tss2-sys/api/ |
D | Tss2_Sys_StartAuthSession.c | 20 const TPM2B_ENCRYPTED_SECRET *encryptedSalt, in Tss2_Sys_StartAuthSession_Prepare() argument 66 if (!encryptedSalt) { in Tss2_Sys_StartAuthSession_Prepare() 73 rval = Tss2_MU_TPM2B_ENCRYPTED_SECRET_Marshal(encryptedSalt, in Tss2_Sys_StartAuthSession_Prepare() 140 const TPM2B_ENCRYPTED_SECRET *encryptedSalt, in Tss2_Sys_StartAuthSession() argument 154 …rval = Tss2_Sys_StartAuthSession_Prepare(sysContext, tpmKey, bind, nonceCaller, encryptedSalt, ses… in Tss2_Sys_StartAuthSession()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Session/ |
D | StartAuthSession.c | 92 if(in->encryptedSalt.t.size == 0) in TPM2_StartAuthSession() 105 &in->encryptedSalt, &salt); in TPM2_StartAuthSession() 112 if(in->encryptedSalt.t.size != 0) in TPM2_StartAuthSession()
|
/external/tpm2-tss/test/integration/ |
D | sapi-hmac-auth.int.c | 39 TPM2B_ENCRYPTED_SECRET encryptedSalt = { 0, }; in create_policy() local 57 &encryptedSalt, in create_policy() 115 TPM2B_ENCRYPTED_SECRET encryptedSalt = { 0, }; in nv_rw_with_session() local 195 &encryptedSalt, in nv_rw_with_session()
|
D | session-util.h | 19 TPM2B_ENCRYPTED_SECRET encryptedSalt; member 88 TPM2B_ENCRYPTED_SECRET *encryptedSalt,
|
D | sapi-session-util.c | 58 &session->nonceOlder, &session->encryptedSalt, in start_auth_session() 280 TPM2B_ENCRYPTED_SECRET *encryptedSalt, in create_auth_session() argument 300 CopySizedByteBuffer((TPM2B *)&session->encryptedSalt, (TPM2B *)encryptedSalt); in create_auth_session()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | StartAuthSession_fp.h | 50 TPM2B_ENCRYPTED_SECRET encryptedSalt; member
|
/external/tpm2-tss/test/tpmclient/ |
D | tpmclient.int.c | 328 TPM2B_ENCRYPTED_SECRET encryptedSalt; in TestStartAuthSession() local 356 encryptedSalt.size = 0; in TestStartAuthSession() 366 encryptedSalt.size = 0; in TestStartAuthSession() 369 …on(&authSession, TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encryptedSalt, TPM2_SE_POLIC… in TestStartAuthSession() 377 …on(&authSession, TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encryptedSalt, 0xff, &symmet… in TestStartAuthSession() 386 …on(&sessions[i], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encryptedSalt, TPM2_SE_POLIC… in TestStartAuthSession() 401 …on(&sessions[0], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encryptedSalt, TPM2_SE_POLIC… in TestStartAuthSession() 406 …on(&sessions[i], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encryptedSalt, TPM2_SE_POLIC… in TestStartAuthSession() 418 …on(&sessions[i], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encryptedSalt, TPM2_SE_POLIC… in TestStartAuthSession() 881 TPM2B_ENCRYPTED_SECRET encryptedSalt = {0,}; in BuildPolicy() local [all …]
|
/external/tpm2-tss/src/tss2-esys/ |
D | esys_types.h | 53 …TPM2B_ENCRYPTED_SECRET encryptedSalt; /**< Encrypted salt which can be provided … member
|
D | esys_iutil.c | 453 TPM2B_ENCRYPTED_SECRET * encryptedSalt) in iesys_compute_encrypted_salt() argument 462 encryptedSalt->size = 0; in iesys_compute_encrypted_salt() 488 (BYTE *) &encryptedSalt->secret[0], &cSize, in iesys_compute_encrypted_salt() 491 LOGBLOB_DEBUG(&encryptedSalt->secret[0], cSize, "IESYS encrypted salt"); in iesys_compute_encrypted_salt() 492 encryptedSalt->size = cSize; in iesys_compute_encrypted_salt() 497 (BYTE *) &encryptedSalt->secret[0], in iesys_compute_encrypted_salt() 500 encryptedSalt->size = cSize; in iesys_compute_encrypted_salt()
|
D | esys_iutil.h | 81 TPM2B_ENCRYPTED_SECRET *encryptedSalt);
|
D | esys_mu.c | 411 ret = Tss2_MU_TPM2B_ENCRYPTED_SECRET_Marshal(&src->encryptedSalt, buffer, size, &offset_loc); in iesys_MU_IESYS_SESSION_Marshal() 495 (dst == NULL)? NULL : &dst->encryptedSalt); in iesys_MU_IESYS_SESSION_Unmarshal()
|
/external/tpm2-tss/src/tss2-esys/api/ |
D | Esys_StartAuthSession.c | 196 const TPM2B_ENCRYPTED_SECRET *encryptedSalt = &encryptedSaltAux; in Esys_StartAuthSession_Async() local 246 encryptedSalt, sessionType, symmetric, in Esys_StartAuthSession_Async()
|
/external/tpm2-tss/include/tss2/ |
D | tss2_sys.h | 184 const TPM2B_ENCRYPTED_SECRET *encryptedSalt, 200 const TPM2B_ENCRYPTED_SECRET *encryptedSalt,
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CommandDispatcher.h | 116 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&in->encryptedSalt, paramBuffer, paramBufferSize);
|
D | CommandDispatchData.h | 537 (UINT16)(offsetof(StartAuthSession_In, encryptedSalt)),
|