Searched refs:fContinueAuthSession (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_auth.c | 93 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 D | spi_utils.c | 412 Trspi_LoadBlob_BOOL(offset, auth->fContinueAuthSession, blob); in LoadBlob_AUTH() 420 Trspi_UnloadBlob_BOOL(offset, &auth->fContinueAuthSession, blob); in UnloadBlob_AUTH()
|
H A D | obj_context.c | 898 pTransAuth->fContinueAuthSession = TRUE; in obj_context_transport_establish()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs_structs.h | 19 TSS_BOOL fContinueAuthSession; member
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_ps.c | 357 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 D | tcs_auth_mgr.c | 248 auth0->fContinueAuthSession); in auth_mgr_release_auth() 252 auth1->fContinueAuthSession); in auth_mgr_release_auth()
|
H A D | tcs_utils.c | 270 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 D | rpc_ps.c | 395 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 D | rpc.c | 43 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 D | ChangeLog | 323 context and take the fContinueAuthSession variable into account
|