Home
last modified time | relevance | path

Searched refs:encryptedSalt (Results 1 – 15 of 15) sorted by relevance

/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_StartAuthSession.c20 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/
DStartAuthSession.c92 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/
Dsapi-hmac-auth.int.c39 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()
Dsession-util.h19 TPM2B_ENCRYPTED_SECRET encryptedSalt; member
88 TPM2B_ENCRYPTED_SECRET *encryptedSalt,
Dsapi-session-util.c58 &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/
DStartAuthSession_fp.h50 TPM2B_ENCRYPTED_SECRET encryptedSalt; member
/external/tpm2-tss/test/tpmclient/
Dtpmclient.int.c328 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/
Desys_types.h53 …TPM2B_ENCRYPTED_SECRET encryptedSalt; /**< Encrypted salt which can be provided … member
Desys_iutil.c453 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()
Desys_iutil.h81 TPM2B_ENCRYPTED_SECRET *encryptedSalt);
Desys_mu.c411 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/
DEsys_StartAuthSession.c196 const TPM2B_ENCRYPTED_SECRET *encryptedSalt = &encryptedSaltAux; in Esys_StartAuthSession_Async() local
246 encryptedSalt, sessionType, symmetric, in Esys_StartAuthSession_Async()
/external/tpm2-tss/include/tss2/
Dtss2_sys.h184 const TPM2B_ENCRYPTED_SECRET *encryptedSalt,
200 const TPM2B_ENCRYPTED_SECRET *encryptedSalt,
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h116 result = TPM2B_ENCRYPTED_SECRET_Unmarshal(&in->encryptedSalt, paramBuffer, paramBufferSize);
DCommandDispatchData.h537 (UINT16)(offsetof(StartAuthSession_In, encryptedSalt)),