Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_auth.c93 auth->fContinueAuthSession, in secret_PerformAuth_OIAP()
260 auth->fContinueAuthSession,
325 auth->fContinueAuthSession,
344 auth->fContinueAuthSession = cas; in Init_AuthNonce()
375 Blob[offset++] = auth->fContinueAuthSession; in HMAC_Auth()
400 auth->fContinueAuthSession = 0x00; in OSAP_Calc()
468 auth->fContinueAuthSession, in obj_policy_validate_auth_oiap()
572 auth->fContinueAuthSession,
1054 sess->auth.fContinueAuthSession, sizeof(TPM_NONCE), in authsess_xsap_hmac()
1086 sess->auth.fContinueAuthSession, sizeof(TPM_NONCE), in authsess_xsap_verify()
[all …]
H A Dspi_utils.c412 Trspi_LoadBlob_BOOL(offset, auth->fContinueAuthSession, blob); in LoadBlob_AUTH()
420 Trspi_UnloadBlob_BOOL(offset, &auth->fContinueAuthSession, blob); in UnloadBlob_AUTH()
H A Dobj_context.c898 pTransAuth->fContinueAuthSession = TRUE; in obj_context_transport_establish()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs_structs.h19 TSS_BOOL fContinueAuthSession; member
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ps.c357 Trspi_LoadBlob_BOOL(offset, info->authData.fContinueAuthSession, blob); in LoadBlob_LOADKEY_INFO()
370 Trspi_UnloadBlob_BOOL(offset, &info->authData.fContinueAuthSession, blob); in UnloadBlob_LOADKEY_INFO()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_auth_mgr.c248 auth0->fContinueAuthSession); in auth_mgr_release_auth()
252 auth1->fContinueAuthSession); in auth_mgr_release_auth()
H A Dtcs_utils.c270 LoadBlob_BOOL(offset, auth->fContinueAuthSession, blob); in LoadBlob_Auth()
286 UnloadBlob_BOOL(offset, &auth->fContinueAuthSession, blob); in UnloadBlob_Auth()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ps.c395 LoadBlob_BOOL(offset, info->authData.fContinueAuthSession, blob); in LoadBlob_LOADKEY_INFO()
421 UnloadBlob_BOOL(offset, &info->authData.fContinueAuthSession, blob); in UnloadBlob_LOADKEY_INFO()
H A Drpc.c43 LoadBlob_BOOL(offset, auth->fContinueAuthSession, blob); in LoadBlob_Auth_Special()
52 UnloadBlob_BOOL(offset, &auth->fContinueAuthSession, blob); in UnloadBlob_Auth_Special()
/netbsd-src/crypto/external/cpl/trousers/dist/
H A DChangeLog323 context and take the fContinueAuthSession variable into account