Home
last modified time | relevance | path

Searched refs:entityValueSize (Results 1 – 9 of 9) sorted by relevance

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_delegate.c558 UINT32 entityValueSize; in tcs_wrap_DSAP() local
577 if (getData(TCSD_PACKET_TYPE_UINT32, 4, &entityValueSize, 0, &data->comm)) in tcs_wrap_DSAP()
580 entityValue = malloc(entityValueSize); in tcs_wrap_DSAP()
582 LogError("malloc of %u bytes failed.", entityValueSize); in tcs_wrap_DSAP()
585 if (getData(TCSD_PACKET_TYPE_PBYTE, 5, entityValue, entityValueSize, &data->comm)) { in tcs_wrap_DSAP()
592 result = TCSP_DSAP_Internal(hContext, entityType, keyHandle, &nonceOddDSAP, entityValueSize, in tcs_wrap_DSAP()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dauthsess.h32 UINT32 entityValueSize; member
H A Dtcs_utils.h1196 UINT32 entityValueSize, /* in */
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_delegate.c413 UINT32 entityValueSize, /* in */ in RPC_DSAP_TP() argument
433 if (setData(TCSD_PACKET_TYPE_UINT32, 4, &entityValueSize, 0, &hte->comm)) in RPC_DSAP_TP()
435 if (setData(TCSD_PACKET_TYPE_PBYTE, 5, entityValue, entityValueSize, &hte->comm)) in RPC_DSAP_TP()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_delegate.c320 UINT32 entityValueSize, /* in */ in TCSP_DSAP_Internal() argument
347 nonceOddDSAP, entityValueSize, entityValue))) in TCSP_DSAP_Internal()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_delegate.c804 UINT32 entityValueSize, /* in */ in Transport_DSAP() argument
834 + entityValueSize; in Transport_DSAP()
848 Trspi_LoadBlob_UINT32(&offset, entityValueSize, data); in Transport_DSAP()
849 Trspi_LoadBlob(&offset, entityValueSize, data, entityValue); in Transport_DSAP()
H A Dtsp_auth.c618 sess->entityValueSize, sess->entityValue, in authsess_do_dsap()
634 sess->entityValueSize, in authsess_do_dsap()
844 &sess->entity_type, &sess->entityValueSize, in authsess_xsap_init()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h728 UINT32 entityValueSize, // in
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c3093 UINT32 entityValueSize, /* in */ in RPC_DSAP() argument
3108 entityValueSize, entityValue, authHandle, nonceEven, in RPC_DSAP()