Home
last modified time | relevance | path

Searched refs:initialised (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-13.1/contrib/libfido2/regress/
H A Ddev.c19 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 Dapu_dso.c41 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 Dapr_crypto_openssl.c80 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 Dapr_dbm.c63 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 Deng_dyn.c292 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 DREADME91 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 Dcalxeda-ddr-ctrlr.yaml10 The Calxeda DDR memory controller is initialised and programmed by the
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd.c37 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 Dcalxeda-xgmac.yaml11 internal machine "network fabric", which is set up, initialised and
/freebsd-13.1/crypto/openssl/doc/man3/
H A DX509_get_serialNumber.pod21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
H A DBN_new.pod40 return a pointer to the B<BIGNUM> initialised to the value 0.
H A DBN_copy.pod37 should not have been used for other purposes or initialised in any way.
H A DENGINE_add.pod196 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 DOPENSSL_init_ssl.pod38 initialised. Valid options for libcrypto are described on the
H A DBN_generate_prime.pod142 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 DBIO_ADDR.pod58 BIO_ADDR has not been initialised.
H A DEVP_PKEY_new.pod62 data. The B<EVP_PKEY> structure will be initialised without any private key
H A DSSL_CTX_set_tlsext_servername_callback.pod49 value is initialised to SSL_AD_UNRECOGNIZED_NAME.
/freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h349 int initialised; member
403 int initialised; member
H A Dvchiq_arm.c1602 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 DCHANGES48 claiming the library is not initialised. [Graham Leggett]
/freebsd-13.1/lib/libc/locale/
H A DDESIGN.xlocale101 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 Dhost-generic-pci.yaml13 Firmware-initialised PCI host controllers and PCI emulations, such as the
/freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml59 disabling ramp rate, it should be explicitly initialised to zero (regulator-ramp-delay
/freebsd-13.1/contrib/bearssl/
H A DREADME.txt44 with the environment initialised for a specific version of the C compiler,

12