Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/NextBSD/crypto/openssl/doc/apps/
HDpkeyutl.pod34 The B<pkeyutl> command can be used to perform public key operations using
67 the peer key file, used by key derivation (agreement) operations.
133 The operations and options supported vary according to the key algorithm
134 and its implementation. The OpenSSL operations and options are indicated below.
137 which specifies the digest in use for sign, verify and verifyrecover operations.
144 operations in general. Some padding modes only support some of these
145 operations however.
181 The DSA algorithm supports signing and verification operations only. Currently
192 The EC algorithm supports sign, verify and derive operations. The sign and
193 verify operations use ECDSA and derive uses ECDH. Currently there are no
/NextBSD/lib/libdispatch/src/
HDio.c1553 TAILQ_INIT(&stream->operations[DISPATCH_IO_RANDOM]); in _dispatch_stream_init()
1554 TAILQ_INIT(&stream->operations[DISPATCH_IO_STREAM]); in _dispatch_stream_init()
1568 dispatch_assert(TAILQ_EMPTY(&stream->operations[DISPATCH_IO_STREAM])); in _dispatch_stream_dispose()
1569 dispatch_assert(TAILQ_EMPTY(&stream->operations[DISPATCH_IO_RANDOM])); in _dispatch_stream_dispose()
1606 TAILQ_INIT(&disk->operations); in _dispatch_disk_init()
1607 disk->cur_rq = TAILQ_FIRST(&disk->operations); in _dispatch_disk_init()
1622 dispatch_assert(TAILQ_EMPTY(&disk->operations)); in _dispatch_disk_dispose()
1636 return !(TAILQ_EMPTY(&stream->operations[DISPATCH_IO_RANDOM])) || in _dispatch_stream_operation_avail()
1637 !(TAILQ_EMPTY(&stream->operations[DISPATCH_IO_STREAM])); in _dispatch_stream_operation_avail()
1649 TAILQ_INSERT_TAIL(&stream->operations[op->params.type], op, operation_list); in _dispatch_stream_enqueue_operation()
[all …]
HDio_internal.h73 TAILQ_HEAD(, dispatch_operation_s) operations[2];
97 TAILQ_HEAD(dispatch_disk_operations_s, dispatch_operation_s) operations;
/NextBSD/lib/libc/softfloat/
HDtimesoftfloat.txt66 some operations do not require rounding--only the nearest/even rounding mode
70 precision operations affected by rounding precision control, `timesoftfloat'
77 the function in kops/s, or ``thousands of operations per second''. This
79 point operations per second'') only in being a factor of 1000 smaller.
87 Note that the remainder operations (`float32_rem', `float64_rem',
89 operations, particularly for extended double precision (`floatx80') and
142 sequence, multiple operations can also be tested with a single invocation.
HDsoftfloat.txt16 precision, and quadruple precision. All operations required by the standard
112 SoftFloat implements the following arithmetic operations:
117 -- The usual add, subtract, multiply, divide, and square root operations
137 for all operations that require rounding. The rounding mode is selected
148 of the standard arithmetic operations is controlled by the global variable
149 `floatx80_rounding_precision'. The operations affected are:
154 operations are rounded (as usual) to the full precision of the extended
156 or to 64 causes the operations listed to be rounded to reduced precision
/NextBSD/usr.sbin/bsnmpd/modules/snmp_hast/
HDBEGEMOT-HAST-MIB.txt245 "Count of resource local read operations."
253 "Count of resource local write operations."
261 "Count of resource local delete operations."
269 "Count of resource local flush operations."
285 "Count of resource local read operations that failed."
293 "Count of resource local write operations that failed."
301 "Count of resource local delete operations that failed."
309 "Count of resource local flush operations that failed."
/NextBSD/contrib/llvm/lib/Target/WebAssembly/
HDWebAssemblyInstrAtomics.td36 // Low-level exclusive operations
39 // TODO: add exclusive operations here...
/NextBSD/tools/regression/security/proc_to_proc/
HDREADME9 and a set of operations. It then reports on any divergence from the
12 Test operations:
44 relationship. Other test operations that might be of interest are SIGCONT,
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDseeksize_example.txt8 sequential operations. By using seeksize.d and bitesize.d we can
47 In this example we run find. The disk operations are fairly scattered,
130 causing extra operations as it reads the file contents as well,
/NextBSD/crypto/openssl/doc/crypto/
HDCMS_final.pod16 operations necessary on B<cms> (digest computation for example) and set the
26 I/O functions perform finalisation operations internally.
HDDH_set_method.pod26 operations. By modifying the method, alternative implementations
42 DH_set_method() selects B<meth> to perform all operations using the key B<dh>.
51 be used for the DH operations. If B<engine> is NULL, the default ENGINE for DH
52 operations is used, and if no default ENGINE is set, the DH_METHOD controlled by
HDRSA_set_method.pod32 operations. By modifying the method, alternative implementations such as
49 RSA_set_method() selects B<meth> to perform all operations using the key
68 B<engine> will be used for the RSA operations. If B<engine> is NULL, the
69 default ENGINE for RSA operations is used, and if no default ENGINE is set,
75 B<method> will be used for the RSA operations. If B<method> is B<NULL>,
116 * operations, even if p,q,dmp1,dmq1,iqmp
HDDSA_set_method.pod26 operations. By modifying the method, alternative implementations
43 DSA_set_method() selects B<meth> to perform all operations using the key
53 will be used for the DSA operations. If B<engine> is NULL, the default engine
54 for DSA operations is used, and if no default ENGINE is set, the DSA_METHOD
HDEVP_PKEY_CTX_ctrl.pod11 EVP_PKEY_CTX_set_ec_paramgen_curve_nid - algorithm specific control operations
45 B<optype> is a mask indicating which operations the control can be applied to.
63 signature operations.
69 RSA_X931_PADDING for X9.31 padding (signature operations only) and
HDBN_add_word.pod24 These functions perform arithmetic operations on BIGNUMs with unsigned
26 arithmetic operations.
HDBIO_set_callback.pod27 operations. It can be used for debugging purposes to trace operations on
43 B<oper> is set to the operation being performed. For some operations
/NextBSD/contrib/gcc/config/arm/
HDarm926ejs.md59 ;; ALU operations with no shifted operand
65 ;; ALU operations with a shift-by-register operand
80 ;; times. Multiply operations occur in both the execute and memory
118 ;; the difference between operations with a base register writeback
HDarm1026ejs.md67 ;; ALU operations with no shifted operand
73 ;; ALU operations with a shift-by-constant operand
79 ;; ALU operations with a shift-by-register operand
155 ;; the difference between operations with a base register writeback
195 ;; As with ALU operations, if one of the destination registers is the
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDREADME.txt61 We only use MVC, XC and CLC for constant-length block operations.
62 We could extend them to variable-length operations too,
70 operations. The TRANSLATE ones are probably more difficult to exploit.
83 part of 128-bit memory operations would probably need to be done
/NextBSD/crypto/openssh/
HDPROTOCOL.agent5 is almost completely disjoint - in all but a few cases, operations on
110 confirmation before performing private key operations with the loaded
252 this operation really arranges for future private key operations to be
392 2.6 Private key operations
394 The purpose of the agent is to perform private key operations, such as
398 operations.
484 processing of sensitive operations until it has been unlocked with the
514 3.1 Requests from client to agent for protocol 1 key operations
523 3.2 Requests from client to agent for protocol 2 key operations
545 3.5 Replies from agent to client for protocol 1 key operations
[all …]
/NextBSD/usr.bin/ctlstat/
HDctlstat.c266 cur_stats->ports[port].operations[i]; in compute_stats()
276 prev_stats->ports[port].operations[i]; in compute_stats()
364 stats[lun].ports[port].operations[iotype]); in ctlstat_dump()
401 lun].ports[port].operations[iotype]); in ctlstat_json()
526 ctx->cur_total_stats[st].ports[p].operations[j] += \ in ctlstat_standard()
527 ctx->cur_lun_stats[i].ports[p].operations[j] in ctlstat_standard()
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_mode.pod58 incomplete read/write operations.
60 deal with read/write operations returning without success report. The
61 flag SSL_MODE_AUTO_RETRY will cause read/write operations to only
HDSSL_CONF_cmd.pod25 operations have been completed. It is used to finalise any operations
96 structure is set. This option is only supported if certificate operations
102 context. This option is only supported if certificate operations
110 operations are permitted.
188 structure is set. This option is only supported if certificate operations
194 context. This option is only supported if certificate operations
207 operations are permitted.
339 The order of operations is significant. This can be used to set either defaults
356 mixed with additional application specific operations.
/NextBSD/tools/test/testfloat/
HDtestfloat-source.txt13 All standard operations supported by the system can be tested, except for
64 32 bits, only single- and double-precision operations can be tested.
212 The `systfloat' module uses the floating-point operations of the C language
214 floating-point operations are not accessible within ISO/ANSI C. The
227 The `-list' option to `testfloat' will show the operations the program is
319 floating-point operations of the C language. Unfortunately, some IEC/IEEE
320 floating-point operations are not defined within ISO/ANSI C. If a machine
321 implements such ``non-C'' operations, target-specific subroutines for
322 the operations can be supplied to allow TestFloat to test these machine
350 Note that the `-list' option to `testfloat' will show the operations
[all …]
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMSA.txt57 These two operations are equivalent to each other with the operands
64 These three operations differ only in the operand that is tied to the
70 These three operations can be very confusing so here is a mapping

12345678910>>...19