| /freebsd-13-stable/contrib/libcxxrt/ |
| HD | guard.cc | 122 static constexpr GuardWord initialised = static_cast<GuardWord>(1) member 137 val.store(isInitialised ? initialised : 0, memory_order::release); in unlock() 139 GuardWord init_state = initialised; in unlock() 163 if (old == initialised) in try_lock() 176 return (val.load(memory_order::acquire) & initialised) == in is_initialised() 177 initialised; in is_initialised() 197 static constexpr uint32_t initialised = static_cast<uint32_t>(1) member in __anon62bf13000111::DoubleWordGuard 250 init_word.store(isInitialised ? initialised : 0, in unlock() 261 return (init_word.load(memory_order::acquire) & initialised) == in is_initialised() 262 initialised; in is_initialised()
|
| /freebsd-13-stable/contrib/apr-util/misc/ |
| HD | apu_dso.c | 41 static apr_uint32_t initialised = 0, in_init = 1; variable 80 if (apr_atomic_inc32(&initialised)) { in apu_dso_init() 81 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in apu_dso_init()
|
| /freebsd-13-stable/contrib/apr-util/crypto/ |
| HD | apr_crypto_openssl.c | 80 int initialised; member 183 if (ctx->initialised) { in crypto_block_cleanup() 185 ctx->initialised = 0; in crypto_block_cleanup() 639 if (!block->initialised) { 641 block->initialised = 1; 825 if (!block->initialised) { 827 block->initialised = 1;
|
| /freebsd-13-stable/contrib/libfido2/regress/ |
| HD | dev.c | 26 static int initialised; variable 72 if (!initialised) { in dummy_read() 75 initialised = 1; in dummy_read() 114 if (!initialised) in dummy_write() 160 initialised = 0; in wiredata_clear()
|
| /freebsd-13-stable/contrib/apr-util/dbm/ |
| HD | apr_dbm.c | 63 static apr_uint32_t initialised = 0, in_init = 1; variable 122 if (apr_atomic_inc32(&initialised)) { in dbm_open_type() 123 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in dbm_open_type()
|
| /freebsd-13-stable/crypto/openssl/crypto/engine/ |
| HD | eng_dyn.c | 292 int initialised; in dynamic_ctrl() local 298 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1); in dynamic_ctrl() 300 if (initialised) { in dynamic_ctrl()
|
| HD | README | 91 EVP_CIPHER_CTX is actually initialised with an EVP_CIPHER method and is about to 147 functional reference to the first that successfully initialised. In the latter 154 try to initialise from the "pile" will be those that are already initialised 172 new ENGINE changes, an abstract ENGINE can be loaded and initialised, but that 173 is an algorithm-agnostic process. Even if initialised, it will not have 185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has 194 initialised state, so only modification operations (not queries) will cause that
|
| /freebsd-13-stable/contrib/apr-util/dbd/ |
| HD | apr_dbd.c | 37 static apr_uint32_t initialised = 0, in_init = 1; variable 95 if (apr_atomic_inc32(&initialised)) { in apr_dbd_init() 96 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in apr_dbd_init()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | X509_get_serialNumber.pod | 21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
|
| HD | BN_new.pod | 40 return a pointer to the B<BIGNUM> initialised to the value 0.
|
| HD | BN_copy.pod | 37 should not have been used for other purposes or initialised in any way.
|
| HD | ENGINE_add.pod | 196 initialised and able to use any of its cryptographic 205 ENGINE, you have a guarantee that the ENGINE has been initialised and 206 is ready to perform cryptographic operations, and will remain initialised 255 already operational and couldn't be successfully initialised (e.g. lack of 284 functional reference to an initialised ENGINE whose implementation should be 381 OpenSSL - if there is an ENGINE that implements it and can be initialised, 416 so that it can be initialised for use. This could include the path to any
|
| HD | OPENSSL_init_ssl.pod | 38 initialised. Valid options for libcrypto are described on the
|
| HD | BN_generate_prime.pod | 142 For "new" style callbacks a BN_GENCB structure should be initialised with a 145 "Old" style callbacks are the same except they are initialised with a call
|
| HD | BIO_ADDR.pod | 58 BIO_ADDR has not been initialised.
|
| HD | EVP_PKEY_new.pod | 62 data. The B<EVP_PKEY> structure will be initialised without any private key
|
| HD | SSL_CTX_set_tlsext_servername_callback.pod | 49 value is initialised to SSL_AD_UNRECOGNIZED_NAME.
|
| HD | ECDSA_SIG_new.pod | 51 OpenSSL 1.1.0 the: the B<r> and B<s> components were initialised.
|
| HD | SSL_CTX_set_tlsext_ticket_key_cb.pod | 41 initialised with L<EVP_CIPHER_CTX_reset(3)> and L<HMAC_CTX_reset(3)> respectively.
|
| /freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_core.h | 349 int initialised; member 403 int initialised; member
|
| HD | vchiq_arm.c | 1602 else if (g_state.remote->initialised != 1) in vchiq_get_state() 1604 __func__, g_state.remote->initialised); in vchiq_get_state() 1607 (g_state.remote->initialised == 1)) ? &g_state : NULL; in vchiq_get_state()
|
| /freebsd-13-stable/contrib/apr-util/ |
| HD | CHANGES | 48 claiming the library is not initialised. [Graham Leggett]
|
| /freebsd-13-stable/lib/libc/locale/ |
| HD | DESIGN.xlocale | 100 global storage, which is initialised with the data from the current locale. 103 Instead, each locale contains a `struct lconv` that is lazily initialised on
|
| /freebsd-13-stable/contrib/bearssl/ |
| HD | README.txt | 44 with the environment initialised for a specific version of the C compiler,
|
| /freebsd-13-stable/crypto/openssl/ |
| HD | README.ENGINE | 207 might be issued to an ENGINE *after* it has been initialised for use. 215 it has been initialised for use, and so the "-post" switch would be
|