Home
last modified time | relevance | path

Searched refs:processing (Results 1 – 25 of 1604) sorted by relevance

12345678910>>...65

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_aux_cb.pod89 A callback that will be invoked at various points during the processing of
99 A callback that will be invoked at various points during the processing of
105 During the processing of an B<ASN1_VALUE> object the callbacks set via
117 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
124 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
130 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
138 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
143 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
148 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
153 Invoked when processing a B<CHOICE>, B<SEQUENCE> or B<NDEF_SEQUENCE> structure
[all …]
H A DSSL_set_async_callback.pod74 application can continue processing other connections.
80 finished processing.
96 recalling the OpenSSL asynchronous function and to continue processing.
102 request being submitted, allowing different processing if required.
H A DSSL_CTX_set_client_hello_cb.pod5 …resent, SSL_client_hello_get0_ext - callback functions for early server-side ClientHello processing
27 called during the early stages of ClientHello processing on the server.
38 success, normal handshake processing will continue from that point.
85 occurs due to the relative order of processing between things like session
95 SSL_CLIENT_HELLO_RETRY to suspend processing.
H A DSSL_in_init.pod28 SSL_in_init() returns 1 if the SSL/TLS state machine is currently processing or
76 Handshake message sending/processing has completed.
84 Awaiting the end of early data processing
H A DSSL_CTX_set_msg_callback.pod32 sent, as well as other events that occur during processing.
65 content types are used to signal some other event in the processing of data (see
91 If processing a received protocol message results in an error,
101 Pseudo content type values may be sent at various points during the processing
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A Dgen_wcwidth.py59 processing = False variable
61 if processing:
63 processing = False variable
71 processing = True variable
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A Dgen_wcwidth.py59 processing = False variable
61 if processing:
63 processing = False variable
71 processing = True variable
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/arm/
H A Dghashv8-armx.S31 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
37 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
52 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
72 veor q9,q9,q3 @ Karatsuba pre-processing
76 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
140 veor q9,q9,q7 @ Karatsuba pre-processing
152 veor q10,q10,q3 @ Karatsuba pre-processing
162 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
186 veor q9,q9,q7 @ Karatsuba pre-processing
202 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/aarch64/
H A Dghashv8-armx.S30 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
36 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
51 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
71 veor q9,q9,q3 @ Karatsuba pre-processing
75 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
139 veor q9,q9,q7 @ Karatsuba pre-processing
151 veor q10,q10,q3 @ Karatsuba pre-processing
161 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
185 veor q9,q9,q7 @ Karatsuba pre-processing
201 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/netbsd-src/external/bsd/nsd/dist/doc/
H A DREQUIREMENTS178 DNSSEC processing of data in a zone will only take place if that
235 C.3 Incoming DNS Message processing.
258 processing and then handling of the notify. (rfc1995)
271 + QDCOUNT=1 results in further processing.
274 + QCLASS=IN results in further processing.
276 + QCLASS=ANY results in further processing with the AA bit in the
279 + QLASS=CHAOS only leads to further processing if the queries are
306 further processing ENDS0 support is taken into account.
313 C 4 Further Query processing.
328 + It is known if the requester wants DNSSEC processing as indicated by
[all …]
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/
H A Dghashv8-armx.S38 vext.8 q8,q12,q12,#8 @ Karatsuba pre-processing
44 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
59 vext.8 q9,q14,q14,#8 @ Karatsuba pre-processing
79 veor q9,q9,q3 @ Karatsuba pre-processing
83 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
148 veor q9,q9,q7 @ Karatsuba pre-processing
161 veor q10,q10,q3 @ Karatsuba pre-processing
172 vext.8 q9,q0,q2,#8 @ Karatsuba post-processing
196 veor q9,q9,q7 @ Karatsuba pre-processing
212 veor q9,q9,q3 @ Karatsuba pre-processing
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Devents.c63 int processing; member
89 new_event_queue->processing = 0; in event_queue_create()
136 queue->processing = 0; in event_queue_init()
329 ASSERT(!events->processing); in event_queue_tick()
378 || events->processing); /* something to do */ in event_queue_process()
382 events->processing = 1; in event_queue_process()
401 events->processing = 0; in event_queue_process()
/netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/
H A Dpdfroff.sh204 with the --reference-dictionary option, if processing a
210 reference dictionary, at the start of document processing;
211 this option can accelerate processing, if it is known in
216 If 'name' already exists, when processing commences, it
221 document processing.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Devents.s1 # Blackfin testcase for event processing
8 # Run enough instructions to trigger event processing
/netbsd-src/external/mit/expat/dist/tests/benchmark/
H A DREADME.txt7 -n ... optional; if supplied, namespace processing is turned on
9 <buffer size> ... size of processing buffer;
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dslapover.txt11 access control engine and other features that are generic to LDAP processing,
49 request structure, and then passed to the backend for processing. The backend
50 may call various utility functions in the frontend to assist in processing, and
52 results back to the client. The processing flow is pretty rigidly defined; even
79 significant API change in OpenLDAP 2.2 to streamline internal processing. (See
99 SLAP_CB_CONTINUE, which will then cause processing to fall into the next
101 actual backend database. Likewise, when the database finishes processing and
103 gets to process the result. If it returns SLAP_CB_CONTINUE then processing will
108 anything other than SLAP_CB_CONTINUE the processing stops.
130 value before invoking a backend function. This will cause processing of that
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME1 Statistics processing scripts (README)
14 constructed for later processing by the S utility.
18 The input file is deleted after processing. In fact, the shell scripts will
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_client_hello_cb.pod5 …resent, SSL_client_hello_get0_ext - callback functions for early server-side ClientHello processing
27 called during the early stages of ClientHello processing on the server.
38 success, normal handshake processing will continue from that point.
85 occurs due to the relative order of processing between things like session
95 SSL_CLIENT_HELLO_RETRY to suspend processing.
H A DSSL_in_init.pod28 SSL_in_init() returns 1 if the SSL/TLS state machine is currently processing or
76 Handshake message sending/processing has completed.
84 Awaiting the end of early data processing
H A DSSL_CTX_set_msg_callback.pod32 sent, as well as other events that occur during processing.
65 content types are used to signal some other event in the processing of data (see
91 If processing a received protocol message results in an error,
101 Pseudo content type values may be sent at various points during the processing
/netbsd-src/external/gpl2/groff/dist/contrib/mom/
H A DBUGS78 the document processing macros are used. There is a significant
177 Tabs behaving erratically during document processing.
193 processing mode (i.e. just straightforward typesetting), outputs
200 In document processing mode, docs that use *none* of the
212 doc processing.
303 perform well in conjunction with the document processing macros,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DCMakeLists.txt40 # Debug build due to parsing AST.h. Disable the processing
43 # When the processing is disabled, a trivial/empty JSON
62 --skip-processing=${skip_expensive_processing}
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/
H A Dghash-sparcv9.S306 xor %o2,%o1,%o0 ! Karatsuba pre-processing
308 xor %o3,%o4,%g3 ! Karatsuba pre-processing
320 xor %g1,%g2,%g2 ! Karatsuba post-processing
368 xor %o2,%o1,%o0 ! Karatsuba pre-processing
389 xor %o3,%o4,%g3 ! Karatsuba pre-processing
401 xor %g1,%g2,%g2 ! Karatsuba post-processing
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/sparc/
H A Dghash-sparcv9.S306 xor %o2,%o1,%o0 ! Karatsuba pre-processing
308 xor %o3,%o4,%g3 ! Karatsuba pre-processing
320 xor %g1,%g2,%g2 ! Karatsuba post-processing
368 xor %o2,%o1,%o0 ! Karatsuba pre-processing
389 xor %o3,%o4,%g3 ! Karatsuba pre-processing
401 xor %g1,%g2,%g2 ! Karatsuba post-processing
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/sparc64/
H A Dghash-sparcv9.S303 xor %o2,%o1,%o0 ! Karatsuba pre-processing
305 xor %o3,%o4,%g3 ! Karatsuba pre-processing
317 xor %g1,%g2,%g2 ! Karatsuba post-processing
365 xor %o2,%o1,%o0 ! Karatsuba pre-processing
386 xor %o3,%o4,%g3 ! Karatsuba pre-processing
398 xor %g1,%g2,%g2 ! Karatsuba post-processing

12345678910>>...65