| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/ |
| D | tcsi_caps.c | 34 UINT32 * respSize, BYTE ** resp) in internal_TCSGetCap() argument 50 *respSize = sizeof(TSS_BOOL); in internal_TCSGetCap() 54 *respSize = sizeof(TSS_BOOL); in internal_TCSGetCap() 58 *respSize = sizeof(TSS_BOOL); in internal_TCSGetCap() 62 *respSize = sizeof(TSS_BOOL); in internal_TCSGetCap() 66 *respSize = sizeof(TSS_BOOL); in internal_TCSGetCap() 70 *respSize = sizeof(TSS_BOOL); in internal_TCSGetCap() 74 *respSize = sizeof(UINT32); in internal_TCSGetCap() 78 *respSize = sizeof(UINT32); in internal_TCSGetCap() 82 *respSize = 0; in internal_TCSGetCap() [all …]
|
| D | tcs_caps.c | 38 UINT32 respSize; in get_current_version() local 44 result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize, &resp); in get_current_version() 52 … result = TCSP_GetCapability_Internal(InternalContext, capArea, 0, NULL, &respSize, in get_current_version() 67 UINT32 respSize; in get_cap_uint32() local 73 &respSize, &resp); in get_cap_uint32() 76 switch (respSize) { in get_cap_uint32() 88 " %u bytes", respSize); in get_cap_uint32()
|
| D | tcsi_caps_tpm.c | 35 UINT32 * respSize, /* out */ in TCSP_GetCapability_Internal() argument 54 result = tpm_rsp_parse(TPM_ORD_GetCapability, txBlob, paramSize, respSize, resp, in TCSP_GetCapability_Internal()
|
| D | tcs_key_mem_cache.c | 930 UINT32 respSize; in isKeyLoaded() local 939 &respSize, &resp))) in isKeyLoaded()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tsp_caps.c | 32 UINT32 * respSize, BYTE ** respData) in internal_GetCap() argument 47 *respSize = offset; in internal_GetCap() 52 *respSize = sizeof(TSS_BOOL); in internal_GetCap() 56 *respSize = sizeof(TSS_BOOL); in internal_GetCap() 60 *respSize = sizeof(TSS_BOOL); in internal_GetCap() 64 *respSize = sizeof(TSS_BOOL); in internal_GetCap() 68 *respSize = sizeof(TSS_BOOL); in internal_GetCap() 72 *respSize = sizeof(TSS_BOOL); in internal_GetCap() 76 *respSize = sizeof(UINT32); in internal_GetCap() 80 *respSize = sizeof(UINT32); in internal_GetCap() [all …]
|
| D | tsp_pcr.c | 36 UINT32 respSize; in get_num_pcrs() local 45 &respSize, &resp))) { in get_num_pcrs()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| D | rpc_caps.c | 33 UINT32 * respSize, /* out */ in RPC_GetCapability_TP() argument 57 if (getData(TCSD_PACKET_TYPE_UINT32, 0, respSize, 0, &hte->comm)) { in RPC_GetCapability_TP() 62 *resp = (BYTE *) calloc_tspi(hte->tspContext, *respSize); in RPC_GetCapability_TP() 64 LogError("malloc of %u bytes failed.", *respSize); in RPC_GetCapability_TP() 68 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *resp, *respSize, &hte->comm)) { in RPC_GetCapability_TP()
|
| D | rpc_caps_tpm.c | 33 UINT32 * respSize, /* out */ in RPC_GetTPMCapability_TP() argument 57 if (getData(TCSD_PACKET_TYPE_UINT32, 0, respSize, 0, &hte->comm)) { in RPC_GetTPMCapability_TP() 62 *resp = (BYTE *) malloc(*respSize); in RPC_GetTPMCapability_TP() 64 LogError("malloc of %u bytes failed.", *respSize); in RPC_GetTPMCapability_TP() 68 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *resp, *respSize, &hte->comm)) { in RPC_GetTPMCapability_TP() 87 UINT32 * respSize, /* out */ in RPC_GetCapabilitySigned_TP() argument
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| D | rpc_caps.c | 37 UINT32 respSize; in tcs_wrap_TCSGetCapability() local 65 &respSize, &resp); in tcs_wrap_TCSGetCapability() 70 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &respSize, 0, &data->comm)) { in tcs_wrap_TCSGetCapability() 74 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, resp, respSize, &data->comm)) { in tcs_wrap_TCSGetCapability()
|
| D | rpc_caps_tpm.c | 37 UINT32 respSize; in tcs_wrap_GetCapability() local 70 result = TCSP_GetCapability_Internal(hContext, capArea, subCapSize, subCap, &respSize, in tcs_wrap_GetCapability() 78 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &respSize, 0, &data->comm)) { in tcs_wrap_GetCapability() 82 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, resp, respSize, &data->comm)) { in tcs_wrap_GetCapability()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| D | tcs.h | 34 UINT32* respSize, // out 556 UINT32* respSize, // out 569 UINT32* respSize, // out
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| D | tcs_api.c | 1403 UINT32 * respSize, /* out */ in RPC_GetTPMCapability() argument 1415 respSize, resp); in RPC_GetTPMCapability() 1458 UINT32 * respSize, /* out */ in RPC_GetCapability() argument 1469 … result = RPC_GetCapability_TP(entry, capArea, subCapSize, subCap, respSize, in RPC_GetCapability() 1489 UINT32 * respSize, /* out */ in RPC_GetCapabilitySigned() argument 1504 … respSize, resp, sigSize, sig); in RPC_GetCapabilitySigned()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/ |
| D | tcs_utils.h | 689 UINT32 * respSize, /* out */ 697 UINT32 * respSize, /* out */
|