| /freebsd-12-stable/contrib/wpa/src/wps/ |
| D | ndef.c | 28 u32 payload_length; member 46 record->payload_length = *pos++; in ndef_parse_record() 55 record->payload_length = len; in ndef_parse_record() 72 record->payload = record->payload_length == 0 ? NULL : pos; in ndef_parse_record() 73 pos += record->payload_length; in ndef_parse_record() 77 record->total_length < record->payload_length) in ndef_parse_record() 97 record.payload_length); in ndef_parse_records() 115 size_t payload_length = wpabuf_len(payload); in ndef_build_record() local 117 short_record = payload_length < 256 ? 1 : 0; in ndef_build_record() 124 total_len += type_length + id_length + payload_length; in ndef_build_record() [all …]
|
| /freebsd-12-stable/sys/dev/oce/ |
| D | oce_mbox.c | 112 mbx->payload_length = in oce_reset_fun() 313 mbx.payload_length = sizeof(struct mbx_get_common_fw_version); in oce_get_fw_version() 314 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_version() 359 mbx->payload_length = sizeof(struct mbx_get_common_fw_version); in oce_first_mcc_cmd() 472 mbx.payload_length = sizeof(struct mbx_query_common_iface_mac); in oce_read_mac_addr() 473 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_read_mac_addr() 517 mbx.payload_length = sizeof(struct mbx_common_query_fw_config); in oce_get_fw_config() 518 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_get_fw_config() 603 mbx.payload_length = sizeof(struct mbx_create_common_iface); in oce_if_create() 651 mbx.payload_length = sizeof(struct mbx_destroy_common_iface); in oce_if_del() [all …]
|
| D | oce_queue.c | 739 mbx.payload_length = sizeof(struct mbx_create_common_mq_ex); in oce_mq_create() 740 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ); in oce_mq_create() 862 mbx->payload_length = (uint32_t) req_size; in oce_destroy_q() 863 DW_SWAP(u32ptr(mbx), mbx->payload_length + OCE_BMBX_RHDR_SZ); in oce_destroy_q()
|
| D | oce_hw.h | 626 uint32_t payload_length; member
|
| /freebsd-12-stable/crypto/openssl/crypto/evp/ |
| D | e_rc4_hmac_md5.c | 27 size_t payload_length; member 49 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_init_key() 76 size_t plen = key->payload_length; in rc4_hmac_md5_cipher() 171 key->payload_length = NO_PAYLOAD_LENGTH; in rc4_hmac_md5_cipher() 228 key->payload_length = len; in rc4_hmac_md5_ctrl()
|
| D | e_aes_cbc_hmac_sha1.c | 27 size_t payload_length; /* AAD length in decrypt case */ member 83 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_init_key() 407 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and in aesni_cbc_hmac_sha1_cipher() 416 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha1_cipher() 814 key->payload_length = len; in aesni_cbc_hmac_sha1_ctrl() 831 key->payload_length = arg; in aesni_cbc_hmac_sha1_ctrl()
|
| D | e_aes_cbc_hmac_sha256.c | 28 size_t payload_length; /* AAD length in decrypt case */ member 80 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_init_key() 423 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and in aesni_cbc_hmac_sha256_cipher() 432 key->payload_length = NO_PAYLOAD_LENGTH; in aesni_cbc_hmac_sha256_cipher() 795 key->payload_length = len; in aesni_cbc_hmac_sha256_ctrl() 812 key->payload_length = arg; in aesni_cbc_hmac_sha256_ctrl()
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-geonet.c | 115 uint16_t payload_length; in geonet_print() local 135 payload_length = EXTRACT_16BITS(bp+4); in geonet_print() 177 ND_PRINT((ndo, "Payload:%d ", payload_length)); in geonet_print()
|
| /freebsd-12-stable/sys/dev/ocs_fc/ |
| D | ocs_fcp.h | 337 payload_length:16; member 350 payload_length:16; member 362 payload_length:16; member 375 payload_length:24; member 428 payload_length:16; member
|
| D | ocs_els.c | 814 prli->payload_length = ocs_htobe16(sizeof(fc_prli_payload_t)); in ocs_send_prli() 876 prlo->payload_length = ocs_htobe16(sizeof(fc_prlo_payload_t)); in ocs_send_prlo() 1182 uint32_t payload_length = sizeof(fc_rscn_affected_port_id_page_t)*(port_ids_count - 1) + in ocs_send_rscn() local 1187 els = ocs_els_io_alloc(node, payload_length, OCS_ELS_ROLE_ORIGINATOR); in ocs_send_rscn() 1201 req->payload_length = ocs_htobe16(sizeof(*req) + in ocs_send_rscn() 1472 prli->payload_length = ocs_htobe16(sizeof(fc_prli_payload_t)); in ocs_send_prli_acc() 1529 prlo_acc->payload_length = ocs_htobe16(sizeof(fc_prlo_acc_payload_t)); in ocs_send_prlo_acc()
|
| D | ocs_ioctl.h | 159 uint32_t payload_length; /**< payload length for command */ member
|
| D | sli4.c | 1472 sli_config->payload_length = length; in sli_cmd_sli_config() 1481 sli_config->payload_length = dma->size; in sli_cmd_sli_config()
|
| D | sli4.h | 1211 uint32_t payload_length; member
|
| /freebsd-12-stable/contrib/libpcap/pcap/ |
| D | can_socketcan.h | 50 uint8_t payload_length; member
|
| /freebsd-12-stable/contrib/wpa/src/eap_peer/ |
| D | ikev2.c | 894 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_sar1() 931 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_ker() 950 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_nr() 976 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_idr() 1016 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_auth() 1064 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_notification()
|
| /freebsd-12-stable/contrib/wpa/src/eap_server/ |
| D | ikev2.c | 957 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_sai() 995 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_kei() 1014 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_ni() 1040 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_idi() 1080 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_auth()
|
| /freebsd-12-stable/sys/dev/qlxgbe/ |
| D | ql_isr.c | 235 pkt_length = sgc->payload_length + sgc->l4_offset; in qla_lro_intr() 330 sgc->payload_length; in qla_lro_intr() 341 iplen = (th->th_off << 2) + sgc->payload_length; in qla_lro_intr() 633 sgc.lro.payload_length = in ql_rcv_isr()
|
| D | ql_hw.h | 1520 uint16_t payload_length; member
|
| /freebsd-12-stable/sys/ofed/drivers/infiniband/core/ |
| D | ib_ud_header.c | 204 { STRUCT_FIELD(grh, payload_length), 366 header->grh.payload_length = in ib_ud_header_init()
|
| /freebsd-12-stable/contrib/wpa/src/eap_common/ |
| D | ikev2_common.h | 40 u8 payload_length[2]; /* this payload, including the payload header */ member
|
| D | ikev2_common.c | 267 plen = WPA_GET_BE16(phdr->payload_length); in ikev2_parse_payloads() 596 WPA_PUT_BE16(phdr->payload_length, plen); in ikev2_build_encrypted()
|
| /freebsd-12-stable/sys/ofed/include/rdma/ |
| D | ib_pack.h | 204 __be16 payload_length; member
|
| /freebsd-12-stable/sys/dev/mlx5/ |
| D | mlx5_ifc.h | 5567 u8 payload_length[16]; member
|