Searched refs:version (Results 251 - 275 of 2061) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_rec_ccm.c69 int record_type, unsigned version, void *data, size_t *data_len)
90 br_enc16be(header + 9, version);
150 int record_type, unsigned version, void *data, size_t *data_len)
172 br_enc16be(header + 9, version);
192 br_enc16be(buf + 1, version);
68 ccm_decrypt(br_sslrec_ccm_context *cc, int record_type, unsigned version, void *data, size_t *data_len) argument
149 ccm_encrypt(br_sslrec_ccm_context *cc, int record_type, unsigned version, void *data, size_t *data_len) argument
H A Dssl_rec_gcm.c79 int record_type, unsigned version,
89 * type, protocol version, record length), the cipher text, and
95 br_enc16be(header + 9, version);
124 int record_type, unsigned version, void *data, size_t *data_len)
133 do_tag(cc, record_type, version, buf, len, tag);
196 int record_type, unsigned version, void *data, size_t *data_len)
207 do_tag(cc, record_type, version, buf, len, buf + len);
214 br_enc16be(buf + 1, version);
78 do_tag(br_sslrec_gcm_context *cc, int record_type, unsigned version, void *data, size_t len, void *tag) argument
123 gcm_decrypt(br_sslrec_gcm_context *cc, int record_type, unsigned version, void *data, size_t *data_len) argument
195 gcm_encrypt(br_sslrec_gcm_context *cc, int record_type, unsigned version, void *data, size_t *data_len) argument
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DEhFrame.cpp140 int version = readByte(); local
141 if (version != 1 && version != 3)
143 "FDE version 1 or 3 expected, but got " + Twine(version));
151 // Skip the return address register. In CIE version 1 this is a single
152 // byte. In CIE version 3 this is an unsigned LEB128.
153 if (version == 1)
/freebsd-current/usr.sbin/mfiutil/
H A Dmfiutil.c59 fprintf(stderr, " version\n");
109 version(int ac __unused, char **av __unused) function
112 printf("mfiutil version 1.0.15");
119 MFI_COMMAND(top, version, version);
200 len = strlen(comp->version);
216 fw_version_width, comp->version, fw_date_width, comp->build_date,
/freebsd-current/crypto/openssl/test/
H A Dhttp_test.c24 char version; member in struct:__anon136
32 * Respond with HTTP version 1.'version' and 'keep_alive' (unless implicit).
34 static int mock_http_server(BIO *in, BIO *out, char version, int keep_alive, argument
59 /* check for HTTP version 1.0 .. 1.1 */
73 version, RPATH) > 0; /* same server */
75 if (BIO_printf(out, "HTTP/1.%c 200 OK\r\n", version) <= 0)
77 if ((version == '0') == keep_alive) /* otherwise, default */
79 version == '0' ? "keep-alive" : "close") <= 0)
108 ret = mock_http_server(bio, args->out, args->version, arg
157 test_http_keep_alive(char version, int keep_alive, int kept_alive) argument
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl_osfp.c99 char *class, *version, *subtype, *desc, *tcpopts; local
108 class = version = subtype = desc = tcpopts = NULL;
117 if (version)
118 free(version);
125 class = version = subtype = desc = tcpopts = NULL;
162 GET_STR(version, "OS version", 0) ||
241 strlcpy(fp.fp_os.fp_version_nm, version,
255 if (version)
256 free(version);
341 int class, version, subtype; local
459 int class, version, subtype; local
552 int class, version, subtype; local
661 int class, version, subtype; local
[all...]
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_local.h75 int32_t version; member in struct:CMS_SignedData_st
91 int32_t version; member in struct:CMS_SignerInfo_st
116 int32_t version; member in struct:CMS_EnvelopedData_st
158 int32_t version; member in struct:CMS_KeyTransRecipientInfo_st
171 int32_t version; member in struct:CMS_KeyAgreeRecipientInfo_st
219 int32_t version; member in struct:CMS_KEKRecipientInfo_st
236 int32_t version; member in struct:CMS_PasswordRecipientInfo_st
252 int32_t version; member in struct:CMS_DigestedData_st
259 int32_t version; member in struct:CMS_EncryptedData_st
265 int32_t version; member in struct:CMS_AuthenticatedData_st
277 int32_t version; member in struct:CMS_AuthEnvelopedData_st
287 int32_t version; member in struct:CMS_CompressedData_st
363 int32_t version; member in struct:CMS_Receipt_st
[all...]
/freebsd-current/crypto/heimdal/lib/kadm5/
H A DMakefile.am6 libkadm5srv_la_LDFLAGS = -version-info 8:1:0
7 libkadm5clnt_la_LDFLAGS = -version-info 7:1:0
10 libkadm5srv_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map
117 version-script.map
186 iprop-log-version.rc \
187 ipropd-master-version.rc \
188 ipropd-slave-version.rc \
189 libkadm5srv-version.rc \
197 version-script.map
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c241 Dwarf_Small version; local
244 * Obtain offset size and DWARF version from the current
250 * and DWARF version.
254 version = dbg->dbg_cu_current->cu_version;
257 version = dbg->dbg_tu_current->cu_version;
261 version = 2; /* DWARF2 */
265 offset_size, version, llbuf, listlen, error));
271 Dwarf_Small version, Dwarf_Locdesc **llbuf, Dwarf_Signed *listlen,
294 offset_size, version, error);
269 dwarf_loclist_from_expr_b(Dwarf_Debug dbg, Dwarf_Ptr bytes_in, Dwarf_Unsigned bytes_len, Dwarf_Half addr_size, Dwarf_Half offset_size, Dwarf_Small version, Dwarf_Locdesc **llbuf, Dwarf_Signed *listlen, Dwarf_Error *error) argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h67 unsigned char version; member in struct:hdmi_any_infoframe
171 unsigned char version; member in struct:hdmi_avi_infoframe
195 unsigned char version; member in struct:hdmi_drm_infoframe
245 unsigned char version; member in struct:hdmi_spd_infoframe
321 unsigned char version; member in struct:hdmi_audio_infoframe
356 unsigned char version; member in struct:hdmi_vendor_infoframe
401 unsigned char version; member in struct:hdmi_vendor_any_infoframe::__anon343
/freebsd-current/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c127 ASN1_SIMPLE(PKCS7_SIGNED, version, ASN1_INTEGER),
149 ASN1_SIMPLE(PKCS7_SIGNER_INFO, version, ASN1_INTEGER),
173 ASN1_SIMPLE(PKCS7_ENVELOPE, version, ASN1_INTEGER),
192 ASN1_SIMPLE(PKCS7_RECIP_INFO, version, ASN1_INTEGER),
209 ASN1_SIMPLE(PKCS7_SIGN_ENVELOPE, version, ASN1_INTEGER),
221 ASN1_SIMPLE(PKCS7_ENCRYPT, version, ASN1_INTEGER),
228 ASN1_SIMPLE(PKCS7_DIGEST, version, ASN1_INTEGER),
/freebsd-current/contrib/dialog/
H A Ddialog-config.in199 --version)
202 --abi-version)
236 --version echos the release+patchdate version of ${THIS}
237 --abi-version echos the ABI version of ${THIS}
/freebsd-current/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm6 use version 0.77;
17 if (version->parse($Socket::VERSION) >= version->parse(1.94)) {
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp65 // RTL version to ITTNotify.
71 // Report OpenMP RTL version.
73 __itt_mark_type version; local
80 version = __itt_mark_create(buf.str);
81 __itt_mark(version, NULL);
/freebsd-current/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c22 * But, we check the version so it is compatible with dynamic linking.
44 * version
95 * version
109 trace->version,
141 assert(trace->version == ZSTD_VERSION_NUMBER); /* CLI version must match. */
159 assert(trace->version == ZSTD_VERSION_NUMBER); /* CLI version must match. */
/freebsd-current/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_device.c3 * Common Development and Distribution License ("CDDL"), version 1.0.
4 * You may only use this file in accordance with the terms of version
24 * This call will set bootenv version to VB_NVLIST, if bootenv currently
25 * does contain other version, then old data will be replaced.
34 uint64_t version; local
54 * We got the nvlist, check for version.
55 * if version is missing or is not VB_NVLIST,
59 &version);
60 if (rv == 0 && version == VB_NVLIST)
74 /* version i
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-geonet.c100 u_int version; local
122 version = GET_U_1(bp) >> 4;
164 ND_PRINT("v:%u ", version);
/freebsd-current/include/rpc/
H A Drpcsec_gss.h86 u_int version; /* RPC version number */ member in struct:__anon66
118 u_int version; /* RPC version number */ member in struct:__anon69
160 u_int req_time, u_int program, u_int version);
/freebsd-current/sys/dev/bxe/
H A Decore_mfw_req.h79 /* current drv_info version */
93 uint8_t version[ETH_STAT_INFO_VERSION_LEN]; member in struct:eth_stats_info
131 uint8_t version[12]; /* Function's Driver Version. */ member in struct:fcoe_stats_info
158 uint8_t version[12]; /* Function's Driver Version. */ member in struct:iscsi_stats_info
/freebsd-current/sys/netgraph/netflow/
H A Dnetflow.h58 uint16_t version; /* NetFlow version */ member in struct:netflow_v1_header
67 uint16_t version; /* NetFlow version */ member in struct:netflow_v5_header
80 uint16_t version; /* NetFlow version */ member in struct:netflow_v9_header
198 #define NETFLOW_V9_FIELD_IP_PROTOCOL_VERSION 60 /* Internet Protocol Version. Set to 4 for IPv4, set to 6 for IPv6. If not present in the template, then version 4 is assumed. 1. */
/freebsd-current/tests/sys/fs/tarfs/
H A Dtarsum.c45 char version[2]; member in struct:__anon16::__anon17
62 ustar.version[0] == '0' && ustar.version[1] == '0') {
/freebsd-current/sys/dev/ichiic/
H A Dig4_iic.c838 sc->cfg.version = reg_read(sc, IG4_REG_COMP_VER);
855 if (sc->version == IG4_HASWELL || sc->version == IG4_ATOM) {
864 if (ig4_timings < 2 && sc->version < nitems(ig4iic_hw)) {
865 hw = &ig4iic_hw[sc->version];
887 if (sc->version == IG4_SKYLAKE)
921 if (IG4_HAS_ADDREGS(sc->version) && (v & IG4_RESTORE_REQUIRED)) {
928 if ((sc->version == IG4_HASWELL || sc->version == IG4_ATOM) && reset) {
931 } else if (IG4_HAS_ADDREGS(sc->version)
[all...]
/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_begin.c40 if (LIBELF_PRIVATE(version) == EV_NONE) {
/freebsd-current/contrib/lib9p/
H A Dlib9p.h213 enum l9p_version version);
215 enum l9p_version version);
216 uint16_t l9p_sizeof_stat(struct l9p_stat *stat, enum l9p_version version);
242 void l9p_describe_fcall(union l9p_fcall *fcall, enum l9p_version version,
/freebsd-current/contrib/wpa/src/common/
H A Deapol_common.h19 u8 version; member in struct:ieee802_1x_hdr

Completed in 238 milliseconds

<<11121314151617181920>>