HomeSort by relevance Sort by last modified time
    Searched refs:RespSize (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Hierarchy.c 233 UINT32 RespSize;
269 RespSize = SwapBytes32(Res.Header.paramSize);
270 if (RespSize > sizeof(Res)) {
271 DEBUG ((EFI_D_ERROR, "Clear: Response size too large! %d\r\n", RespSize));
323 UINT32 RespSize;
363 RespSize = SwapBytes32(Res.Header.paramSize);
364 if (RespSize > sizeof(Res)) {
365 DEBUG ((EFI_D_ERROR, "ClearControl: Response size too large! %d\r\n", RespSize));
416 UINT32 RespSize;
476 RespSize = SwapBytes32(Res.Header.paramSize);
    [all...]
Tpm2Sequences.c 108 UINT32 RespSize;
150 RespSize = SwapBytes32(Res.Header.paramSize);
151 if (RespSize > sizeof(Res)) {
152 DEBUG ((EFI_D_ERROR, "HashSequenceStart: Response size too large! %d\r\n", RespSize));
196 UINT32 RespSize;
247 RespSize = SwapBytes32(Res.Header.paramSize);
248 if (RespSize > sizeof(Res)) {
249 DEBUG ((EFI_D_ERROR, "SequenceUpdate: Response size too large! %d\r\n", RespSize));
297 UINT32 RespSize;
356 RespSize = SwapBytes32(Res.Header.paramSize);
    [all...]
Tpm2Integrity.c 107 UINT32 RespSize;
167 RespSize = SwapBytes32(Res.Header.paramSize);
168 if (RespSize > sizeof(Res)) {
169 DEBUG ((EFI_D_ERROR, "Tpm2PcrExtend: Response size too large! %d\r\n", RespSize));
217 UINT32 RespSize;
262 RespSize = SwapBytes32(Res.Header.paramSize);
263 if (RespSize > sizeof(Res)) {
264 DEBUG ((EFI_D_ERROR, "Tpm2PcrEvent: Response size too large! %d\r\n", RespSize));
441 UINT32 RespSize;
506 RespSize = SwapBytes32(Res.Header.paramSize);
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
Payloads.cs 39 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.ByteBufferParams), global::Grpc.Testing.ByteBufferParams.Parser, new[]{ "ReqSize", "RespSize" }, null, null, null),
40 new pbr::GeneratedClrTypeInfo(typeof(global::Grpc.Testing.SimpleProtoParams), global::Grpc.Testing.SimpleProtoParams.Parser, new[]{ "ReqSize", "RespSize" }, null, null, null),
99 public int RespSize {
120 if (RespSize != other.RespSize) return false;
128 if (RespSize != 0) hash ^= RespSize.GetHashCode();
146 if (RespSize != 0) {
148 output.WriteInt32(RespSize);
161 if (RespSize != 0)
    [all...]
RunnerClientServerTest.cs 70 RespSize = 100
ServerRunners.cs 73 var genericService = new GenericServiceImpl(config.PayloadConfig.BytebufParams.RespSize);
ClientRunners.cs 342 ResponseSize = payloadConfig.SimpleParams.RespSize
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/Tpm12DeviceLibInfineonI2c/
TisPc.c 483 @param[out] RespSize Response data length.
494 OUT UINT32 *RespSize
553 if (*RespSize < ResponseSize) {
557 *RespSize = ResponseSize;

Completed in 304 milliseconds