| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc_changeauth.c | 36 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 D | rpc_changeauth.c | 32 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 D | tcsi_changeauth.c | 34 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 D | tsp_changeauth.c | 369 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 D | tcs.h | 240 TPM_ENCAUTH newAuth, // in 253 TPM_ENCAUTH newAuth, // in
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 700 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 D | tcs_utils.h | 470 TCPA_ENCAUTH newAuth, /* in */ 482 TCPA_ENCAUTH newAuth, /* in */
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 119958 u8 newAuth = 0; 119959 rc = sqlite3UserAuthCheckLogin(db, zName, &newAuth); 119960 if( newAuth<db->auth.authLevel ){
|