/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_auth.c | 72 UINT32 entityValue; in tcs_wrap_OSAP() local 90 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &entityValue, 0, &data->comm)) in tcs_wrap_OSAP() 97 result = auth_mgr_osap(hContext, entityType, entityValue, nonceOddOSAP, in tcs_wrap_OSAP()
|
H A D | rpc_delegate.c | 559 BYTE *entityValue; in tcs_wrap_DSAP() local 580 entityValue = malloc(entityValueSize); in tcs_wrap_DSAP() 581 if (entityValue == NULL) { in tcs_wrap_DSAP() 585 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, entityValue, entityValueSize, &data->comm)) { in tcs_wrap_DSAP() 586 free(entityValue); in tcs_wrap_DSAP() 593 entityValue, &authHandle, &nonceEven, &nonceEvenDSAP); in tcs_wrap_DSAP() 596 free(entityValue); in tcs_wrap_DSAP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_auth.c | 63 UINT32 entityValue, /* in */ in TCSP_OSAP_Internal() argument 78 if ((result = tpm_rqu_build(TPM_ORD_OSAP, &offset, txBlob, entityType, entityValue, in TCSP_OSAP_Internal()
|
H A D | tcsi_transport.c | 236 UINT32 entityValue, newEntValue; in TCSP_ExecuteTransport_Internal() local 246 UnloadBlob_UINT32(&offset, &entityValue, rgbWrappedCmdParamIn); in TCSP_ExecuteTransport_Internal() 249 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue)) in TCSP_ExecuteTransport_Internal()
|
H A D | tcs_auth_mgr.c | 467 UINT32 entityValue, /* in */ in auth_mgr_osap() argument 478 if (ensureKeyIsLoaded(hContext, entityValue, &newEntValue)) in auth_mgr_osap() 481 newEntValue = entityValue; in auth_mgr_osap()
|
H A D | tcsi_delegate.c | 321 BYTE *entityValue, /* in */ in TCSP_DSAP_Internal() argument 347 nonceOddDSAP, entityValueSize, entityValue))) in TCSP_DSAP_Internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_auth.c | 60 UINT32 entityValue, /* in */ in RPC_OSAP_TP() argument 76 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &entityValue, 0, &hte->comm)) in RPC_OSAP_TP()
|
H A D | rpc_delegate.c | 414 BYTE * entityValue, /* in */ in RPC_DSAP_TP() argument 435 if (setData(TCSD_PACKET_TYPE_PBYTE, 5, entityValue, entityValueSize, &hte->comm)) in RPC_DSAP_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_auth.c | 618 sess->entityValueSize, sess->entityValue, in authsess_do_dsap() 635 sess->entityValue, in authsess_do_dsap() 845 &sess->entityValue, in authsess_xsap_init() 985 if (sess->entityValue) { in authsess_xsap_init() 992 if (!sess->entityValue) { in authsess_xsap_init() 1133 free(xsap->entityValue); in authsess_free() 1173 UINT32 entityValue, /* in */ in Transport_OSAP() argument 1193 Trspi_LoadBlob_UINT32(&offset, entityValue, data); in Transport_OSAP()
|
H A D | tsp_delegate.c | 805 BYTE * entityValue, /* in */ in Transport_DSAP() argument 849 Trspi_LoadBlob(&offset, entityValueSize, data, entityValue); in Transport_DSAP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | authsess.h | 33 BYTE *entityValue; member
|
H A D | tcs_utils.h | 460 UINT32 entityValue, /* in */ 1197 BYTE* entityValue, /* in */
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs.h | 229 UINT32 entityValue, // in 729 BYTE* entityValue, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 671 UINT32 entityValue, /* in */ in RPC_OSAP() argument 685 result = RPC_OSAP_TP(entry, entityType, entityValue, nonceOddOSAP, in RPC_OSAP() 3094 BYTE * entityValue, /* in */ in RPC_DSAP() argument 3108 entityValueSize, entityValue, authHandle, nonceEven, in RPC_DSAP()
|