/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 th [all...] |
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 | 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 | 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 | 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 | 53 having to reload them). If the application loads or unloads providers from the 61 context subsequently loads the same provider. 86 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 | 374 if (Summary.loads == 1 && Summary.loads == Summary.memory && in restrictStoreLoadOrder() 384 // Slot1 only loads in restrictStoreLoadOrder() 390 else if (Summary.loads >= 1 && isMemReorderDisabled()) { // }:mem_noshuf in restrictStoreLoadOrder() 394 // Error if no more slots available for loads. in restrictStoreLoadOrder() 395 reportError("invalid instruction packet: too many loads"); in restrictStoreLoadOrder() 400 // Update the next highest slot available to loads. in restrictStoreLoadOrder() 414 (Summary.loads == 0) || in restrictStoreLoadOrder() 497 ++Summary.loads; in GetPacketSummary() 523 ++Summary.loads; in GetPacketSummary() [all...] |
/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 111 // 64-bit loads 127 // 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/libucl/python/tests/ |
H A D | test_example.py | 57 uj = json.loads(json.dumps(u))
|
H A D | test_validation.py | 28 data = json.loads(json_remove_comments(f.read()))
|
/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 | 551 // Sign extending (atomic) loads. 570 // Zero extending (atomic) loads. 589 // Extending (atomic) loads in which the extension type can be signed. 606 // Extending (atomic) loads in which the extension type can be unsigned. 623 // Extending (atomic) loads in which the extension type doesn't matter. 642 // Extending non-atomic loads in which the extension type doesn't matter. 656 // Extending (atomic) loads that are not sign/zero extending. 675 // Extending atomic FP loads. 683 // Aligned loads. 701 // 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/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/CodeGen/ |
H A D | ScheduleDAGInstrs.cpp | 1059 Value2SUsMap &loads, unsigned N) { in reduceHugeMemNodeMaps() argument 1061 dbgs() << "Loading SUnits:\n"; loads.dump()); in reduceHugeMemNodeMaps() 1065 NodeNums.reserve(stores.size() + loads.size()); in reduceHugeMemNodeMaps() 1071 for (const auto &[V, SUs] : loads) { in reduceHugeMemNodeMaps() 1102 insertBarrierChain(loads); in reduceHugeMemNodeMaps() 1105 dbgs() << "Loading SUnits:\n"; loads.dump()); in reduceHugeMemNodeMaps()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstr64Bit.td | 219 // All the 32-bit loads and stores are available. The extending loads are sign 224 // SPARC v9 adds 64-bit loads as well as a sign-extending ldsw i32 loads. 228 // 64-bit loads. 246 // Extending loads to i64.
|
/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 211 // G_LOAD handles both atomic and non-atomic loads where as SelectionDAG had 212 // separate nodes for them. This GINodeEquiv maps the non-atomic loads to
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiSchedule.td | 27 // Cycles for loads to access the cache [default = -1]
|