Home
last modified time | relevance | path

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

12345678910>>...15

/src/crypto/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,
/src/crypto/openssl/doc/man7/
H A Dlife_cycle-cipher.pod38 =item updated
68 | EVP_CIPHER_CTX_new ' updated or finaled states '
89 | | updated | EVP_CipherUpdate | |
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…
[all …]
H A Dlife_cycle-mac.pod28 =item updated
69 | | updated | -+
96 start newed initialised updated finaled freed
99 EVP_MAC_update updated updated
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
119 <th style="border:1px solid" align="center">updated</th>
139 <td style="border:1px solid" align="center">updated</td>
[all …]
H A Dlife_cycle-digest.pod27 =item updated
80 …| | | updated | | | …
121 … start newed initialised updated finaled squeezed freed
124 EVP_DigestUpdate updated updated
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
147 <th style="border:1px solid" align="center">updated</th>
[all …]
/src/contrib/ntp/libparse/
H A Dparse.c194 unsigned int updated = PARSE_INP_SKIP; in parse_restart() local
209 updated = PARSE_INP_TIME; in parse_restart()
214 parseprintf(DD_PARSE, ("parse: parse_restart: buffer start (updated = %x)\n", updated)); in parse_restart()
215 return updated; in parse_restart()
267 register u_int updated = CVT_NONE; in parse_ioread() local
307 updated = CVT_OK; in parse_ioread()
312 updated = (u_int) timepacket(parseio); in parse_ioread()
317 updated |= CVT_ADDITIONAL; in parse_ioread()
328 if ((updated & CVT_MASK) != CVT_NONE) in parse_ioread()
330 parseprintf(DD_PARSE, ("parse_ioread: time sample accumulated (status=0x%x)\n", updated)); in parse_ioread()
[all …]
/src/crypto/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()
/src/contrib/libcbor/misc/
H A Dupdate_version.py21 updated = re.sub(pattern, replacement, original)
22 assert updated != original
24 f.write(updated)
/src/crypto/krb5/src/config/
H A Dlibobj.in20 : updated $@
24 : updated $@
28 : updated $@
/src/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h113 const bool isCtxtFlagsUpdated() const { return (m_pkt_data.context.updated == 1); }; in isCtxtFlagsUpdated()
160 m_pkt_data.context.updated = 1; in UpdateNS()
166 m_pkt_data.context.updated = 1; in UpdateAltISA()
172 m_pkt_data.context.updated = 1; in UpdateHyp()
254 (m_pkt_data.context.updated == 1) || in isCtxtUpdated()
/src/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h103 const bool PEContextUpdated() const { return context.updated; }; in PEContextUpdated()
151 context.updated = 1; in UpdateNS()
157 context.updated = 1; in UpdateAltISA()
163 context.updated = 1; in UpdateHyp()
/src/contrib/tzdata/
H A Dleapseconds.awk136 if (updated) {
137 sstamp_to_ymdhMs(updated, ss_NTP)
139 updated - epoch_minus_NTP, \
H A Dleapseconds76 # "#updated" gives the last time the leap seconds data changed
81 # this is typically a bit less than one year after "updated".
82 #updated 1767698058 (2026-01-06 11:14:18 UTC)
/src/contrib/ncurses/
H A Daclocal.m445 dnl AM_LANGINFO_CODESET version: 8 updated: 2025/12/22 04:16:14
70 dnl CF_ABI_DEFAULTS version: 6 updated: 2025/05/17 14:54:28
129 dnl CF_ACVERSION_CHECK version: 5 updated: 2014/06/04 19:11:49
145 dnl CF_ACVERSION_COMPARE version: 3 updated: 2012/10/03 18:39:53
155 dnl CF_ADA_INCLUDE_DIRS version: 8 updated: 2013/10/14 04:24:07
179 dnl CF_ADD_ADAFLAGS version: 1 updated: 2010/06/19 15:22:18
187 dnl CF_ADD_CFLAGS version: 15 updated: 2020/12/31 10:54:15
276 dnl CF_ADD_CXXFLAGS version: 1 updated: 2020/04/04 16:16:13
293 dnl CF_ADD_INCDIR version: 18 updated: 2025/12/22 04:16:14
352 dnl CF_ADD_LIB version: 2 updated: 2010/06/02 05:03:05
[all …]
/src/contrib/byacc/
H A Daclocal.m431 dnl CF_ACVERSION_CHECK version: 5 updated: 2014/06/04 19:11:49
47 dnl CF_ACVERSION_COMPARE version: 3 updated: 2012/10/03 18:39:53
57 dnl CF_ADD_CFLAGS version: 15 updated: 2020/12/31 10:54:15
146 dnl CF_APPEND_CFLAGS version: 3 updated: 2021/09/05 17:25:40
165 dnl CF_APPEND_TEXT version: 1 updated: 2017/02/25 18:58:55
175 dnl CF_ARG_DISABLE version: 3 updated: 1999/03/30 17:24:31
181 dnl CF_ARG_ENABLE version: 3 updated: 1999/03/30 17:24:31
187 dnl CF_ARG_OPTION version: 5 updated: 2015/05/10 19:52:14
210 dnl CF_C11_NORETURN version: 4 updated: 2023/02/18 17:41:25
248 dnl CF_CC_ENV_FLAGS version: 11 updated: 2023/02/20 11:15:46
[all …]
/src/contrib/dialog/
H A Daclocal.m434 dnl AM_GNU_GETTEXT version: 15 updated: 2021/01/02 09:31:20
98 dnl AM_ICONV version: 12 updated: 2007/07/30 19:12:03
170 dnl AM_LANGINFO_CODESET version: 6 updated: 2021/01/01 16:53:59
193 dnl AM_LC_MESSAGES version: 6 updated: 2021/01/02 09:31:20
224 dnl AM_PATH_PROG_WITH_TEST version: 10 updated: 2021/01/02 09:31:20
283 dnl AM_WITH_NLS version: 31 updated: 2021/01/04 17:48:08
615 dnl CF_ACVERSION_CHECK version: 5 updated: 2014/06/04 19:11:49
631 dnl CF_ACVERSION_COMPARE version: 3 updated: 2012/10/03 18:39:53
641 dnl CF_ADD_CFLAGS version: 15 updated: 2020/12/31 10:54:15
730 dnl CF_ADD_INCDIR version: 16 updated: 2020/12/31 20:19:42
[all …]
/src/contrib/libcbor/.github/
H A DPULL_REQUEST_TEMPLATE9 - [ ] I have updated the documentation
10 - [ ] I have updated the CHANGELOG
/src/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dlp855x.txt13 - rom-addr: Register address of ROM area to be updated (u8)
14 - rom-val: Register value to be updated (u8)
/src/crypto/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
/src/contrib/unbound/doc/
H A DChangelog119 - iana portlist updated.
190 - iana portlist updated.
497 current delegation information be updated in cache. The fix allows
499 updated, but as a consequence no longer has certain expired
723 forwarder addresses and uses them from cache. Also updated that
805 is updated and fetched after it is stored, and also check for a
1609 - Fix for #882: small changes, date updated in Copyright for
2141 - Fix for #633: updated fix with new text.
2606 - Generated lexer and parser for #486; updated example.conf.
2942 - iana portlist updated.
[all …]
/src/sys/dev/ice/
H A Dice_fwlog.c245 struct ice_fwlog_module_entry *updated = &entries[i]; in update_cached_entries() local
252 if (cached->module_id == updated->module_id) { in update_cached_entries()
253 cached->log_level = updated->log_level; in update_cached_entries()
/src/contrib/sendmail/
H A DFAQ4 $Revision: 8.25 $, Last updated $Date: 2014-01-27 12:49:52 $
/src/contrib/ntp/sntp/
H A Ddepsver.mf43 # this issue, we use a deps-ver file which is updated with each change
48 # their updated .deps files, then remove $(DEPDIR) and recreate it as
/src/contrib/ntp/
H A Ddepsver.mf43 # this issue, we use a deps-ver file which is updated with each change
48 # their updated .deps files, then remove $(DEPDIR) and recreate it as

12345678910>>...15