Home
last modified time | relevance | path

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

12

/openssl/doc/life-cycles/
H A Ddigest.dot7 updated [label=updated, fontcolor="#c94c4c"];
13 initialised -> updated [label="EVP_DigestUpdate", weight=3];
14 updated -> updated [label="EVP_DigestUpdate"];
15 updated -> finaled [label="EVP_DigestFinal"];
16 updated -> finaled [label="EVP_DigestFinalXOF",
26 updated -> newed [label="EVP_MD_CTX_reset", style=dashed,
28 updated -> initialised [label="EVP_DigestInit", weight=0, 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
98 EVP_DigestUpdate updated updated
103 EVP_MD_CTX_get_params newed initialised updated
104 EVP_MD_CTX_set_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>
175 <td style="border:1px solid" align="center">updated</td>
182 <td style="border:1px solid" align="center">updated</td>
189 <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 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 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 DX509_sign.pod42 is not always updated meaning a stale version is sometimes used. This is not
H A DEVP_CIPHER_CTX_get_original_iv.pod34 of the cipher, which is updated during cipher operation for certain cipher modes
H A DRAND_load_file.pod24 been updated by RAND_write_file() between reads.
H A DSSL_CTX_set_cert_store.pod47 This document must therefore be updated when documentation about the
H A DOSSL_DECODER_from_bio.pod33 I<*pdata> is updated to point at the location after what has been decoded,
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 DASN1_item_d2i_bio.pod39 On exit I<*in> will be updated to point to the next byte in the buffer after the
H A DSSL_CTX_set_num_tickets.pod38 with the updated client identity (i.e. including their certificate and
H A DEVP_PKEY_set1_encoded_public_key.pod43 The key to be updated is supplied in B<pkey>. The buffer containing the encoded
H A DEVP_PKEY_new.pod135 to the function, and on exit I<*len> is updated with the number of bytes
145 to the function, and on exit I<*len> is updated with the number of bytes
/openssl/providers/implementations/ciphers/
H A Dcipher_cts.c348 if (ctx->updated == 1) in ossl_cipher_cbc_cts_block_update()
368 ctx->updated = 1; /* Stop multiple updates being allowed */ in ossl_cipher_cbc_cts_block_update()
/openssl/
H A DCONTRIBUTING.md41 year(s) updated):
61 whenever a PR is created or updated.
/openssl/doc/man5/
H A Dfips_config.pod83 It is written-to at the same time as B<install-status> is updated.

Completed in 60 milliseconds

12