Searched refs:respData (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_caps.c | 32 UINT32 * respSize, BYTE ** respData) in internal_GetCap() argument 41 if ((*respData = calloc_tspi(tspContext, sizeof(TSS_VERSION))) == NULL) { in internal_GetCap() 46 Trspi_LoadBlob_TSS_VERSION(&offset, *respData, v); in internal_GetCap() 88 if ((*respData = calloc_tspi(tspContext, *respSize)) == NULL) { in internal_GetCap() 94 *(TSS_BOOL *)respData = bValue; in internal_GetCap() 96 *(UINT32 *)respData = u32value; in internal_GetCap() 99 if ((*respData = calloc_tspi(tspContext, sizeof(TSS_BOOL))) == NULL) { in internal_GetCap() 105 (*respData)[0] = INTERNAL_CAP_TSP_PERSSTORAGE; in internal_GetCap() 111 if ((*respData = calloc_tspi(tspContext, sizeof(UINT32))) == NULL) { in internal_GetCap() 117 *(UINT32 *)(*respData) = INTERNAL_CAP_TSP_RETURNVALUE_INFO; in internal_GetCap() [all …]
|
H A D | tspi_caps_tpm.c | 39 BYTE *respData; in Tspi_TPM_GetCapability() local 300 respData = calloc_tspi(tspContext, respLen); in Tspi_TPM_GetCapability() 301 if (respData == NULL) { in Tspi_TPM_GetCapability() 307 Trspi_LoadBlob_UINT32(&offset, nonVolFlags, respData); in Tspi_TPM_GetCapability() 308 Trspi_LoadBlob_UINT32(&offset, volFlags, respData); in Tspi_TPM_GetCapability() 311 *prgbRespData = respData; in Tspi_TPM_GetCapability()
|
H A D | obj_context.c | 627 BYTE *respData; 638 (BYTE *)&tcsSubCap32, &respLen, &respData))) 641 if (*(TSS_BOOL *)respData == TRUE) { 642 free(respData); 645 free(respData); 661 (BYTE *)&tcsSubCap16, &respLen, &respData))) 664 if (*(TSS_BOOL *)respData == TRUE) { 665 free(respData); 668 free(respData);
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcs_key.c | 226 BYTE *respData; in canILoadThisKey() local 234 &respData))) { in canILoadThisKey() 240 *b = respData[0]; in canILoadThisKey() 241 free(respData); in canILoadThisKey() 284 BYTE *respData = NULL; in clearUnknownKeys() local 294 &respData))) in clearUnknownKeys() 297 if ((result = UnloadBlob_KEY_HANDLE_LIST(&offset, respData, &keyList))) in clearUnknownKeys() 336 free(respData); in clearUnknownKeys() 348 BYTE *respData = 0; 356 &respDataSize, &respData))) [all …]
|
H A D | tcs_key_mem_cache.c | 1074 BYTE *respData = NULL, ownerEvictCtr = 0; in owner_evict_init() local 1083 &respDataSize, &respData))) in owner_evict_init() 1086 if ((result = UnloadBlob_KEY_HANDLE_LIST(&offset, respData, &keyList))) { in owner_evict_init() 1087 free(respData); in owner_evict_init() 1091 free(respData); in owner_evict_init() 1100 &respDataSize, &respData); in owner_evict_init() 1112 if (*(TPM_BOOL *)respData == TRUE) { in owner_evict_init()
|