Home
last modified time | relevance | path

Searched refs:MAC_len (Results 1 – 9 of 9) sorted by relevance

/dports/net-mgmt/net-snmp/net-snmp-5.9/snmplib/
H A Dscapi.c922 size_t * MAC_len) in sc_hash_type() argument
947 if (( ret < 0 ) || (*MAC_len < (size_t)ret )) in sc_hash_type()
982 *MAC_len = tmp_len; in sc_hash_type()
1000 if (*MAC_len < MD5_DIGEST_LENGTH) in sc_hash_type()
1005 *MAC_len = MD5_DIGEST_LENGTH; in sc_hash_type()
1009 if (*MAC_len < SHA_DIGEST_LENGTH) in sc_hash_type()
1014 *MAC_len = SHA_DIGEST_LENGTH; in sc_hash_type()
1025 *MAC_len = tmp_len; in sc_hash_type()
1030 *MAC_len = tmp_len; in sc_hash_type()
1042 if (*MAC_len > 16) in sc_hash_type()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/efi/
H A Dpxe.c149 MAC_len = hardlen > 16 ? 0 : hardlen; in net_parse_dhcp()
151 memcpy(MAC, mode->DhcpAck.Dhcpv4.BootpHwAddr, MAC_len); in net_parse_dhcp()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/pxe/
H A Ddhcp_option.c86 MAC_len != (opt_len >> 8) || in client_identifier()
91 MAC_len = opt_len & 0xff; in client_identifier()
H A Dbios.c441 MAC_len = bp->hardlen > 16 ? 0 : bp->hardlen; in net_parse_dhcp()
443 memcpy(MAC, bp->macaddr, MAC_len); in net_parse_dhcp()
H A Dpxe.c18 uint8_t MAC_len; /* MAC address len */ variable
495 for (i = MAC_len; i; i--) in make_bootif_string()
H A Dpxe.h163 extern uint8_t MAC_len;
/dports/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/library/
H A Dscapi.h165 size_t * MAC_len);
170 u_char * MAC, size_t * MAC_len);
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/
H A Dundiif.c413 if (MAC_len != pxe_undi_info.HwAddrLen) { in low_level_init()
415 MAC_len, pxe_undi_info.HwAddrLen); in low_level_init()
420 netif->hwaddr_len = MAC_len; in low_level_init()
423 memcpy(netif->hwaddr, MAC, MAC_len); in low_level_init()
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dmech_ssl3.c1208 CK_ULONG iv_len = 0, MAC_len, write_len; in ssl3_key_and_mac_derive() local
1358 MAC_len = (params->ulMacSizeInBits + 7) / 8; in ssl3_key_and_mac_derive()
1362 server_MAC_key_value = client_MAC_key_value + MAC_len; in ssl3_key_and_mac_derive()
1364 client_write_key_value = server_MAC_key_value + MAC_len; in ssl3_key_and_mac_derive()
1439 MAC_len); in ssl3_key_and_mac_derive()