| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_use_certificate.pod | 57 The SSL_CTX_* class of functions loads the certificates and keys into the 62 The SSL_* class of functions only loads certificates and keys into a 66 SSL_CTX_use_certificate() loads the certificate B<x> into B<ctx>, 67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the 73 SSL_CTX_use_certificate_ASN1() loads the ASN1 encoded certificate from 75 SSL_use_certificate_ASN1() loads the ASN1 encoded certificate into B<ssl>. 77 SSL_CTX_use_certificate_file() loads the first certificate stored in B<file> 80 SSL_use_certificate_file() loads the certificate from B<file> into B<ssl>. 84 SSL_CTX_use_certificate_chain_file() loads a certificate chain from 89 similar except it loads the certificate chain into B<ssl>.
|
| H A D | SSL_CTX_set_ctlog_list_file.pod | 17 SSL_CTX_set_default_ctlog_list_file() loads a list of Certificate Transparency 21 SSL_CTX_set_ctlog_list_file() loads a list of CT logs from a specific path.
|
| H A D | X509_STORE_add_cert.pod | 98 X509_STORE_load_file_ex() loads trusted certificate(s) into an 105 X509_STORE_load_path() loads trusted certificate(s) into an 110 X509_STORE_load_store_ex() loads trusted certificate(s) into an 128 it loads certificates into the B<X509_STORE> from the hardcoded default
|
| H A D | CTLOG_STORE_new.pod | 34 CTLOG_STORE_load_file(). CTLOG_STORE_load_default_file() loads from the default 37 named B<CTLOG_FILE>. CTLOG_STORE_load_file() loads from a caller-specified file
|
| H A D | PEM_X509_INFO_read_bio_ex.pod | 28 PEM_X509_INFO_read_ex() loads the B<X509_INFO> objects from a file I<fp>. 34 PEM_X509_INFO_read_bio_ex() loads the B<X509_INFO> objects using a bio I<bp>.
|
| H A D | SSL_CTX_use_serverinfo.pod | 29 SSL_CTX_use_serverinfo_ex() loads one or more serverinfo extensions from 54 SSL_CTX_use_serverinfo_file() loads one or more serverinfo extensions from
|
| H A D | OSSL_LIB_CTX.pod | 55 having to reload them). If the application loads or unloads providers from the 63 context subsequently loads the same provider. 88 OSSL_LIB_CTX_load_config() loads a configuration file using the given I<ctx>.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrAtomics.td | 118 // Atomic loads 129 // Select loads 133 // Extending loads. Note that there are only zero-extending atomic loads, no 134 // sign-extending loads. 141 // Fragments for extending loads. These are different from regular loads because 146 // Unlike regular loads, extension to i64 is handled differently than i32. 149 // Extension to i32 is elided by SelectionDAG as our atomic loads are 161 // We don't have single sext atomic load instructions. So for sext loads, we 162 // match bare subword loads (for 32-bit results) and anyext loads (for 64-bit 170 // Select zero-extending loads [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 373 if (Summary.loads == 1 && Summary.loads == Summary.memory && in restrictStoreLoadOrder() 389 else if (Summary.loads >= 1 && isMemReorderDisabled()) { // }:mem_noshuf in restrictStoreLoadOrder() 413 (Summary.loads == 0) || in restrictStoreLoadOrder() 496 ++Summary.loads; in GetPacketSummary() 522 ++Summary.loads; in GetPacketSummary() 534 ++Summary.loads; in GetPacketSummary()
|
| /freebsd/tests/atf_python/sys/net/ |
| H A D | tools.py | 60 js = json.loads(out) 73 js = json.loads(out)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 22 // Atomic loads 53 // 8-bit loads 55 // 16-bit loads 57 // 32-bit loads 59 // 64-bit loads 63 // 8-bit loads 79 // 16-bit loads 95 // 32-bit loads 113 // 64-bit loads 131 // FP 32-bit loads [all …]
|
| /freebsd/tools/build/options/ |
| H A D | WITH_VERIEXEC | 3 which loads the contents of verified manifests into the kernel
|
| /freebsd/contrib/llvm-project/lldb/bindings/python/ |
| H A D | lldb-python | 12 info = json.loads(info_json)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperators.td | 595 // Sign extending (atomic) loads. 614 // Zero extending (atomic) loads. 633 // Extending (atomic) loads in which the extension type can be signed. 650 // Extending (atomic) loads in which the extension type can be unsigned. 667 // Extending (atomic) loads in which the extension type doesn't matter. 686 // Extending non-atomic loads in which the extension type doesn't matter. 700 // Extending (atomic) loads that are not sign/zero extending. 719 // Extending atomic FP loads. 727 // Aligned loads. 745 // Non-volatile loads. Used for instructions that might access the storage [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM55.td | 29 // loads) actually take 1 cycle (amazingly). 41 // But a sequence of VLDR;VLDRB;VADD;VSTR because the loads cannot overlap, 314 // Normal loads 316 // Pre/post inc loads 318 // Gather loads 322 // Interleaving loads 324 // Interleaving loads with wb
|
| H A D | ARMScheduleM7.td | 203 // Mark whether the loads/stores must be single-issue 217 // Byte and half-word loads should have greater latency than other loads. 230 // Exclusive loads/stores cannot be dual-issued 290 // VFP loads and stores
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 81 "lw" loads a 32 bit value from memory. On MIPS64, "lw" loads a 32 bit
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | vm_reserv_populate.sh | 121 // Assume that aligned loads are atomic.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXPassRegistry.def | 42 FUNCTION_PASS("nvptx-tag-invariant-loads", NVPTXTagInvariantLoadsPass())
|
| /freebsd/sys/contrib/dev/ice/ |
| H A D | README | 43 The DDP package loads during device initialization or driver runtime,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstr64Bit.td | 197 // All the 32-bit loads and stores are available. The extending loads are sign 202 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads. 206 // 64-bit loads. 224 // Extending loads to i64.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ScheduleDAGInstrs.cpp | 1076 Value2SUsMap &loads, unsigned N) { in reduceHugeMemNodeMaps() argument 1078 dbgs() << "Loading SUnits:\n"; loads.dump()); in reduceHugeMemNodeMaps() 1082 NodeNums.reserve(stores.size() + loads.size()); in reduceHugeMemNodeMaps() 1088 for (const auto &[V, SUs] : loads) { in reduceHugeMemNodeMaps() 1119 insertBarrierChain(loads); in reduceHugeMemNodeMaps() 1122 dbgs() << "Loading SUnits:\n"; loads.dump()); in reduceHugeMemNodeMaps()
|
| /freebsd/contrib/sqlite3/tea/ |
| H A D | _teaish.tester.tcl.in | 47 # loads the extension.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiSchedule.td | 27 // Cycles for loads to access the cache [default = -1]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | SelectionDAGCompat.td | 32 // SelectionDAG has one node for all loads and uses predicates to 222 // G_LOAD handles both atomic and non-atomic loads where as SelectionDAG had 223 // separate nodes for them. This GINodeEquiv maps the non-atomic loads to
|