HomeSort by relevance Sort by last modified time
    Searched refs:SerializedSize (Results 1 - 25 of 31) sorted by null

1 2

  /system/keymaster/android_keymaster/
android_keymaster_messages.cpp 71 size_t KeymasterResponse::SerializedSize() const {
98 return key_blob_size(key_blob) + enforced.SerializedSize() + unenforced.SerializedSize();
120 size_t GetKeyCharacteristicsRequest::SerializedSize() const {
121 return key_blob_size(key_blob) + additional_params.SerializedSize();
135 return enforced.SerializedSize() + unenforced.SerializedSize();
152 size_t BeginOperationRequest::SerializedSize() const {
154 additional_params.SerializedSize();
173 return sizeof(op_handle) + output_params.SerializedSize();
    [all...]
serializable.cpp 138 size_t Buffer::SerializedSize() const {
  /system/keymaster/include/keymaster/
android_keymaster_messages.h 119 size_t SerializedSize() const override;
134 size_t SerializedSize() const override { return 0; };
144 size_t SerializedSize() const override { return sizeof(uint32_t); };
169 size_t SerializedSize() const override { return sizeof(uint32_t) * 2; };
269 size_t SerializedSize() const override { return key_description.SerializedSize(); }
309 size_t SerializedSize() const override;
340 size_t SerializedSize() const override;
363 size_t SerializedSize() const override;
388 size_t SerializedSize() const override
    [all...]
serializable.h 40 virtual size_t SerializedSize() const = 0;
247 size_t SerializedSize() const;
android_keymaster_utils.h 358 size_t SerializedSize() const { return sizeof(uint32_t) + accessBlobSize(this); }
  /system/keymaster/key_blob_utils/
auth_encrypted_key_blob.cpp 35 size_t size = 1 /* version byte */ + nonce.SerializedSize() +
36 encrypted_key_material.SerializedSize() + tag.SerializedSize() +
37 hw_enforced.SerializedSize() + sw_enforced.SerializedSize();
integrity_assured_key_blob.cpp 53 size_t hidden_bytes_size = hidden.SerializedSize();
85 key_material.SerializedSize() + //
86 hw_enforced.SerializedSize() + //
87 sw_enforced.SerializedSize() + //
ocb_utils.cpp 54 hidden.SerializedSize() + hw_enforced.SerializedSize() + sw_enforced.SerializedSize();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 91 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 91 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 91 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 91 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
DebugChecksumsSubsection.h 95 uint32_t SerializedSize = 0;
  /device/linaro/bootloader/edk2/OvmfPkg/Library/SerializeVariablesLib/
SerializeVariablesLib.c 761 UINTN SerializedSize;
771 SerializedSize =
781 SerializedSize
  /system/keymaster/tests/
authorization_set_test.cpp 162 size_t size = set.SerializedSize();
190 size_t size = set.SerializedSize();
235 size_t size = set.SerializedSize();
276 size_t size = set.SerializedSize();
362 size_t serialize_size = growable.SerializedSize();
key_blob_test.cpp 207 size_t hw_enforced_size = hw_enforced_.SerializedSize();
230 size_t sw_enforced_size = sw_enforced_.SerializedSize();
android_keymaster_messages_test.cpp 35 size_t size = message.SerializedSize();
479 size_t size = msg.SerializedSize();
498 size_t size = msg.SerializedSize();
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 538 size_t max_input_size = SEND_BUF_SIZE - request.SerializedSize();
760 uint32_t req_size = req.SerializedSize();
772 ALOGV("Sending %d byte request\n", (int)req.SerializedSize());

Completed in 377 milliseconds

1 2