/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_persistent_key.function | 266 size_t export_size = data->len; 270 TEST_CALLOC(exported, export_size); 307 PSA_ASSERT(psa_export_key(key_id, exported, export_size,
|
H A D | test_suite_psa_crypto.function | 1518 size_t export_size; 1524 export_size = (ptrdiff_t) data->len + export_size_delta; 1525 TEST_CALLOC(exported, export_size); 1527 TEST_CALLOC(reexported, export_size); 1539 export_size -= 1; 1553 status = psa_export_key(key, exported, export_size, &exported_length); 1557 * and export_size. On errors, the exported length must be 0. */ 1560 TEST_LE_U(exported_length, export_size); 1563 export_size - exported_length)); 1587 export_size, [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_persistent_key.function | 264 size_t export_size = data->len; 268 TEST_CALLOC(exported, export_size); 305 PSA_ASSERT(psa_export_key(key_id, exported, export_size,
|
H A D | test_suite_psa_crypto.function | 1781 size_t export_size; 1787 export_size = (ptrdiff_t) data->len + export_size_delta; 1788 TEST_CALLOC(exported, export_size); 1790 TEST_CALLOC(reexported, export_size); 1802 export_size -= 1; 1816 status = psa_export_key(key, exported, export_size, &exported_length); 1820 * and export_size. On errors, the exported length must be 0. */ 1823 TEST_LE_U(exported_length, export_size); 1826 export_size - exported_length)); 1850 export_size, [all …]
|
/aosp_15_r20/external/llvm/test/ObjectYAML/MachO/ |
H A D | out_of_order_linkedit.yaml | 69 export_size: 48 210 #CHECK: export_size: 48
|
H A D | load_commands.yaml | 69 export_size: 48 195 #CHECK: export_size: 48
|
H A D | rebase_opcode.yaml | 36 export_size: 48
|
H A D | weak_bind_opcode.yaml | 36 export_size: 48
|
H A D | bind_opcode.yaml | 36 export_size: 48
|
H A D | export_trie.yaml | 69 export_size: 48
|
H A D | sections.yaml | 179 export_size: 48
|
H A D | lazy_bind_opcode.yaml | 36 export_size: 48
|
H A D | symtab.yaml | 71 export_size: 48
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
H A D | MachOWriter.cpp | 81 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in totalSize() 83 Ends.push_back(DyLdInfoCommand.export_off + DyLdInfoCommand.export_size); in totalSize() 372 assert((DyLdInfoCommand.export_size == O.Exports.Trie.size()) && in writeExportInfo()
|
H A D | MachOLayoutBuilder.cpp | 409 MLC.dyld_info_command_data.export_size = DyldInfoExportsTrieSize; in layoutTail()
|
/aosp_15_r20/external/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 249 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 273 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 314 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/ |
H A D | macho-private-headers.test | 234 EXE: export_size 48
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/ARM/ |
H A D | macho-private-headers.test | 268 EXE: export_size 44
|
/aosp_15_r20/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 829 uint32_t export_size; member 1082 sys::swapByteOrder(info.export_size); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | MachO.h | 834 uint32_t export_size; member 1090 sys::swapByteOrder(info.export_size); in swapStruct()
|
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/ |
H A D | macho-private-headers.test | 290 EXE: export_size 48
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 867 uint32_t export_size; member 1119 sys::swapByteOrder(info.export_size); in swapStruct()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 890 uint32_t export_size; member 1258 sys::swapByteOrder(info.export_size); in swapStruct()
|