Home
last modified time | relevance | path

Searched defs:payload (Results 101 - 125 of 1208) sorted by relevance

12345678910>>...49

/foundation/communication/dsoftbus/tests/common/include/
H A Dfuzz_data_generator.h121 inline bool GeneratePayload(std::vector<uint8_t> &payload, const std::vector<uint8_t> &prefix = {}) in GeneratePayload() argument
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/
H A Ddisc_ble_distributed_test.cpp150 uint8_t payload[POS_TLV] = { 0 }; in HWTEST_F() local
183 uint8_t payload[POS_TLV] = { 0 }; in HWTEST_F() local
243 uint8_t payload[POS_TLV] = { 0 }; HWTEST_F() local
[all...]
/foundation/distributedhardware/device_manager/common/include/ipc/model/
H A Dipc_create_pin_holder_req.h63 void SetPayload(const std::string &payload) in SetPayload() argument
/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_device_manager_service_listener.cpp372 std::string payload = "payload"; in HWTEST_F() local
387 std::string payload = "payload"; in HWTEST_F() local
/kernel/linux/linux-5.10/certs/
H A Dsystem_keyring.c37 restrict_link_by_builtin_trusted(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *restriction_key) restrict_link_by_builtin_trusted() argument
55 restrict_link_by_builtin_and_secondary_trusted( struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *restrict_key) restrict_link_by_builtin_and_secondary_trusted() argument
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Drestrict.c70 restrict_link_by_signature(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trust_keyring) restrict_link_by_signature() argument
118 key_or_keyring_common(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trusted, bool check_dest) key_or_keyring_common() argument
230 restrict_link_by_key_or_keyring(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trusted) restrict_link_by_key_or_keyring() argument
257 restrict_link_by_key_or_keyring_chain(struct key *dest_keyring, const struct key_type *type, const union key_payload *payload, struct key *trusted) restrict_link_by_key_or_keyring_chain() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dpsock_lib.h111 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char() argument
/kernel/linux/linux-5.10/drivers/hv/
H A Dhv.c44 hv_post_message(union hv_connection_id connection_id, enum hv_message_type message_type, void *payload, size_t payload_size) hv_post_message() argument
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c54 u8 payload[1]; /* data_count of payload */ member
/kernel/linux/linux-5.10/drivers/hwtracing/stm/
H A Ddummy_stm.c18 dummy_stm_packet(struct stm_data *stm_data, unsigned int master, unsigned int channel, unsigned int packet, unsigned int flags, unsigned int size, const unsigned char *payload) dummy_stm_packet() argument
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dess.c120 u_long payload, overhead ; in ess_raf_received_pack() local
376 process_bw_alloc(struct s_smc *smc, long int payload, long int overhead) process_bw_alloc() argument
[all...]
/kernel/linux/linux-5.10/net/nfc/hci/
H A Dhcp.c21 nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, u8 instruction, const u8 *payload, size_t payload_len, data_exchange_cb_t cb, void *cb_context, unsigned long completion_delay) nfc_hci_hcp_message_tx() argument
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm2.c62 tpm2_seal_trusted(struct tpm_chip *chip, struct trusted_key_payload *payload, struct trusted_key_options *options) tpm2_seal_trusted() argument
185 tpm2_load_cmd(struct tpm_chip *chip, struct trusted_key_payload *payload, struct trusted_key_options *options, u32 *blob_handle) tpm2_load_cmd() argument
249 tpm2_unseal_cmd(struct tpm_chip *chip, struct trusted_key_payload *payload, struct trusted_key_options *options, u32 blob_handle) tpm2_unseal_cmd() argument
309 tpm2_unseal_trusted(struct tpm_chip *chip, struct trusted_key_payload *payload, struct trusted_key_options *options) tpm2_unseal_trusted() argument
[all...]
/kernel/linux/linux-5.10/security/keys/
H A Duser_defined.c91 struct user_key_payload *payload; in user_free_payload_rcu() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.c28 static u64 arm_spe_calc_ip(int index, u64 payload) in arm_spe_calc_ip() argument
141 u64 payload, ip; in arm_spe_read_record() local
[all...]
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_vbc.c28 const size_t payload = max(para_sz, resp_sz); in vboot_context_read() local
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_vbc.c28 const size_t payload = max(para_sz, resp_sz); in vboot_context_read() local
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c54 u8 payload[]; /* data_count of payload */ member
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dess.c119 u_long payload, overhead ; in ess_raf_received_pack() local
375 process_bw_alloc(struct s_smc *smc, long int payload, long int overhead) process_bw_alloc() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Ddebug_hw_1x06.c72 u32 payload = INVALID_PAYLOAD; in host1x_debug_show_channel_fifo() local
/kernel/linux/linux-6.6/drivers/hwtracing/stm/
H A Ddummy_stm.c18 dummy_stm_packet(struct stm_data *stm_data, unsigned int master, unsigned int channel, unsigned int packet, unsigned int flags, unsigned int size, const unsigned char *payload) dummy_stm_packet() argument
/kernel/linux/linux-6.6/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.c25 static u64 arm_spe_calc_ip(int index, u64 payload) in arm_spe_calc_ip() argument
155 u64 payload, ip; arm_spe_read_record() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpsock_lib.h113 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char() argument
/kernel/linux/linux-6.6/security/keys/
H A Duser_defined.c91 struct user_key_payload *payload; in user_free_payload_rcu() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_do_redirect.c19 __u8 payload[64 - sizeof(struct udphdr) member

Completed in 10 milliseconds

12345678910>>...49