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

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_pcr_extend.c 112 BYTE *pcrDataIn;
126 pcrDataIn = (BYTE *)malloc(pcrDataSizeIn);
127 if (pcrDataIn == NULL) {
131 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, pcrDataIn, pcrDataSizeIn, &data->comm)) {
132 free(pcrDataIn);
138 result = TCSP_PcrReset_Internal(hContext, pcrDataSizeIn, pcrDataIn);
141 free(pcrDataIn);
rpc_quote.c 37 BYTE *pcrDataIn;
64 pcrDataIn = (BYTE *)calloc(1, pcrDataSizeIn);
65 if (pcrDataIn == NULL) {
69 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, pcrDataIn, pcrDataSizeIn, &data->comm)) {
70 free(pcrDataIn);
78 free(pcrDataIn);
85 result = TCSP_Quote_Internal(hContext, hKey, antiReplay, pcrDataSizeIn, pcrDataIn,
89 free(pcrDataIn);
rpc_quote2.c 38 BYTE *pcrDataIn;
69 pcrDataIn = (BYTE *)calloc(1, pcrDataSizeIn);
70 if (pcrDataIn == NULL) {
74 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, pcrDataIn, pcrDataSizeIn, &data->comm)) {
75 free(pcrDataIn);
79 free(pcrDataIn);
86 free(pcrDataIn);
93 result = TCSP_Quote2_Internal(hContext, hKey, antiReplay, pcrDataSizeIn, pcrDataIn,
98 free(pcrDataIn);

Completed in 28 milliseconds