/openssl/doc/life-cycles/ |
H A D | digest.dot | 7 updated [label=updated, fontcolor="#c94c4c"]; 14 initialised -> updated [label="EVP_DigestUpdate", weight=100]; 15 updated -> updated [label="EVP_DigestUpdate"]; 16 updated -> finaled [label="EVP_DigestFinal", weight=2]; 17 updated -> finaled [label="EVP_DigestFinalXOF", 19 updated -> squeezed [label="EVP_DigestSqueeze", weight=3]; 23 updated -> newed [label="EVP_MD_CTX_reset", style=dashed, 25 updated -> initialised [label="EVP_DigestInit", style=dashed,
|
H A D | cipher.dot | 8 updated [fontcolor="#c94c4c"]; 13 d_updated [label="updated\n(decryption)", fontcolor="#c94c4c"]; 15 e_updated [label="updated\n(encryption)", fontcolor="#c94c4c"]; 21 initialised -> updated [label="EVP_CipherUpdate", weight=2]; 22 updated -> updated [label="EVP_CipherUpdate"]; 23 updated -> finaled [label="EVP_CipherFinal"]; 52 updated [fontcolor="#c94c4c"]; 60 initialised -> updated [label="EVP_CipherUpdate", weight=2]; 61 updated -> updated [label="EVP_CipherUpdate"]; 62 updated -> finaled [label="EVP_CipherFinal"]; [all …]
|
H A D | mac.dot | 7 updated [fontcolor="#c94c4c"]; 13 initialised -> updated [label="EVP_MAC_update"]; 14 updated -> updated [label="EVP_MAC_update"]; 15 updated -> finaled [label="EVP_MAC_final"]; 16 updated -> finaled [label="EVP_MAC_finalXOF", 23 updated -> initialised [label="EVP_MAC_init", style=dashed,
|
/openssl/doc/man7/ |
H A D | life_cycle-cipher.pod | 38 =item updated 94 …| updated | EVP_DecryptUpdate | | | updated |-----… 127 …start newed initialised updated finaled initialised updated initialised update… 135 EVP_CipherUpdate updated updated 136 …DecryptUpdate updated updated 138 … updated updated 145 …_params newed initialised updated initialised updated initialis… 147 …_params newed initialised updated initialised updated initialis… 149 …table_params newed initialised updated initialised updated initialis… 151 …table_params newed initialised updated initialised updated initialis… [all …]
|
H A D | life_cycle-mac.pod | 28 =item updated 69 | | updated | -+ 99 EVP_MAC_update updated updated 103 EVP_MAC_CTX_get_params newed initialised updated 119 <th style="border:1px solid" align="center">updated</th> 139 <td style="border:1px solid" align="center">updated</td> 140 <td style="border:1px solid" align="center">updated</td> 168 <td style="border:1px solid" align="center">updated</td> 175 <td style="border:1px solid" align="center">updated</td> 182 <td style="border:1px solid" align="center">updated</td> [all …]
|
H A D | life_cycle-digest.pod | 27 =item updated 124 EVP_DigestUpdate updated updated 130 EVP_MD_CTX_get_params newed initialised updated 147 <th style="border:1px solid" align="center">updated</th> 170 <td style="border:1px solid" align="center">updated</td> 171 <td style="border:1px solid" align="center">updated</td> 219 <td style="border:1px solid" align="center">updated</td> 227 <td style="border:1px solid" align="center">updated</td> 235 <td style="border:1px solid" align="center">updated</td> 243 <td style="border:1px solid" align="center">updated</td> [all …]
|
/openssl/providers/implementations/macs/ |
H A D | poly1305_prov.c | 40 int updated; member 89 ctx->updated = 0; in poly1305_setkey() 104 return ctx->updated == 0; in poly1305_init() 112 ctx->updated = 1; in poly1305_update() 128 ctx->updated = 1; in poly1305_final()
|
/openssl/doc/man3/ |
H A D | ASN1_STRING_TABLE_add.pod | 32 updated (depending on the values of those parameters, e.g., I<minsize> 34 a copy of the standard B<ASN1_STRING_TABLE> is created and updated with
|
H A D | SSL_CONF_cmd_argv.pod | 17 are updated to reflect the number of command options processed. The B<pargc>
|
H A D | DH_generate_parameters.pod | 67 The value of B<*codes> is updated with any problems found. 96 value of B<*codes> is updated with any problems found. If B<*codes> is zero then
|
H A D | SSL_key_update.pod | 27 the sending keys for this connection will be updated and the peer will be 30 updated and the peer will be informed of the change along with a request for the
|
H A D | X509_STORE_CTX_new.pod | 98 The I<target> certificate is not copied (its reference count is not updated), 113 The I<target> public key is not copied (its reference count is not updated), 123 The target certificate is not copied (its reference count is not updated), 129 The I<target> public key is not copied (its reference count is not updated),
|
H A D | EVP_CIPHER_CTX_get_original_iv.pod | 34 of the cipher, which is updated during cipher operation for certain cipher modes
|
H A D | SSL_set_session_secret_cb.pod | 32 available in I<*secret_len> and may be updated by the callback (but must not be
|
H A D | RAND_load_file.pod | 24 been updated by RAND_write_file() between reads.
|
H A D | X509_sign.pod | 51 is not always updated meaning a stale version is sometimes used. This is not
|
H A D | OSSL_ESS_check_signing_certs.pod | 57 ESS has been defined in RFC 2634, which has been updated in RFC 5035
|
H A D | X509_cmp_time.pod | 73 the updated ASN1_TIME structure, and NULL on error.
|
H A D | OSSL_DECODER_from_bio.pod | 33 I<*pdata> is updated to point at the location after what has been decoded,
|
H A D | SSL_CTX_set_cert_store.pod | 49 This document must therefore be updated when documentation about the
|
H A D | DTLSv1_listen.pod | 58 then these functions will return with the B<ssl> parameter updated into a state 69 L<BIO_s_datagram(3)> is used, the peer address is updated when receiving a
|
H A D | SSL_CTX_set_num_tickets.pod | 38 with the updated client identity (i.e. including their certificate and
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_cts.c | 347 if (ctx->updated == 1) in ossl_cipher_cbc_cts_block_update() 367 ctx->updated = 1; /* Stop multiple updates being allowed */ in ossl_cipher_cbc_cts_block_update()
|
/openssl/ |
H A D | CONTRIBUTING.md | 55 year(s) updated): 78 whenever a PR is created or updated by committers.
|
/openssl/doc/designs/ |
H A D | xof.md | 42 Older providers that have not been updated to support this change should produce 192 output to B<out>. After every B<r> bits, the state B<A> is updated internally
|