Home
last modified time | relevance | path

Searched refs:updated (Results 1 – 25 of 61) sorted by relevance

123

/openssl/doc/life-cycles/
H A Ddigest.dot7 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 Dcipher.dot8 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 Dmac.dot7 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 Dlife_cycle-cipher.pod38 =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
138updated 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 Dlife_cycle-mac.pod28 =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 Dlife_cycle-digest.pod27 =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 Dpoly1305_prov.c40 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 DASN1_STRING_TABLE_add.pod32 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 DSSL_CONF_cmd_argv.pod17 are updated to reflect the number of command options processed. The B<pargc>
H A DDH_generate_parameters.pod67 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 DSSL_key_update.pod27 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 DX509_STORE_CTX_new.pod98 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 DEVP_CIPHER_CTX_get_original_iv.pod34 of the cipher, which is updated during cipher operation for certain cipher modes
H A DSSL_set_session_secret_cb.pod32 available in I<*secret_len> and may be updated by the callback (but must not be
H A DRAND_load_file.pod24 been updated by RAND_write_file() between reads.
H A DX509_sign.pod51 is not always updated meaning a stale version is sometimes used. This is not
H A DOSSL_ESS_check_signing_certs.pod57 ESS has been defined in RFC 2634, which has been updated in RFC 5035
H A DX509_cmp_time.pod73 the updated ASN1_TIME structure, and NULL on error.
H A DOSSL_DECODER_from_bio.pod33 I<*pdata> is updated to point at the location after what has been decoded,
H A DSSL_CTX_set_cert_store.pod49 This document must therefore be updated when documentation about the
H A DDTLSv1_listen.pod58 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 DSSL_CTX_set_num_tickets.pod38 with the updated client identity (i.e. including their certificate and
/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c347 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 DCONTRIBUTING.md55 year(s) updated):
78 whenever a PR is created or updated by committers.
/openssl/doc/designs/
H A Dxof.md42 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

Completed in 33 milliseconds

123