Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 40) sorted by relevance

12

/openssl-master/doc/man3/
A DBIO_should_retry.pod30 BIO_should_retry() is true if the call that produced this condition
33 If BIO_should_retry() is false then the cause is an error condition.
43 BIO_should_io_special() is true if some "special" condition, that is a
44 reason other than reading or writing is the cause of the condition.
46 BIO_retry_type() returns a mask of the cause of a retry condition
52 condition, it returns the BIO that caused this condition and if
55 the type of BIO that resulted in this condition.
57 BIO_get_retry_reason() returns the reason for a special condition if
92 will normally wait until the necessary condition is satisfied. How
123 condition or false if there is no retry condition.
[all …]
A DX509_check_purpose.pod42 =item -1 an error condition has occurred
54 =item -1 an error condition has occurred
A DBN_cmp.pod36 BN_is_odd() return 1 if the condition is true, 0 otherwise.
A DSSL_state_string.pod30 may return with SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE condition,
A DBN_zero.pod45 with the error condition returned by BN_get_word() which uses that
A DSSL_CTX_set_generate_session_id.pod76 another thread is using the same internal session cache, a race condition
80 and the same race condition applies.
A DSSL_set_shutdown.pod49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
A DX509_load_http.pod39 while a value < 0 immediately leads to a timeout condition.
A DSSL_do_handshake.pod36 condition. When using a buffering BIO, like a BIO pair, data must be written
A DSSL_accept.pod35 condition. When using a buffering BIO, like a BIO pair, data must be written
A DOSSL_trace_enabled.pod248 if (condition) {
261 if (condition) {
A DOCSP_request_add1_nonce.pod64 condition.
A DBN_generate_prime.pod104 If B<add> is not B<NULL>, the prime will fulfill the condition p % B<add>
110 the condition will be p % B<add> == 3.
A DSSL_want.pod100 return 1 when the corresponding condition is true or 0 otherwise.
A DSSL_CTX_set_cipher_list.pod77 a necessary condition. On the client side, the inclusion into the list is
A DSSL_connect.pod35 condition. When using a buffering BIO, like a BIO pair, data must be written
A DSSL_CTX_set_info_callback.pod49 the callback function was called. If B<ret> is 0, an error condition occurred.
A DX509_STORE_CTX_set_verify_cb.pod57 return to retain the default behaviour. If it is zero then an error condition
A DSSL_CTX_set_verify.pod268 * that whenever the "depth>verify_depth" condition is met, we
269 * have violated the limit and want to log this error condition.
/openssl-master/crypto/bn/
A Dbn_lib.c826 void BN_consttime_swap(BN_ULONG condition, BIGNUM *a, BIGNUM *b, int nwords) in BN_consttime_swap() argument
837 condition = ((~condition & ((condition - 1))) >> (BN_BITS2 - 1)) - 1; in BN_consttime_swap()
839 t = (a->top ^ b->top) & condition; in BN_consttime_swap()
843 t = (a->neg ^ b->neg) & condition; in BN_consttime_swap()
871 t = ((a->flags ^ b->flags) & BN_CONSTTIME_SWAP_FLAGS) & condition; in BN_consttime_swap()
877 t = (a->d[i] ^ b->d[i]) & condition; in BN_consttime_swap()
/openssl-master/Configurations/
A DINTERNALS.Configure22 condition stack that tell if a build.info should be processed or if it
29 # 0 negatives so far (if we're at a condition, check it)
33 Ground rule is that non-condition lines are skipped over if the
/openssl-master/test/
A DREADME-dev.md138 condition is not met (and nothing if the condition is met). Additional
/openssl-master/doc/internal/man7/
A Dbuild.info.pod231 F<build.info> files include a very simple condition system, involving
246 This works like any condition system with similar syntax, and the
247 condition value in B<IF> and B<ELSIF> can really be any literal value
313 # do whatever's needed to satisfy this condition
332 If the condition is true (represented as C<1> here), everything
337 If the condition is false (represented as C<0> here), everything
/openssl-master/doc/internal/man3/
A DOSSL_SAFE_MATH_SIGNED.pod63 function returns an error condition. Such instances should, however,
/openssl-master/providers/
A Dbuild.info99 # have those and only those within a condition.

Completed in 28 milliseconds

12