Home
last modified time | relevance | path

Searched defs:in_data (Results 51 - 75 of 101) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/cifs/
H A Dinode.c914 cifs_get_inode_info(struct inode **inode, const char *full_path, FILE_ALL_INFO *in_data, struct super_block *sb, int xid, const struct cifs_fid *fid) global() argument
/kernel/linux/linux-6.6/drivers/usb/typec/tipd/
H A Dcore.c285 tps6598x_exec_cmd(struct tps6598x *tps, const char *cmd, size_t in_len, u8 *in_data, size_t out_len, u8 *out_data) tps6598x_exec_cmd() argument
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp192 const std::uint8_t* in_data = buffer_.get_row_ptr(0); in get_next_row_data() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless.c512 void VP8LConvertFromBGRA(const uint32_t* const in_data, int num_pixels, in VP8LConvertFromBGRA() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c1447 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_handshake() argument
1568 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_server_handshake() argument
1577 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_encrypt() argument
1598 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_decrypt() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_fast.c1290 eap_fast_decrypt(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_fast_decrypt() argument
H A Deap_teap.c1382 eap_teap_decrypt(struct eap_sm *sm, struct eap_teap_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_teap_decrypt() argument
H A Deap_ttls.c1394 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_ttls_decrypt() argument
1466 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_ttls_process_handshake() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_fast.c972 eap_fast_process_phase2_response(struct eap_sm *sm, struct eap_fast_data *data, u8 *in_data, size_t in_len) eap_fast_process_phase2_response() argument
1094 eap_fast_process_phase2_eap(struct eap_sm *sm, struct eap_fast_data *data, u8 *in_data, size_t in_len) eap_fast_process_phase2_eap() argument
1251 eap_fast_process_phase2_tlvs(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *in_data) eap_fast_process_phase2_tlvs() argument
H A Deap_server_peap.c658 eap_peap_process_phase2_tlv(struct eap_sm *sm, struct eap_peap_data *data, struct wpabuf *in_data) eap_peap_process_phase2_tlv() argument
778 eap_peap_process_phase2_soh(struct eap_sm *sm, struct eap_peap_data *data, struct wpabuf *in_data) eap_peap_process_phase2_soh() argument
909 eap_peap_process_phase2_response(struct eap_sm *sm, struct eap_peap_data *data, struct wpabuf *in_data) eap_peap_process_phase2_response() argument
[all...]
H A Deap_server_teap.c953 eap_teap_process_phase2_response(struct eap_sm *sm, struct eap_teap_data *data, u8 *in_data, size_t in_len) eap_teap_process_phase2_response() argument
1076 eap_teap_process_phase2_eap(struct eap_sm *sm, struct eap_teap_data *data, u8 *in_data, size_t in_len) eap_teap_process_phase2_eap() argument
1116 eap_teap_process_basic_auth_resp(struct eap_sm *sm, struct eap_teap_data *data, u8 *in_data, size_t in_len) eap_teap_process_basic_auth_resp() argument
1376 eap_teap_process_phase2_tlvs(struct eap_sm *sm, struct eap_teap_data *data, struct wpabuf *in_data) eap_teap_process_phase2_tlvs() argument
H A Deap_server_ttls.c849 eap_ttls_process_phase2_eap_response(struct eap_sm *sm, struct eap_ttls_data *data, u8 *in_data, size_t in_len) eap_ttls_process_phase2_eap_response() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c1447 tls_connection_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_handshake() argument
1568 tls_connection_server_handshake(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data, struct wpabuf **appl_data) tls_connection_server_handshake() argument
1577 tls_connection_encrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_encrypt() argument
1598 tls_connection_decrypt(void *tls_ctx, struct tls_connection *conn, const struct wpabuf *in_data) tls_connection_decrypt() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_fast.c1310 eap_fast_decrypt(struct eap_sm *sm, struct eap_fast_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_fast_decrypt() argument
H A Deap_peap.c792 eap_peap_decrypt(struct eap_sm *sm, struct eap_peap_data *data, struct eap_method_ret *ret, const struct eap_hdr *req, const struct wpabuf *in_data, struct wpabuf **out_data) eap_peap_decrypt() argument
H A Deap_ttls.c1423 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_ttls_decrypt() argument
1510 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) eap_ttls_process_handshake() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_fast.c974 eap_fast_process_phase2_response(struct eap_sm *sm, struct eap_fast_data *data, u8 *in_data, size_t in_len) eap_fast_process_phase2_response() argument
1108 eap_fast_process_phase2_eap(struct eap_sm *sm, struct eap_fast_data *data, u8 *in_data, size_t in_len) eap_fast_process_phase2_eap() argument
1265 eap_fast_process_phase2_tlvs(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *in_data) eap_fast_process_phase2_tlvs() argument
H A Deap_server_peap.c689 eap_peap_process_phase2_tlv(struct eap_sm *sm, struct eap_peap_data *data, struct wpabuf *in_data) eap_peap_process_phase2_tlv() argument
809 eap_peap_process_phase2_soh(struct eap_sm *sm, struct eap_peap_data *data, struct wpabuf *in_data) eap_peap_process_phase2_soh() argument
940 eap_peap_process_phase2_response(struct eap_sm *sm, struct eap_peap_data *data, struct wpabuf *in_data) eap_peap_process_phase2_response() argument
[all...]
H A Deap_server_ttls.c849 eap_ttls_process_phase2_eap_response(struct eap_sm *sm, struct eap_ttls_data *data, u8 *in_data, size_t in_len) eap_ttls_process_phase2_eap_response() argument
/kernel/linux/linux-5.10/fs/btrfs/
H A Dcompression.c1575 u8 *in_data; in heuristic_collect_sample() local
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h163 u32 in_data; /* Address in ISP dmem */ member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dcompression.c1307 u8 *in_data; in heuristic_collect_sample() local
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h164 u32 in_data; /* Address in ISP dmem */ member
/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c431 get_sub_picture(CinepakEncContext *s, int x, int y, uint8_t * in_data[4], int in_linesize[4], uint8_t *out_data[4], int out_linesize[4]) get_sub_picture() argument
/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c1534 const int16_t *in_data; in filter_frame() local

Completed in 46 milliseconds

12345