Home
last modified time | relevance | path

Searched refs:fContinueAuthSession (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Dtpm.c214 if(status != TPM_SUCCESS || auth->fContinueAuthSession == FALSE) {\
261 ptr = pack_BOOL(ptr, auth->fContinueAuthSession); in generateAuth()
281 ptr = pack_BOOL(ptr, auth->fContinueAuthSession); in verifyAuth()
310 auth->fContinueAuthSession = TRUE; in TPM_OIAP()
352 auth->fContinueAuthSession = FALSE; in TPM_OSAP()
A Dtcg.h725 BOOL fContinueAuthSession; member
729 #define TPM_AUTH_SESSION_INIT { .AuthHandle = 0, .fContinueAuthSession = FALSE }
A Dmarshal.h862 ptr = pack_BOOL(ptr, auth->fContinueAuthSession); in pack_TPM_AUTH_SESSION()
870 ptr = unpack_BOOL(ptr, &auth->fContinueAuthSession); in unpack_TPM_AUTH_SESSION()
878 unpack3_BOOL(ptr, pos, len, &auth->fContinueAuthSession) || in unpack3_TPM_AUTH_SESSION()
888 rv += sizeof_BOOL(auth->fContinueAuthSession); in sizeof_TPM_AUTH_SESSION()

Completed in 12 milliseconds