Searched refs:ulSubCapLength (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_caps.c | 33 UINT32 ulSubCapLength, /* in */ in Tspi_Context_GetCapability() argument 43 if (rgbSubCap == NULL && ulSubCapLength != 0) in Tspi_Context_GetCapability() 46 if (ulSubCapLength > sizeof(UINT32)) in Tspi_Context_GetCapability() 57 if (ulSubCapLength != sizeof(UINT32) || !rgbSubCap) in Tspi_Context_GetCapability() 68 if (ulSubCapLength != sizeof(UINT32) || !rgbSubCap) in Tspi_Context_GetCapability() 77 result = RPC_GetCapability(tspContext, capArea, ulSubCapLength, rgbSubCap, in Tspi_Context_GetCapability()
|
H A D | tspi_caps_tpm.c | 28 UINT32 ulSubCapLength, /* in */ in Tspi_TPM_GetCapability() argument 52 if ((ulSubCapLength != sizeof(UINT32)) || !rgbSubCap) in Tspi_TPM_GetCapability() 63 if ((ulSubCapLength != sizeof(UINT32)) || !rgbSubCap) in Tspi_TPM_GetCapability() 112 if ((ulSubCapLength != sizeof(UINT32)) || !rgbSubCap) in Tspi_TPM_GetCapability() 120 if ((ulSubCapLength != sizeof(UINT32)) || !rgbSubCap) in Tspi_TPM_GetCapability() 247 if ((ulSubCapLength != sizeof(UINT32)) || !rgbSubCap) in Tspi_TPM_GetCapability() 254 if ((ulSubCapLength != sizeof(UINT32)) || !rgbSubCap) in Tspi_TPM_GetCapability() 261 if ((ulSubCapLength != sizeof(UINT32)) || !rgbSubCap) in Tspi_TPM_GetCapability() 318 if ((result = TCS_API(tspContext)->GetTPMCapability(tspContext, tcsCapArea, ulSubCapLength, in Tspi_TPM_GetCapability() 344 UINT32 ulSubCapLength, /* in */ in Tspi_TPM_GetCapabilitySigned() argument
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | TSP.idl | 419 [in] UINT32 ulSubCapLength, 420 [in, ptr, size_is(ulSubCapLength)] BYTE* pbSubCap, 427 [in] UINT32 ulSubCapLength, 428 [in, ptr, size_is(ulSubCapLength)] BYTE* pbSubCap, 526 [in] UINT32 ulSubCapLength, 527 [in, ptr, size_is(ulSubCapLength)] BYTE* pbSubCap,
|
H A D | tspi.h | 155 UINT32 ulSubCapLength, // in 413 UINT32 ulSubCapLength, // in 424 UINT32 ulSubCapLength, // in
|