/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-cipher.pod | 23 =item initialised 26 input. There are three possible initialised states: 30 =item initialised using EVP_CipherInit 32 =item initialised for decryption using EVP_DecryptInit 34 =item initialised for encryption using EVP_EncryptInit 42 correspond to those for initialised above. The three different streams should 67 | ' any of the initialised ' 81 | initialised | | initialised | | initialised | 127 …start newed initialised updated finaled initialised updated initialised update… 130 …pherInit initialised initialised initialised initialised initialised initialise… [all …]
|
H A D | life_cycle-mac.pod | 23 =item initialised 63 +> | initialised | <+ 96 start newed initialised updated finaled freed 98 EVP_MAC_init initialised initialised initialised initialised 103 EVP_MAC_CTX_get_params newed initialised updated 104 EVP_MAC_CTX_set_params newed initialised updated 105 EVP_MAC_CTX_gettable_params newed initialised updated 106 EVP_MAC_CTX_settable_params newed initialised updated 118 <th style="border:1px solid" align="center">initialised</th> 131 <td style="border:1px solid" align="center">initialised</td> [all …]
|
H A D | life_cycle-digest.pod | 22 =item initialised 70 …+----+-------------------> ' initialised ' <+ EVP_DigestInit | … 121 … start newed initialised updated finaled squeezed freed 123 EVP_DigestInit initialised initialised initialised initialised initialised 130 EVP_MD_CTX_get_params newed initialised updated 131 EVP_MD_CTX_set_params newed initialised updated 132 EVP_MD_CTX_gettable_params newed initialised updated 133 EVP_MD_CTX_settable_params newed initialised updated 134 EVP_MD_CTX_copy_ex newed initialised updated squeezed 146 <th style="border:1px solid" align="center">initialised</th> [all …]
|
H A D | provider-signature.pod | 254 A previously initialised signature context is passed in the I<ctx> 308 A previously initialised signature context is passed in the I<ctx> parameter. 354 A previously initialised signature context is passed in the I<ctx> parameter. 377 parameter which should be of length I<datalen>. A previously initialised 384 added through OSSL_FUNC_signature_digest_sign_update(). A previously initialised 393 initialised signature context is passed in the I<ctx> parameter. The data to be 414 parameter which should be of length I<datalen>. A previously initialised 421 added through OSSL_FUNC_signature_digest_verify_update(). A previously initialised 427 initialised verification context is passed in the I<ctx> parameter. The data to be
|
H A D | provider-cipher.pod | 175 a previously initialised cipher operation. 176 The I<cctx> parameter contains a pointer to a previously initialised provider 205 context in the I<cctx> parameter that should have been previously initialised via
|
H A D | provider-mac.pod | 122 initialised mac operation. 123 The I<mctx> parameter contains a pointer to a previously initialised provider
|
/freebsd/crypto/openssl/doc/life-cycles/ |
H A D | cipher.dot | 7 initialised [fontcolor="#c94c4c"]; 12 d_initialised [label="initialised\n(decryption)", fontcolor="#c94c4c"]; 14 e_initialised [label="initialised\n(encryption)", fontcolor="#c94c4c"]; 18 newed -> initialised [label="EVP_CipherInit"]; 19 initialised -> initialised [label="EVP_CipherInit\n(not required but allowed)", 21 initialised -> updated [label="EVP_CipherUpdate", weight=2]; 41 most [label="any of the initialised\nupdated or finaled states", style=dashed, 51 initialised [fontcolor="#c94c4c"]; 57 newed -> initialised [label="EVP_CipherInit"]; 58 initialised -> initialised [label="EVP_CipherInit\n(not required but allowed)", [all …]
|
H A D | digest.dot | 6 initialised [label=initialised, fontcolor="#c94c4c"]; 13 newed -> initialised [label="EVP_DigestInit", weight=100]; 14 initialised -> updated [label="EVP_DigestUpdate", weight=100]; 25 updated -> initialised [label="EVP_DigestInit", style=dashed, 27 finaled -> initialised [label="EVP_DigestInit", style=dashed, 33 squeezed -> initialised [label="EVP_DigestInit", style=dashed,
|
H A D | mac.dot | 6 initialised [fontcolor="#c94c4c"]; 12 newed -> initialised [label="EVP_MAC_init"]; 13 initialised -> updated [label="EVP_MAC_update"]; 23 updated -> initialised [label="EVP_MAC_init", style=dashed, 25 finaled -> initialised [label="EVP_MAC_init", style=dashed,
|
/freebsd/contrib/libcxxrt/ |
H A D | 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 __anone6a749c70111::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/contrib/libfido2/regress/ |
H A D | 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/crypto/openssl/crypto/engine/ |
H A D | eng_dyn.c | 298 int initialised; in dynamic_ctrl() local 304 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1); in dynamic_ctrl() 306 if (initialised) { in dynamic_ctrl()
|
H A D | README.md | 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/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_CTX_set_params.pod | 29 These functions must only be called after the EVP_PKEY_CTX has been initialised 39 These functions must only be called after the EVP_PKEY_CTX has been initialised
|
H A D | BN_new.pod | 40 return a pointer to the B<BIGNUM> initialised to the value 0.
|
H A D | X509_get_serialNumber.pod | 28 B<ASN1_INTEGER> structure which can be examined or initialised. The value
|
H A D | BN_copy.pod | 37 should not have been used for other purposes or initialised in any way.
|
H A D | EVP_PKEY_set_type.pod | 46 with I<keymgmt>. For keys initialised like this, the numeric type
|
H A D | ENGINE_add.pod | 203 initialised and able to use any of its cryptographic 212 ENGINE, you have a guarantee that the ENGINE has been initialised and 213 is ready to perform cryptographic operations, and will remain initialised 263 already operational and couldn't be successfully initialised (e.g. lack of 292 functional reference to an initialised ENGINE whose implementation should be 389 OpenSSL - if there is an ENGINE that implements it and can be initialised, 424 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 | 173 For "new" style callbacks a BN_GENCB structure should be initialised with a 176 "Old" style callbacks are the same except they are initialised with a call
|
H A D | SSL_CTX_set_tlsext_ticket_key_cb.pod | 52 initialised with L<EVP_CIPHER_CTX_reset(3)> and L<EVP_MAC_CTX_new(3)> 123 initialised with L<EVP_MAC_CTX_new(3)> and the digest set with
|
/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-statm.md | 24 The structure is defined in headers, so it may be initialised without needing
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_core.h | 349 int initialised; member 403 int initialised; member
|
/freebsd/lib/libc/locale/ |
H A D | 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
|