Home
last modified time | relevance | path

Searched refs:entityValue (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_auth.c72 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 Drpc_delegate.c559 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 Dtcsi_auth.c63 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 Dtcsi_transport.c236 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 Dtcs_auth_mgr.c467 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 Dtcsi_delegate.c321 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 Drpc_auth.c60 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 Drpc_delegate.c414 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 Dtsp_auth.c618 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 Dtsp_delegate.c805 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 Dauthsess.h33 BYTE *entityValue; member
H A Dtcs_utils.h460 UINT32 entityValue, /* in */
1197 BYTE* entityValue, /* in */
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h229 UINT32 entityValue, // in
729 BYTE* entityValue, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c671 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()