HomeSort by: relevance | last modified time | path
    Searched refs:cWrappedKeyBlob (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_key.c 153 UINT32 cWrappedKeyBlob;
175 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &cWrappedKeyBlob, 0, &data->comm))
178 rgbWrappedKeyBlob = calloc(1, cWrappedKeyBlob);
180 LogError("malloc of %d bytes failed.", cWrappedKeyBlob);
183 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, rgbWrappedKeyBlob, cWrappedKeyBlob, &data->comm)) {
198 result = key_mgr_load_by_blob(hContext, hUnwrappingKey, cWrappedKeyBlob, rgbWrappedKeyBlob,
236 UINT32 cWrappedKeyBlob;
251 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &cWrappedKeyBlob, 0, &data->comm))
254 rgbWrappedKeyBlob = calloc(1, cWrappedKeyBlob);
256 LogError("malloc of %d bytes failed.", cWrappedKeyBlob);
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key_mem_cache.c 599 UINT32 cWrappedKeyBlob, BYTE *rgbWrappedKeyBlob,
615 result = TCSP_LoadKey2ByBlob_Internal(hContext, hUnwrappingKey, cWrappedKeyBlob,
618 result = TCSP_LoadKeyByBlob_Internal(hContext, hUnwrappingKey, cWrappedKeyBlob,

Completed in 47 milliseconds