Home
last modified time | relevance | path

Searched refs:newAuth (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_changeauth.c36 TCPA_ENCAUTH newAuth; in tcs_wrap_ChangeAuth() local
60 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 3, &newAuth, 0, &data->comm)) in tcs_wrap_ChangeAuth()
86 result = TCSP_ChangeAuth_Internal(hContext, parentHandle, protocolID, newAuth, entityType, in tcs_wrap_ChangeAuth()
124 TCPA_ENCAUTH newAuth; in tcs_wrap_ChangeAuthOwner() local
140 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 2, &newAuth, 0, &data->comm)) in tcs_wrap_ChangeAuthOwner()
149 result = TCSP_ChangeAuthOwner_Internal(hContext, protocolID, newAuth, entityType, in tcs_wrap_ChangeAuthOwner()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_changeauth.c32 TCPA_ENCAUTH *newAuth, /* in */ in RPC_ChangeAuth_TP() argument
53 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 3, newAuth, 0, &hte->comm)) in RPC_ChangeAuth_TP()
104 TCPA_ENCAUTH *newAuth, /* in */ in RPC_ChangeAuthOwner_TP() argument
118 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 2, newAuth, 0, &hte->comm)) in RPC_ChangeAuthOwner_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_changeauth.c34 TCPA_ENCAUTH newAuth, /* in */ in TCSP_ChangeAuth_Internal() argument
64 newAuth.authdata, entityType, encDataSize, encData, ownerAuth, in TCSP_ChangeAuth_Internal()
106 TCPA_ENCAUTH newAuth, /* in */ in TCSP_ChangeAuthOwner_Internal() argument
125 newAuth.authdata, entityType, ownerAuth))) in TCSP_ChangeAuthOwner_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_changeauth.c369 TCPA_ENCAUTH *newAuth, /* in */ in Transport_ChangeAuth() argument
415 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata); in Transport_ChangeAuth()
447 TCPA_ENCAUTH *newAuth, /* in */ in Transport_ChangeAuthOwner() argument
463 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata); in Transport_ChangeAuthOwner()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h240 TPM_ENCAUTH newAuth, // in
253 TPM_ENCAUTH newAuth, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c700 TCPA_ENCAUTH *newAuth, /* in */ in RPC_ChangeAuth() argument
717 result = RPC_ChangeAuth_TP(entry, parentHandle, protocolID, newAuth, in RPC_ChangeAuth()
732 TCPA_ENCAUTH *newAuth, /* in */ in RPC_ChangeAuthOwner() argument
744 result = RPC_ChangeAuthOwner_TP(entry, protocolID, newAuth, entityType, in RPC_ChangeAuthOwner()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h470 TCPA_ENCAUTH newAuth, /* in */
482 TCPA_ENCAUTH newAuth, /* in */
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c119958 u8 newAuth = 0;
119959 rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth);
119960 if( newAuth<db->auth.authLevel ){