| /freebsd-12-stable/contrib/apr-util/misc/ |
| D | 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-12-stable/contrib/apr-util/crypto/ |
| D | 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-12-stable/contrib/apr-util/dbm/ |
| D | 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-12-stable/crypto/openssl/crypto/engine/ |
| D | 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()
|
| D | 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-12-stable/contrib/apr-util/dbd/ |
| D | 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-12-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| D | vchiq_core.h | 349 int initialised; member 403 int initialised; member
|
| D | vchiq_arm.c | 1603 else if (g_state.remote->initialised != 1) in vchiq_get_state() 1605 __func__, g_state.remote->initialised); in vchiq_get_state() 1608 (g_state.remote->initialised == 1)) ? &g_state : NULL; in vchiq_get_state()
|
| /freebsd-12-stable/crypto/openssl/doc/man3/ |
| D | X509_get_serialNumber.pod | 21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
|
| D | BN_new.pod | 40 return a pointer to the B<BIGNUM> initialised to the value 0.
|
| D | 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
|
| D | BN_copy.pod | 37 should not have been used for other purposes or initialised in any way.
|
| D | OPENSSL_init_ssl.pod | 38 initialised. Valid options for libcrypto are described on the
|
| D | 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
|
| D | BIO_ADDR.pod | 58 BIO_ADDR has not been initialised.
|
| D | EVP_PKEY_new.pod | 62 data. The B<EVP_PKEY> structure will be initialised without any private key
|
| D | SSL_CTX_set_tlsext_servername_callback.pod | 49 value is initialised to SSL_AD_UNRECOGNIZED_NAME.
|
| D | ECDSA_SIG_new.pod | 51 OpenSSL 1.1.0 the: the B<r> and B<s> components were initialised.
|
| D | 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-12-stable/sys/arm/conf/ |
| D | PANDABOARD.hints | 40 # SCM module is initialised.
|
| /freebsd-12-stable/contrib/apr-util/ |
| D | CHANGES | 48 claiming the library is not initialised. [Graham Leggett]
|
| /freebsd-12-stable/lib/libc/locale/ |
| D | DESIGN.xlocale | 101 global storage, which is initialised with the data from the current locale. 104 Instead, each locale contains a `struct lconv` that is lazily initialised on
|
| /freebsd-12-stable/contrib/bearssl/ |
| D | README.txt | 44 with the environment initialised for a specific version of the C compiler,
|
| /freebsd-12-stable/crypto/openssl/ |
| D | 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
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | sun8i-a83t-tbs-a711.dts | 160 * There's a modem connected here that needs to be initialised before
|