/freebsd/crypto/openssl/doc/life-cycles/ |
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 | digest.dot | 7 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 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,
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | life_cycle-cipher.pod | 38 =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 138 … updated updated 145 …_params newed initialised updated initialised updated initialis… 147 …_params newed initialised updated initialised updated initialis… [all …]
|
H A D | life_cycle-mac.pod | 28 =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 D | life_cycle-digest.pod | 27 =item updated 68 EVP_DigestInit | | updated | --+ 95 start newed initialised updated finaled freed 98 EVP_DigestUpdate updated updated 103 EVP_MD_CTX_get_params newed initialised updated 104 EVP_MD_CTX_set_params newed initialised updated 105 EVP_MD_CTX_gettable_params newed initialised updated 106 EVP_MD_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 …]
|
/freebsd/contrib/ntp/libparse/ |
H A D | parse.c | 194 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 in parse_ioread() 356 register u_int updated = CVT_NONE; parse_iopps() local [all...] |
/freebsd/crypto/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()
|
/freebsd/contrib/libcbor/misc/ |
H A D | update_version.py | 21 updated = re.sub(pattern, replacement, original) 22 assert updated != original 24 f.write(updated)
|
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv3/ |
H A D | trc_pkt_elem_etmv3.h | 113 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()
|
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/ |
H A D | trc_pkt_elem_ptm.h | 103 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()
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 45 dnl AM_LANGINFO_CODESET version: 7 updated: 2023/01/11 04:05:23 70 dnl CF_ABI_DEFAULTS version: 5 updated: 2023/10/21 08:54:23 125 dnl CF_ACVERSION_CHECK version: 5 updated: 2014/06/04 19:11:49 141 dnl CF_ACVERSION_COMPARE version: 3 updated: 2012/10/03 18:39:53 151 dnl CF_ADA_INCLUDE_DIRS version: 8 updated: 2013/10/14 04:24:07 175 dnl CF_ADD_ADAFLAGS version: 1 updated: 2010/06/19 15:22:18 183 dnl CF_ADD_CFLAGS version: 15 updated: 2020/12/31 10:54:15 272 dnl CF_ADD_CXXFLAGS version: 1 updated: 2020/04/04 16:16:13 289 dnl CF_ADD_INCDIR version: 17 updated: 2021/09/04 06:35:04 348 dnl CF_ADD_LIB version: 2 updated: 2010/06/02 05:03:05 [all …]
|
/freebsd/contrib/byacc/ |
H A D | aclocal.m4 | 31 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 …]
|
/freebsd/contrib/tzdata/ |
H A D | leapseconds.awk | 129 if (updated) { 130 sstamp_to_ymdhMs(updated, ss_NTP) 132 updated - epoch_minus_NTP, \
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 34 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 …]
|
/freebsd/contrib/libcbor/.github/ |
H A D | PULL_REQUEST_TEMPLATE | 9 - [ ] I have updated the documentation 10 - [ ] I have updated the CHANGELOG
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 191 forwarder addresses and uses them from cache. Also updated that 273 is updated and fetched after it is stored, and also check for a 1077 - Fix for #882: small changes, date updated in Copyright for 1609 - Fix for #633: updated fix with new text. 2074 - Generated lexer and parser for #486; updated example.conf. 2410 - iana portlist updated. 2428 - iana portlist updated. 2487 - iana portlist updated. 2646 - iana portlist updated. 2652 - iana portlist updated. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | lp855x.txt | 13 - rom-addr: Register address of ROM area to be updated (u8) 14 - rom-val: Register value to be updated (u8)
|
/freebsd/crypto/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
|
/freebsd/sys/dev/ice/ |
H A D | ice_fwlog.c | 245 struct ice_fwlog_module_entry *updated = &entries[i]; in update_cached_entries() 252 if (cached->module_id == updated->module_id) { in update_cached_entries() 253 cached->log_level = updated->log_level; in update_cached_entries() 244 struct ice_fwlog_module_entry *updated = &entries[i]; update_cached_entries() local
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-bio.m4 | 36 dnl # The bio_set_dev() helper macro was updated to internally depend on 112 dnl # The Linux 5.5 kernel updated percpu_ref_tryget() which is inlined by 150 dnl # The Linux 5.12 kernel updated struct bio to create a new bi_bdev member
|
/freebsd/contrib/ntp/sntp/ |
H A D | depsver.mf | 43 # 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
|
/freebsd/contrib/ntp/ |
H A D | depsver.mf | 43 # 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
|
/freebsd/contrib/sendmail/ |
H A D | FAQ | 4 $Revision: 8.25 $, Last updated $Date: 2014-01-27 12:49:52 $
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/ |
H A D | bridge_sys.c | 1224 int updated; in bridge_update_memif() local 1235 updated = 0; in bridge_update_memif() 1253 updated++; in bridge_update_memif() 1287 return (updated); in bridge_update_memif() 1390 int added, updated; in bridge_update_addrs() local 1399 added = updated = 0; in bridge_update_addrs() 1412 updated++; in bridge_update_addrs() 1430 return (updated + added); in bridge_update_addrs()
|