/freebsd-src/crypto/heimdal/doc/doxyout/hx509/man/man3/ |
H A D | page_keyset.3 | 8 MEMORY In memory based format. Doesnt support storing. 10 …ed the file can contain may certificates and match private keys. Support storing the certificates.…
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | adcintrin.h | 52 /// Pointer to memory for storing the sum. 83 /// Pointer to memory for storing the difference. 114 /// Pointer to memory for storing the sum. 144 /// Pointer to memory for storing the difference.
|
H A D | rdseedintrin.h | 39 /// Pointer to memory for storing the 16-bit random number. 66 /// Pointer to memory for storing the 32-bit random number. 94 /// Pointer to memory for storing the 64-bit random number.
|
H A D | adxintrin.h | 55 /// Pointer to memory for storing the sum. 86 /// Pointer to memory for storing the sum.
|
/freebsd-src/sys/contrib/dev/acpica/components/executer/ |
H A D | exstore.c | 225 * Storing an object into a Named node. in AcpiExStore() 276 /* Storing an object into a Name "container" */ in AcpiExStore() 285 /* Storing to an Index (pointer into a packager or buffer) */ in AcpiExStore() 301 * Storing to the Debug object causes the value stored to be in AcpiExStore() 363 * Storing to a package element. Copy the object and replace in AcpiExStoreObjectToIndex() 506 * When storing into an object the data is converted to the 513 * storing to an ArgX -- as per the rules of the ACPI spec. 540 ACPI_DEBUG_PRINT ((ACPI_DB_EXEC, "Storing %p [%s] to node %p [%s]\n", in AcpiExStoreObjectToNode() 571 * Storing a package to a Local/Arg is OK, and handled in AcpiExStoreObjectToNode() 734 "Storing [ in AcpiExStoreDirectToNode() [all...] |
/freebsd-src/usr.sbin/keyserv/ |
H A D | keyserv.8 |
|
/freebsd-src/sys/riscv/riscv/ |
H A D | support.S | 170 sb a1, 0(a0) /* Try storing the data */ 186 sh a1, 0(a0) /* Try storing the data */ 202 sw a1, 0(a0) /* Try storing the data */ 219 sd a1, 0(a0) /* Try storing the data */
|
/freebsd-src/bin/pax/ |
H A D | sel_subs.h | 37 * data structure for storing uid/grp selects (-U, -G non standard options) 54 * data structure for storing user supplied time ranges (-T option)
|
/freebsd-src/crypto/heimdal/doc/doxyout/hx509/html/ |
H A D | page_keyset.html | 23 …storing.</li><li>FILE FILE supports raw DER certicates and PEM certicates. When PEM is used the fi…
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.h | 72 /// storing/accessing them in an actual tree is too inefficient: we need to be 74 /// Storing a StringMap in each DeclContext would be too space inefficient. 169 /// Info type for the DenseMap storing the DeclContext pointers.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsOptionRecord.h | 1 //===- MipsOptionRecord.h - Abstraction for storing information -*- C++ -*-===// 9 // MipsOptionRecord - Abstraction for storing arbitrary information in
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_default_passwd_cb.pod | 28 when loading/storing a PEM certificate with encryption. 57 When loading or storing private keys, a password might be supplied to
|
/freebsd-src/sys/contrib/dpdk_rte_lpm/ |
H A D | rte_tailq.h | 33 * The structure defining a tailq header entry for storing 36 * Any library storing a set of objects e.g. rings, mempools, hash-tables,
|
/freebsd-src/contrib/netbsd-tests/include/sys/ |
H A D | t_types.c | 56 * "The type ssize_t shall be capable of storing in ATF_TC_BODY() 70 * of storing values at least in the range [-1, 1000000]." in ATF_TC_BODY()
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | keytab_file.c | 633 N_("Failed storing principal " in fkt_add_entry() 642 N_("Failed storing timpstamp " in fkt_add_entry() 651 N_("Failed storing kvno " in fkt_add_entry() 666 N_("Failed storing extended kvno " in fkt_add_entry() 675 N_("Failed storing extended kvno " in fkt_add_entry()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | Graph.h | 92 /// The type used for storing the EdgeAttribute for each edge in the graph 95 /// The type used for storing the VertexAttribute for each vertex in 99 /// The type used for storing the edges entering a vertex. Indexed by 105 /// The type storing the InnerInvGraphT corresponding to each vertex in 124 /// and storing the VertexIdentifier the iterator range comes from. The
|
/freebsd-src/libexec/rc/rc.d/ |
H A D | keyserv | 15 desc="Server for storing private encryption keys"
|
/freebsd-src/crypto/heimdal/doc/doxyout/ntlm/man/man3/ |
H A D | ntlm_buf.3 | 23 Buffer for storing data in the NTLM library. When filled in by the library it should be freed with …
|
/freebsd-src/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 581 # storing the calculated height and width. The second set of arguments are the 681 # storing the calculated height and width. The second set of arguments are the 742 # storing the calculated height and width. The second set of arguments are the 807 # storing the calculated height and width. The second set of arguments are the 885 # storing the calculated height, width, and rows. The second set of arguments 978 # storing the calculated height, width, and rows. The second set of arguments 1083 # storing the calculated height, width, and rows. The second set of arguments 1179 # storing the calculated height, width, and rows. The second set of arguments 1204 # storing the calculated height, width, and rows. The second set of arguments 1320 # storing the calculated height, width, and rows. The second set of arguments [all …]
|
/freebsd-src/share/doc/smm/18.net/ |
H A D | 5.t | 55 Each mbuf has a small data area for storing information, \fIm_dat\fP. 67 In addition to storing data directly in the mbuf's data area, data
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Twine.cpp | 18 // If we're storing only a std::string, just return it. in str() 22 // If we're storing a formatv_object, we can avoid an extra copy by formatting in str()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.h | 9 // Defines the class storing information about stack frames in the interpreter. 25 /// Frame storing local variables.
|
/freebsd-src/contrib/wpa/src/utils/ |
H A D | config.h | 17 * @line: Pointer to a variable storing the file line number
|
/freebsd-src/contrib/bearssl/src/symcipher/ |
H A D | aes_pwr8.c | 50 * We use the VSX instructions for loading and storing the in key_schedule_128() 159 * We use the VSX instructions for loading and storing the in key_schedule_192() 297 * We use the VSX instructions for loading and storing the in key_schedule_256()
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | floatdixf.S | 12 // 32-bit loads, then immediately storing it back to the stack via a single 64-bit
|