HomeSort by: relevance | last modified time | path
    Searched defs:subCap (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_caps.c 36 BYTE *subCap;
54 subCap = calloc(1, subCapSize);
55 if (subCap == NULL) {
59 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, subCap, subCapSize, &data->comm)) {
60 free(subCap);
64 result = TCS_GetCapability_Internal(hContext, capArea, subCapSize, subCap,
66 free(subCap);
rpc_caps_tpm.c 36 BYTE *subCap;
55 subCap = NULL;
57 subCap = calloc(1, subCapSize);
58 if (subCap == NULL) {
62 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, subCap, subCapSize, &data->comm)) {
63 free(subCap);
70 result = TCSP_GetCapability_Internal(hContext, capArea, subCapSize, subCap, &respSize,
74 free(subCap);
148 BYTE *subCap;
168 subCap = NULL
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_caps.c 65 get_cap_uint32(TCPA_CAPABILITY_AREA capArea, BYTE *subCap, UINT32 subCapSize, UINT32 *v)
72 result = TCSP_GetCapability_Internal(InternalContext, capArea, subCapSize, subCap,
104 UINT32 subCap;
109 UINT32ToArray(TPM_CAP_PROP_MAX_AUTHSESS, (BYTE *)(&subCap));
110 result = get_cap_uint32(TPM_CAP_PROPERTY, (BYTE *)&subCap, sizeof(subCap), auths);
151 UINT32 subCap, rv = 0;
156 UINT32ToArray(TPM_ORD_SaveKeyContext, (BYTE *)&subCap);
157 if ((result = get_cap_uint32(TCPA_CAP_ORD, (BYTE *)&subCap, sizeof(UINT32), &rv)))
162 UINT32ToArray(TPM_ORD_SaveAuthContext, (BYTE *)&subCap);
    [all...]
tcs_key.c 223 BYTE subCap[100];
229 LoadBlob_KEY_PARMS(&offset, subCap, parms);
233 subCapLength, subCap, &respDataLength,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tsp_pcr.c 35 UINT32 subCap;
42 subCap = endian32(TPM_CAP_PROP_PCR);
44 sizeof(UINT32), (BYTE *)&subCap,
obj_tpm.c 491 UINT32 respLen, subCap = endian32(TPM_CAP_PROP_ACTIVE_COUNTER);
507 sizeof(UINT32), (BYTE *)&subCap,

Completed in 53 milliseconds