Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/mirbsd/src/lib/libssl/src/doc/crypto/
DDSA_generate_parameters.pod34 called as follows:
40 When a candidate for q is generated, B<callback(0, m++, cb_arg)> is called
46 B<callback(1, -1, cb_arg)> is called.
48 B<callback(1, i, cb_arg)> is called in the outer loop
55 B<callback(3, 0, cb_arg)> are called.
60 B<callback(0, counter, cb_arg)> is called.
65 B<callback(1, -1, cb_arg)> is called.
67 B<callback(1, i, cb_arg)> is called in the outer loop
73 When p has been found, B<callback(2, 1, cb_arg)> is called.
77 When the generator has been found, B<callback(3, 1, cb_arg)> is called.
[all …]
DRSA_get_ex_new_index.pod37 The B<RSA_get_ex_new_index()> function is initially called to "register" some
39 are called when the parent structure (in this case an RSA structure) is
42 precise manner in which these function pointers are called is described in more
49 because the optional functions are called in order of increasing index value.
59 B<new_func()> is called when a structure is initially allocated (for example
64 B<free_func()> is called when a structure is being freed up. The dynamic parent
66 this function is called.
72 B<CRYPTO_get_ex_data()> and B<CRYPTO_set_ex_data()> can be called to manipulate
76 corresponding parameters when B<RSA_get_ex_new_index()> was called.
78 B<dup_func()> is called when a structure is being copied. Pointers to the
[all …]
DBIO_set_callback.pod26 they are both macros. The callback is called during most high level BIO
44 the callback is called twice, once before and once after the actual
53 called before the actual BIO operation 1 is placed in retvalue, if
67 callback(b, BIO_CB_FREE, NULL, 0L, 0L, 1L) is called before the
72 callback(b, BIO_CB_READ, out, outl, 0L, 1L) is called before
78 callback(b, BIO_CB_WRITE, in, inl, 0L, 1L) is called before
84 callback(b, BIO_CB_GETS, out, outl, 0L, 1L) is called before
90 callback(b, BIO_CB_WRITE, in, 0, 0L, 1L) is called before
96 callback(b,BIO_CB_CTRL,parg,cmd,larg,1L) is called before the call and
DBN_generate_prime.pod27 If B<callback> is not B<NULL>, it is called as follows:
33 B<callback(0, i, cb_arg)> is called after generating the i-th
39 cb_arg)> is called as described below.
43 When a prime has been found, B<callback(2, i, cb_arg)> is called.
65 BN_is_prime_fasttest(), when called with B<do_trial_division == 1>,
68 B<callback(1, -1, cb_arg)> is called.
76 If B<callback> is not B<NULL>, B<callback(1, j, cb_arg)> is called
DBN_CTX_start.pod22 freeing B<BIGNUM>s in functions that are called from inside a loop.
25 called repeatedly to obtain temporary B<BIGNUM>s. All BN_CTX_get()
29 Finally, BN_CTX_end() must be called before returning from the function.
30 When BN_CTX_end() is called, the B<BIGNUM> pointers obtained from
DRSA_generate_key.pod26 will be called as follows:
32 While a random prime number is generated, it is called as
38 suitable for the key, B<callback(2, n, cb_arg)> is called.
43 it is called as B<callback(3, 0, cb_arg)>.
Dhmac.pod48 called.
51 and releases any associated resources. It must be called when an
68 called before the first use of an B<HMAC_CTX> in this
73 HMAC_Update() can be called repeatedly with chunks of the message to
DBIO_f_cipher.pod37 is a BIO_ctrl() macro which can be called to determine whether the
47 When encrypting BIO_flush() B<must> be called to flush the final block
54 should be called to determine if the decrypt was successful.
DOPENSSL_load_builtin_modules.pod27 If the simple configuration function OPENSSL_config() is called then
28 OPENSSL_load_builtin_modules() is called automatically.
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_set_info_callback.pod40 is called whenever the state changes, an alert appears, or an error occurs.
42 The callback function is called as B<callback(SSL *ssl, int where, int ret)>.
44 the callback function was called. If B<ret> is 0, an error condition occurred.
54 Callback has been called to indicate state change inside a loop.
58 Callback has been called to indicate error exit of a handshake function.
63 Callback has been called during read operation.
67 Callback has been called during write operation.
71 Callback has been called due to an alert being sent or received.
87 Callback has been called because a new handshake is started.
91 Callback has been called because a handshake is finished.
DSSL_CTX_sess_set_get_cb.pod30 called whenever a new session was negotiated.
33 automatically called whenever a session is removed by the SSL engine,
37 SSL_CTX_sess_set_get_cb() sets the callback function which is called,
55 The new_session_cb() is called, whenever a new session has been negotiated
62 The remove_session_cb() is called, whenever the SSL engine removes a session
66 L<SSL_CTX_free(3)|SSL_CTX_free(3)> is called. The remove_session_cb() is passed
69 The get_session_cb() is only called on SSL/TLS servers with the session id
70 proposed by the client. The get_session_cb() is always called, also when
DSSL_CTX_set_cert_verify_callback.pod17 the time when L<SSL_new(3)|SSL_new(3)> is called.
22 function is called. If the application does not explicitly specify a
25 SSL_CTX_set_cert_verify_callback(), the supplied callback function is called
28 When the verification must be performed, I<callback> will be called with
46 B<verify_callback> function called during the verification process. The
70 was ignored, and I<callback> was called simply as
DSSL_CTX_set_quiet_shutdown.pod21 L<SSL_new(3)|SSL_new(3)> is called. B<mode> may be 0 or 1.
27 L<SSL_free(3)|SSL_free(3)> or SSL_set_quiet_shutdown() is called again.
28 It is not changed when L<SSL_clear(3)|SSL_clear(3)> is called.
42 L<SSL_set_shutdown(3)|SSL_set_shutdown(3)> called with
DSSL_CTX_set_ssl_version.pod21 L<SSL_clear(3)|SSL_clear(3)> is being called.
24 object. It may be reset, when SSL_clear() is called.
34 When L<SSL_clear(3)|SSL_clear(3)> is called and no session is connected to
DSSL_get_error.pod51 called again later. If, by then, the underlying B<BIO> has data
75 called again later. The underlying BIO was not connected yet to the peer
77 called again when the connection is established. These messages can only
86 SSL_CTX_set_client_cert_cb() has asked to be called again.
87 The TLS/SSL I/O function should be called again later.
DSSL_get_peer_cert_chain.pod16 forming the certificate chain of the peer. If called on the client side,
17 the stack also contains the peer's certificate; if called on the server
/mirbsd/src/gnu/usr.bin/perl/lib/
DCarp.t32 …like $_[0], qr/^(\d+) at.+\b(?i:carp\.t) line \d+\n\tmain::sub_4\(\) called at.+\b(?i:carp\.t) lin…
41 …like $_[0], qr/^(\d+) at.+\b(?i:carp\.t) line \d+\n\teval \Q{...}\E called at.+\b(?i:carp\.t) line…
48 …at.+\b(?i:carp\.t) line \d+\n\teval \Q{...}\E called at.+\b(?i:carp\.t) line \d+\n\tmain::sub_6\(\…
83 qr/t at \S*(?i:carp.t) line \d+\n\s*main::x\('t'\) called at \S*(?i:carp.t) line \d+/
128 … qr/1234 at \S*(?i:carp.t) line \d+\n\s*main::w\(1, 2, 3, 4\) called at \S*(?i:carp.t) line \d+/,
129 … qr/1234 at \S*(?i:carp.t) line \d+\n\s*main::w\(1, 2, \.\.\.\) called at \S*(?i:carp.t) line \d+/,
146 qr/1 at \S*(?i:carp.t) line \d+\n\s*main::w\(1\) called at \S*(?i:carp.t) line \d+/,
/mirbsd/src/gnu/usr.bin/perl/lib/Carp/
DHeavy.pm172 my $called = caller($i++);
176 redo if $CarpInternal{$called};
177 redo if trusts($called, $caller, $cache);
178 redo if trusts($caller, $called, $cache);
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
DMM_OS2.t116 my $called = 0;
121 $called++;
129 is( $called, 1, 'static_lib() should call parent method' );
135 is( $called, 2, '... should call parent method if extra imports passed' );
/mirbsd/src/lib/libssl/src/crypto/conf/
DREADME9 Currently the routines should be called at most once when an application
35 function called as:
48 The finish functions are called in reverse order: that is the last module
53 to load a DSO called libmodule3.so or module3.dll for example. An explicit
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dbfdint.texi71 functions are always called through the target vector, and are never
72 called directly. The target vector is described in detail in @ref{BFD
78 and are called from outside of the BFD library. These are used as hooks
87 called by the other BFD functions. These manage issues like memory
89 like. These functions are never called from outside of the BFD library.
127 linking support. These functions are typically called from the linker
415 file, or core file) corresponding to this target vector. This is called
419 This function must be called before any other BFD target vector function
423 Set the format of a BFD which was created for output. This is called by
427 the given format. This function must be called before any other BFD
[all …]
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dref.t116 my $called;
117 sub mysub { $called++; }
120 is ($called, 1);
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltie.pod29 which is a convention that Perl uses to indicate that they're called
210 In addition EXTEND will be called when perl would have pre-extended
481 Will be called when C<untie> happens. (See L<The C<untie> Gotcha> below.)
503 context. UNTIE is called when C<untie> happens, and DESTROY is called when
662 them try to overwrite the file unless they've called the clobber()
797 This is called when the hash is evaluated in scalar context. In order
802 called, and the result will be a false value if FIRSTKEY returns the empty
823 This is called when C<untie> occurs. See L<The C<untie> Gotcha> below.
861 When STDERR is tied, its PRINT method will be called to issue warnings
865 method may be called to report parser errors, so the caveats mentioned under
[all …]
/mirbsd/src/gnu/usr.bin/texinfo/m4/
Disc-posix.m416 # configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX
17 # configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX
/mirbsd/src/gnu/usr.bin/perl/t/lib/warnings/
Dgv29 Undefined subroutine &main::joe called at - line 3.
35 Undefined subroutine &main::joe called at - line 3.

12345678910>>...19