Searched refs:payload_length (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-current/contrib/wpa/src/wps/
H A Dndef.c28 u32 payload_length; member in struct:ndef_record
46 record->payload_length = *pos++;
55 record->payload_length = len;
72 record->payload = record->payload_length == 0 ? NULL : pos;
73 pos += record->payload_length;
77 record->total_length < record->payload_length)
97 record.payload_length);
115 size_t payload_length = wpabuf_len(payload); local
117 short_record = payload_length < 256 ? 1 : 0;
124 total_len += type_length + id_length + payload_length;
[all...]
/freebsd-current/contrib/libpcap/pcap/
H A Dcan_socketcan.h50 uint8_t payload_length; member in struct:__anon33
/freebsd-current/sys/arm64/intel/
H A Dstratix10-svc.h44 int payload_length; member in struct:s10_svc_msg
H A Dstratix10-svc.c117 a2 = (uint64_t)msg->payload_length;
H A Dstratix10-soc-fpga-mgr.c127 msg.payload_length = sc->mem.fill;
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4_hmac_md5.h21 size_t payload_length; member in struct:prov_rc4_hmac_md5_ctx_st
H A Dcipher_aes_cbc_hmac_sha.h39 size_t payload_length; /* AAD length in decrypt case */ member in struct:prov_aes_hmac_sha_ctx_st
H A Dcipher_rc4_hmac_md5_hw.c44 ctx->payload_length = NO_PAYLOAD_LENGTH;
61 size_t plen = ctx->payload_length;
160 ctx->payload_length = NO_PAYLOAD_LENGTH;
183 ctx->payload_length = len;
H A Dcipher_aes_cbc_hmac_sha1_hw.c61 ctx->payload_length = NO_PAYLOAD_LENGTH;
379 size_t plen = ctx->payload_length;
384 ctx->payload_length = NO_PAYLOAD_LENGTH;
677 ctx->payload_length = len;
694 ctx->payload_length = aad_len;
H A Dcipher_aes_cbc_hmac_sha256_hw.c63 ctx->payload_length = NO_PAYLOAD_LENGTH;
402 size_t plen = ctx->payload_length;
407 ctx->payload_length = NO_PAYLOAD_LENGTH;
730 ctx->payload_length = len;
747 ctx->payload_length = aad_len;
/freebsd-current/contrib/tcpdump/
H A Dprint-geonet.c104 uint16_t payload_length; local
126 payload_length = GET_BE_U_2(bp + 4);
168 ND_PRINT("Payload:%u ", payload_length);
/freebsd-current/sys/dev/oce/
H A Doce_mbox.c111 mbx->payload_length =
304 mbx.payload_length = sizeof(struct mbx_get_common_fw_version);
305 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
349 mbx->payload_length = sizeof(struct mbx_get_common_fw_version);
460 mbx.payload_length = sizeof(struct mbx_query_common_iface_mac);
461 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
505 mbx.payload_length = sizeof(struct mbx_common_query_fw_config);
506 DW_SWAP(u32ptr(&mbx), mbx.payload_length + OCE_BMBX_RHDR_SZ);
591 mbx.payload_length = sizeof(struct mbx_create_common_iface);
639 mbx.payload_length
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A De_rc4_hmac_md5.c34 size_t payload_length; member in struct:__anon3953
60 key->payload_length = NO_PAYLOAD_LENGTH;
86 size_t plen = key->payload_length;
181 key->payload_length = NO_PAYLOAD_LENGTH;
238 key->payload_length = len;
H A De_aes_cbc_hmac_sha1.c34 size_t payload_length; /* AAD length in decrypt case */ member in struct:__anon3915
89 key->payload_length = NO_PAYLOAD_LENGTH;
413 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and
422 key->payload_length = NO_PAYLOAD_LENGTH;
817 key->payload_length = len;
834 key->payload_length = arg;
H A De_aes_cbc_hmac_sha256.c34 size_t payload_length; /* AAD length in decrypt case */ member in struct:__anon3923
85 key->payload_length = NO_PAYLOAD_LENGTH;
428 size_t plen = key->payload_length, iv = 0, /* explicit IV in TLS 1.1 and
437 key->payload_length = NO_PAYLOAD_LENGTH;
798 key->payload_length = len;
815 key->payload_length = arg;
/freebsd-current/crypto/openssl/engines/
H A De_ossltest.c277 size_t payload_length; /* AAD length in decrypt case */ member in struct:__anon4030
786 key->payload_length = NO_PAYLOAD_LENGTH;
797 size_t plen = key->payload_length;
799 key->payload_length = NO_PAYLOAD_LENGTH;
876 key->payload_length = len;
889 key->payload_length = arg;
/freebsd-current/sys/dev/ocs_fc/
H A Docs_fcp.h331 payload_length:16; member in struct:fc_prli_payload_s
344 payload_length:16; member in struct:fc_prlo_payload_s
356 payload_length:16; member in struct:fc_prlo_acc_payload_s
369 payload_length:24; member in struct:fc_adisc_payload_s
422 payload_length:16; member in struct:fc_rscn_payload_s
H A Docs_ioctl.h157 uint32_t payload_length; /**< payload length for command */ member in struct:__anon4004
/freebsd-current/contrib/wpa/src/eap_peer/
H A Dikev2.c894 WPA_PUT_BE16(phdr->payload_length, plen);
931 WPA_PUT_BE16(phdr->payload_length, plen);
950 WPA_PUT_BE16(phdr->payload_length, plen);
976 WPA_PUT_BE16(phdr->payload_length, plen);
1016 WPA_PUT_BE16(phdr->payload_length, plen);
1064 WPA_PUT_BE16(phdr->payload_length, plen);
/freebsd-current/contrib/wpa/src/eap_server/
H A Dikev2.c957 WPA_PUT_BE16(phdr->payload_length, plen);
995 WPA_PUT_BE16(phdr->payload_length, plen);
1014 WPA_PUT_BE16(phdr->payload_length, plen);
1040 WPA_PUT_BE16(phdr->payload_length, plen);
1080 WPA_PUT_BE16(phdr->payload_length, plen);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_ud_header.c202 { STRUCT_FIELD(grh, payload_length),
364 header->grh.payload_length =
/freebsd-current/contrib/wpa/src/eap_common/
H A Dikev2_common.h40 u8 payload_length[2]; /* this payload, including the payload header */ member in struct:ikev2_payload_hdr
H A Dikev2_common.c267 plen = WPA_GET_BE16(phdr->payload_length);
596 WPA_PUT_BE16(phdr->payload_length, plen);
/freebsd-current/sys/dev/qlxgbe/
H A Dql_isr.c215 pkt_length = sgc->payload_length + sgc->l4_offset;
310 sgc->payload_length;
321 iplen = (th->th_off << 2) + sgc->payload_length;
610 sgc.lro.payload_length =
/freebsd-current/sys/ofed/include/rdma/
H A Dib_pack.h202 __be16 payload_length; member in struct:ib_unpacked_grh

Completed in 192 milliseconds

12