Searched refs:id_len (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_partition_tbl.c163 size_t id_len; local
190 id_len = strlen(chunk_name) + 1;
191 if (id_len > PART_STR_MLEN)
192 id_len = PART_STR_MLEN;
194 if ((map->id = malloc(id_len)) == NULL) {
201 strlcpy(map->id, chunk_name, id_len);
233 * reuse id_len from here till the end of this function
236 id_len = strlen(_PATH_DEV) + strlen(chunk_name) + 1;
238 if (id_len > PART_STR_MLEN)
239 id_len
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_server.c197 unsigned int *id_len);
2415 unsigned int *id_len)
2419 RAND_pseudo_bytes(id, *id_len);
2428 (strlen(session_id_prefix) < *id_len) ?
2429 strlen(session_id_prefix) : *id_len);
2431 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
2414 generate_session_id(const SSL *ssl, unsigned char *id, unsigned int *id_len) argument
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth.h118 size_t id_len; member in struct:ft_remote_r0kh
H A Dwpa_auth_ft.c318 if (r0kh->id_len == r0kh_id_len &&
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_mesh.h81 uint8_t id_len; member in struct:ieee80211_meshid_ie
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_sess.c233 unsigned int *id_len)
237 if (RAND_pseudo_bytes(id, *id_len) <= 0)
239 while (SSL_has_matching_session_id(ssl, id, *id_len) &&
232 def_generate_session_id(const SSL *ssl, unsigned char *id, unsigned int *id_len) argument
H A Dssl_lib.c406 unsigned int id_len)
412 * any new session built out of this id/id_len and the ssl_version in use
417 if (id_len > sizeof r.session_id)
421 r.session_id_length = id_len;
422 memcpy(r.session_id, id, id_len);
430 (id_len < SSL2_SSL_SESSION_ID_LENGTH)) {
431 memset(r.session_id + id_len, 0, SSL2_SSL_SESSION_ID_LENGTH - id_len);
405 SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, unsigned int id_len) argument
H A Dssl.h651 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in
660 unsigned int *id_len);
1541 unsigned int id_len);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-isakmp.c1602 int id_len, idtype_len, i; local
1610 id_len = ntohs(id.h.len);
1612 ND_PRINT((ndo," len=%d", id_len - 4));
1613 if (2 < ndo->ndo_vflag && 4 < id_len) {
1615 if (!rawprint(ndo, (caddr_t)(ext + 1), id_len - 4))
1619 idtype_len =id_len - sizeof(struct ikev2_id);
1670 return (u_char *)ext + id_len;
H A Dprint-isoclns.c1560 isis_print_id(const u_int8_t *cp, int id_len) argument
1572 if (id_len >= NODE_ID_LEN) {
1576 if (id_len == LSP_ID_LEN)
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_fast.c1307 static const u8 * eap_fast_get_a_id(const u8 *buf, size_t len, size_t *id_len) argument
1317 *id_len = len;
1327 *id_len = tlen;
1330 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len);
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c923 r0kh->id_len = next - pos - 1;
924 os_memcpy(r0kh->id, pos, r0kh->id_len);
/freebsd-9.3-release/sys/cam/
H A Dcam_ccb.h406 uint8_t id_len; member in struct:device_id_match_pattern
H A Dcam_xpt.c1384 cur_pattern->data.devid_pat.id_len) != 0))
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_enc_ses.c897 device_pattern->data.devid_pat.id_len =
901 device_pattern->data.devid_pat.id_len);
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c619 u8 id_len[2]; member in struct:t3_vpd
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_hw.c497 u8 id_len[2]; member in struct:t4_vpd_hdr
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h2457 __u8 id_len; member in struct:fw_foiscsi_chap_wr

Completed in 330 milliseconds