Searched refs:byte_length (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/tcpdump/ |
| H A D | print-eigrp.c | 218 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; in eigrp_print() local 360 byte_length = (bit_length + 7) / 8; /* variable length encoding */ in eigrp_print() 362 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_int->destination, byte_length); in eigrp_print() 395 byte_length = (bit_length + 7) / 8; /* variable length encoding */ in eigrp_print() 397 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_ext->destination, byte_length); in eigrp_print()
|
| H A D | print-isoclns.c | 2269 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; in isis_print_extd_ip_reach() local 2300 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */ in isis_print_extd_ip_reach() 2303 GET_CPY_BYTES(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */ in isis_print_extd_ip_reach() 2304 tptr+=byte_length; in isis_print_extd_ip_reach() 2305 processed+=byte_length; in isis_print_extd_ip_reach()
|
| /src/sys/dev/isci/scil/ |
| H A D | scif_sas_sati_binding.h | 229 #define sati_cb_sge_write(current_sge, phys_address_low, phys_address_high, byte_length) \ argument 234 scu_sge->length = (byte_length); \
|
| H A D | sati_callbacks.h | 355 U32 byte_length
|
| /src/contrib/bearssl/inc/ |
| H A D | bearssl_x509.h | 967 br_x509_minimal_set_minrsa(br_x509_minimal_context *ctx, int byte_length) in br_x509_minimal_set_minrsa() argument 969 ctx->min_rsa_size = (int16_t)(byte_length - 128); in br_x509_minimal_set_minrsa()
|
| /src/crypto/openssl/crypto/modes/asm/ |
| H A D | aes-gcm-armv8-unroll8_64.pl | 181 $byte_length="x9"; 267 lsr $byte_length, $bit_length, #3 280 mov $main_end_input_ptr, $byte_length 1336 mov x0, $byte_length 1366 lsr $byte_length, $bit_length, #3 1376 mov $main_end_input_ptr, $byte_length 2428 mov x0, $byte_length 2520 lsr $byte_length, $bit_length, #3 2530 mov $main_end_input_ptr, $byte_length 3652 mov x0, $byte_length @ return sizes [all …]
|