Lines Matching refs:auth1
134 #define TPM_XMIT_AUTH1(sec1, auth1) \ argument
139 generateAuth(¶mDigest, sec1, auth1); \
140 PACK_IN(TPM_AUTH_SESSION, auth1); \
145 #define TPM_XMIT_AUTH2(sec1, auth1, sec2, auth2) \ argument
150 generateAuth(¶mDigest, sec1, auth1); \
151 PACK_IN(TPM_AUTH_SESSION, auth1); \
175 #define TPM_END_AUTH1(sec1, auth1) \ argument
180 UNPACK_OUT(TPM_AUTH_SESSION, auth1); \
181 status = verifyAuth(¶mDigest, sec1, auth1); \
187 #define TPM_END_AUTH2(sec1, auth1, sec2, auth2) \ argument
192 UNPACK_OUT(TPM_AUTH_SESSION, auth1); \
193 status = verifyAuth(¶mDigest, sec1, auth1); \