| /freebsd-13.1/contrib/libfido2/regress/ |
| H A D | dev.c | 19 static int initialised; variable 49 if (!initialised) { in dummy_read() 52 initialised = 1; in dummy_read() 74 if (!initialised) in dummy_write() 106 initialised = 0; in wiredata_clear()
|
| /freebsd-13.1/contrib/apr-util/misc/ |
| H A 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-13.1/contrib/apr-util/crypto/ |
| H A 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-13.1/contrib/apr-util/dbm/ |
| H A 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-13.1/crypto/openssl/crypto/engine/ |
| H A 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()
|
| H A 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-13.1/sys/contrib/device-tree/Bindings/memory-controllers/ |
| H A D | calxeda-ddr-ctrlr.yaml | 10 The Calxeda DDR memory controller is initialised and programmed by the
|
| /freebsd-13.1/contrib/apr-util/dbd/ |
| H A 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-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | calxeda-xgmac.yaml | 11 internal machine "network fabric", which is set up, initialised and
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | X509_get_serialNumber.pod | 21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
|
| H A D | BN_new.pod | 40 return a pointer to the B<BIGNUM> initialised to the value 0.
|
| H A D | BN_copy.pod | 37 should not have been used for other purposes or initialised in any way.
|
| H A 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
|
| H A D | OPENSSL_init_ssl.pod | 38 initialised. Valid options for libcrypto are described on the
|
| H A 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
|
| H A D | BIO_ADDR.pod | 58 BIO_ADDR has not been initialised.
|
| H A D | EVP_PKEY_new.pod | 62 data. The B<EVP_PKEY> structure will be initialised without any private key
|
| H A D | SSL_CTX_set_tlsext_servername_callback.pod | 49 value is initialised to SSL_AD_UNRECOGNIZED_NAME.
|
| /freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_core.h | 349 int initialised; member 403 int initialised; member
|
| H A D | 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.1/contrib/apr-util/ |
| H A D | CHANGES | 48 claiming the library is not initialised. [Graham Leggett]
|
| /freebsd-13.1/lib/libc/locale/ |
| H A 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-13.1/sys/contrib/device-tree/Bindings/pci/ |
| H A D | host-generic-pci.yaml | 13 Firmware-initialised PCI host controllers and PCI emulations, such as the
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | regulator.yaml | 59 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay
|
| /freebsd-13.1/contrib/bearssl/ |
| H A D | README.txt | 44 with the environment initialised for a specific version of the C compiler,
|