Searched refs:condition (Results 1 – 25 of 40) sorted by relevance
12
/openssl-master/doc/man3/ |
A D | BIO_should_retry.pod | 30 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 D | X509_check_purpose.pod | 42 =item -1 an error condition has occurred 54 =item -1 an error condition has occurred
|
A D | BN_cmp.pod | 36 BN_is_odd() return 1 if the condition is true, 0 otherwise.
|
A D | SSL_state_string.pod | 30 may return with SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE condition,
|
A D | BN_zero.pod | 45 with the error condition returned by BN_get_word() which uses that
|
A D | SSL_CTX_set_generate_session_id.pod | 76 another thread is using the same internal session cache, a race condition 80 and the same race condition applies.
|
A D | SSL_set_shutdown.pod | 49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
|
A D | X509_load_http.pod | 39 while a value < 0 immediately leads to a timeout condition.
|
A D | SSL_do_handshake.pod | 36 condition. When using a buffering BIO, like a BIO pair, data must be written
|
A D | SSL_accept.pod | 35 condition. When using a buffering BIO, like a BIO pair, data must be written
|
A D | OSSL_trace_enabled.pod | 248 if (condition) { 261 if (condition) {
|
A D | OCSP_request_add1_nonce.pod | 64 condition.
|
A D | BN_generate_prime.pod | 104 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 D | SSL_want.pod | 100 return 1 when the corresponding condition is true or 0 otherwise.
|
A D | SSL_CTX_set_cipher_list.pod | 77 a necessary condition. On the client side, the inclusion into the list is
|
A D | SSL_connect.pod | 35 condition. When using a buffering BIO, like a BIO pair, data must be written
|
A D | SSL_CTX_set_info_callback.pod | 49 the callback function was called. If B<ret> is 0, an error condition occurred.
|
A D | X509_STORE_CTX_set_verify_cb.pod | 57 return to retain the default behaviour. If it is zero then an error condition
|
A D | SSL_CTX_set_verify.pod | 268 * 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 D | bn_lib.c | 826 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 D | INTERNALS.Configure | 22 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 D | README-dev.md | 138 condition is not met (and nothing if the condition is met). Additional
|
/openssl-master/doc/internal/man7/ |
A D | build.info.pod | 231 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 D | OSSL_SAFE_MATH_SIGNED.pod | 63 function returns an error condition. Such instances should, however,
|
/openssl-master/providers/ |
A D | build.info | 99 # have those and only those within a condition.
|
Completed in 28 milliseconds
12