Home
last modified time | relevance | path

Searched refs:during (Results 1 – 25 of 1814) sorted by relevance

12345678910>>...73

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_set_kvno0.c57 const char *during; in main() local
64 during = "init_context"; in main()
71 during = "cc_resolve of source ccache"; in main()
89 during = "cc_default"; in main()
94 during = "cc_get_principal"; in main()
106 during = "cc_new_unique of temporary ccache"; in main()
110 during = "cc_initialize of temporary ccache"; in main()
114 during = "cc_start_seq_get"; in main()
121 during = "decode_Ticket"; in main()
137 during = "encode_Ticket"; in main()
[all …]
H A Dtest_canon.c63 char *during; in main() local
97 during = "init_context"; in main()
101 during = "sn2p"; in main()
105 during = "unparse of sname2princ"; in main()
113 during = "parsing principal name for comparison compare"; in main()
122 during = "ccdefault"; in main()
126 during = "ccprinc"; in main()
134 during = "getcreds"; in main()
138 during = "unparsing principal name canonicalized by krb5_get_credentials()"; in main()
145 during = "getting keytab"; in main()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_psk_identity.pod17 used during the connection setup related to SSL object
19 identity used during the connection setup.
27 no PSK identity hint was used during the connection setup.
29 Note that the return value is valid only during the lifetime of the
H A DSSL_CTX_set_tmp_dh_callback.pod54 a new DH key during the negotiation.
58 DH parameters can be reused, as the actual key is newly generated during
61 generate their own DH parameters during the installation process using the
70 parameters during installation should still be preferred to stop an
101 Code for setting up parameters during server initialization:
H A DSSL_CTX_set_info_callback.pod24 obtain state information for SSL objects created from B<ctx> during connection
30 obtain state information for B<ssl> during connection setup and use.
42 When setting up a connection and during use, it is possible to obtain state
71 Callback has been called during read operation.
75 Callback has been called during write operation.
H A DSSL_session_reused.pod5 SSL_session_reused - query whether a reused session was negotiated during handshake
15 Query, whether a reused session was negotiated during the handshake.
H A DSSL_get_peer_tmp_key.pod6 about temporary keys used during a handshake
19 used during key exchange. For example, if ECDHE is in use, then this represents
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_psk_identity.pod17 used during the connection setup related to SSL object
19 identity used during the connection setup.
27 no PSK identity hint was used during the connection setup.
29 Note that the return value is valid only during the lifetime of the
H A DSSL_get_certificate.pod34 selected during the handshake, or NULL if no certificate was selected (for
39 Certificate selection occurs during the handshake; therefore, the value returned
40 by SSL_get_certificate() during any callback made during the handshake process
H A DSSL_CTX_set_info_callback.pod28 obtain state information for SSL objects created from B<ctx> during connection
34 obtain state information for B<ssl> during connection setup and use.
46 When setting up a connection and during use, it is possible to obtain state
75 Callback has been called during read operation.
79 Callback has been called during write operation.
H A DSSL_group_to_name.pod25 corresponding tlsname was registered during provider initialisation.
27 Note that the return value is valid only during the lifetime of the
H A DSSL_session_reused.pod5 SSL_session_reused - query whether a reused session was negotiated during handshake
15 Query, whether a reused session was negotiated during the handshake.
H A DSSL_get_peer_tmp_key.pod6 about temporary keys used during a handshake
19 used during key exchange. For example, if ECDHE is in use, then this represents
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_PKEY-FFC.pod75 An optional domain parameter I<seed> value used during generation and validation
77 For validation this needs to set the I<seed> that was produced during generation.
84 then be reused during key validation to verify the value of I<g>. If this value
90 An optional domain parameter I<counter> value that is output during generation
95 For unverifiable generation of the generator I<g> this value is output during
107 These boolean values are used during FIPS186-4 or FIPS186-2 key validation checks
115 This boolean value is used during key validation checks
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsmile15 # Bit 1 (mask 0x02): Whether shared String value checking was enabled during encoding, default …
16 # Bit 0 (mask 0x01): Whether shared property name checking was enabled during encoding, default…
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dlibfcollector.h30 ! Routine to suspend data collection during an experiment.
34 ! Routine to resume data collection during an experiment.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dlibfcollector.h30 ! Routine to suspend data collection during an experiment.
34 ! Routine to resume data collection during an experiment.
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A DCHANGES8 - Deref during search should work.
12 - Add controlArray(timeout) to control timeouts during searches.
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt35 used during IO. Every IO operation on dm device have to walk through dm_table_entries list.
70 between IO operations and ioctl. Table entries are read during IO and during some ioctl routines. T…
170 uses dm_table_busy routine to hold reference counter during work and dm_table_unbusy for reference …
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A DREADME.timecodes45 occurs during initial synchronization and when received signal has
67 occurs during initial synchronization and when received signal has
85 Note: alarm condition is indicated by ? at A, which occurs during
139 occurs during initial synchronization and when received signal is
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dlto.texi66 When @option{-flto} is given during compilation of a source file, the
126 call-graph is partitioned to facilitate parallel optimization during
132 This stage executes in parallel. All the decisions made during phase 2
135 efficiently during the phase 2 may be performed on the local
144 When compiling in WHOPR mode, the callgraph is partitioned during
195 cases, the same optimization may not happen during link-time
258 information during LTO generation to be read and aggregated at
279 that are executed at different times during WHOPR compilation:
357 everything at once and thus cannot be executed during WPA in
358 WHOPR mode. It defines only the @emph{Execute} stage and during
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dlto.texi65 When @option{-flto} is given during compilation of a source file, the
125 call-graph is partitioned to facilitate parallel optimization during
131 This stage executes in parallel. All the decisions made during phase 2
134 efficiently during the phase 2 may be performed on the local
143 When compiling in WHOPR mode, the callgraph is partitioned during
194 cases, the same optimization may not happen during link-time
257 information during LTO generation to be read and aggregated at
278 that are executed at different times during WHOPR compilation:
356 everything at once and thus cannot be executed during WPA in
357 WHOPR mode. It defines only the @emph{Execute} stage and during
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man5/
H A Dfips_config.pod29 used internally by the FIPS module during its initialization.
51 Continuous tests are a subset of the self tests (e.g., a key pair test during key
75 successfully passed its self tests during installation.
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/
H A Delf32msp430.sc304 /* This section contains data that is not initialized during load,
305 or during the application's initialization sequence. */
314 /* This section contains data that is initialized during load,
315 but not during the application's initialization sequence. */
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/
H A Delf32msp430.sc305 /* This section contains data that is not initialized during load,
306 or during the application's initialization sequence. */
316 /* This section contains data that is initialized during load,
317 but not during the application's initialization sequence. */

12345678910>>...73