Searched full:export_size (Results 1 – 25 of 30) sorted by relevance
12
| /external/mbedtls/tests/suites/ |
| 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,
|
| 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 …]
|
| /external/openthread/third_party/mbedtls/repo/tests/suites/ |
| 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,
|
| D | test_suite_psa_crypto.function | 574 size_t export_size; 580 export_size = (ptrdiff_t) data->len + export_size_delta; 581 TEST_CALLOC(exported, export_size); 583 TEST_CALLOC(reexported, export_size); 601 status = psa_export_key(key, exported, export_size, &exported_length); 605 * and export_size. On errors, the exported length must be 0. */ 608 TEST_LE_U(exported_length, export_size); 611 export_size - exported_length)); 633 export_size, 676 size_t export_size = expected_public_key->len + export_size_delta; [all …]
|
| /external/llvm/test/ObjectYAML/MachO/ |
| D | out_of_order_linkedit.yaml | 69 export_size: 48 210 #CHECK: export_size: 48
|
| D | load_commands.yaml | 69 export_size: 48 195 #CHECK: export_size: 48
|
| D | rebase_opcode.yaml | 36 export_size: 48
|
| D | weak_bind_opcode.yaml | 36 export_size: 48
|
| D | bind_opcode.yaml | 36 export_size: 48
|
| D | export_trie.yaml | 69 export_size: 48
|
| D | sections.yaml | 179 export_size: 48
|
| D | symtab.yaml | 71 export_size: 48
|
| D | lazy_bind_opcode.yaml | 36 export_size: 48
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/ |
| 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()
|
| D | MachOLayoutBuilder.cpp | 409 MLC.dyld_info_command_data.export_size = DyldInfoExportsTrieSize; in layoutTail()
|
| /external/llvm/test/tools/llvm-objdump/AArch64/ |
| D | macho-private-headers.test | 234 EXE: export_size 48
|
| /external/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 249 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
|
| /external/llvm/test/tools/llvm-objdump/ARM/ |
| D | macho-private-headers.test | 268 EXE: export_size 44
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 273 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/ |
| D | MachOYAML.cpp | 314 IO.mapRequired("export_size", LoadCommand.export_size); in mapping()
|
| /external/llvm/test/tools/llvm-objdump/X86/ |
| D | macho-private-headers.test | 290 EXE: export_size 48
|
| /external/llvm/include/llvm/Support/ |
| D | MachO.h | 829 uint32_t export_size; member 1082 sys::swapByteOrder(info.export_size); in swapStruct()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | MachO.h | 834 uint32_t export_size; member 1090 sys::swapByteOrder(info.export_size); in swapStruct()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 867 uint32_t export_size; member 1119 sys::swapByteOrder(info.export_size); in swapStruct()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
| D | MachO.h | 890 uint32_t export_size; member 1258 sys::swapByteOrder(info.export_size); in swapStruct()
|
12