Lines Matching refs:nonceCaller
331 TPM2B_NONCE nonceCaller; in TestStartAuthSession() local
364 nonceCaller.size = 0; in TestStartAuthSession()
369 …rval = create_auth_session(&authSession, TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encr… in TestStartAuthSession()
377 …rval = create_auth_session(&authSession, TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encr… in TestStartAuthSession()
386 …rval = create_auth_session(&sessions[i], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encr… in TestStartAuthSession()
401 …rval = create_auth_session(&sessions[0], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encr… in TestStartAuthSession()
406 …rval = create_auth_session(&sessions[i], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encr… in TestStartAuthSession()
418 …rval = create_auth_session(&sessions[i], TPM2_RH_NULL, 0, TPM2_RH_PLATFORM, 0, &nonceCaller, &encr… in TestStartAuthSession()
884 TPM2B_NONCE nonceCaller; in BuildPolicy() local
886 nonceCaller.size = 0; in BuildPolicy()
890 …rval = create_auth_session(policySession, TPM2_RH_NULL, 0, TPM2_RH_NULL, 0, &nonceCaller, &encrypt… in BuildPolicy()
925 TPM2B_NONCE nonceCaller; in CreateNVIndex() local
927 nonceCaller.size = 0; in CreateNVIndex()
937 0, TPM2_RH_NULL, 0, &nonceCaller, &encryptedSalt, TPM2_SE_POLICY, in CreateNVIndex()