Home
last modified time | relevance | path

Searched defs:en (Results 1 – 25 of 67) sorted by relevance

123

/freebsd/tests/sys/kern/
H A Dktls_test.c546 int auth_alg, int minor, uint64_t seqno, struct tls_enable *en) in build_tls_enable() argument
606 free_tls_enable(struct tls_enable * en) free_tls_enable() argument
614 tls_EVP_CIPHER(const struct tls_enable * en) tls_EVP_CIPHER() argument
645 tls_EVP_MD(const struct tls_enable * en) tls_EVP_MD() argument
660 tls_header_len(struct tls_enable * en) tls_header_len() argument
682 tls_mac_len(struct tls_enable * en) tls_mac_len() argument
707 tls_trailer_len(struct tls_enable * en) tls_trailer_len() argument
721 tls_minimum_record_payload(struct tls_enable * en) tls_minimum_record_payload() argument
737 tls_mte_aad(struct tls_enable * en,size_t len,const struct tls_record_layer * hdr,uint64_t seqno,struct tls_mac_data * ad) tls_mte_aad() argument
748 tls_12_aead_aad(struct tls_enable * en,size_t len,const struct tls_record_layer * hdr,uint64_t seqno,struct tls_aead_data * ad) tls_12_aead_aad() argument
760 tls_13_aad(struct tls_enable * en,const struct tls_record_layer * hdr,uint64_t seqno,struct tls_aead_data_13 * ad) tls_13_aad() argument
770 tls_12_gcm_nonce(struct tls_enable * en,const struct tls_record_layer * hdr,char * nonce) tls_12_gcm_nonce() argument
778 tls_13_nonce(struct tls_enable * en,uint64_t seqno,char * nonce) tls_13_nonce() argument
792 decrypt_tls_aes_cbc_mte(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,uint8_t * record_type) decrypt_tls_aes_cbc_mte() argument
859 decrypt_tls_12_aead(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,uint8_t * record_type) decrypt_tls_12_aead() argument
894 decrypt_tls_13_aead(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,uint8_t * record_type) decrypt_tls_13_aead() argument
944 decrypt_tls_aead(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,uint8_t * record_type) decrypt_tls_aead() argument
969 decrypt_tls_record(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,uint8_t * record_type) decrypt_tls_record() argument
988 encrypt_tls_aes_cbc_mte(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,size_t padding) encrypt_tls_aes_cbc_mte() argument
1050 encrypt_tls_12_aead(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst) encrypt_tls_12_aead() argument
1090 encrypt_tls_13_aead(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t padding) encrypt_tls_13_aead() argument
1138 encrypt_tls_aead(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,size_t padding) encrypt_tls_aead() argument
1161 encrypt_tls_record(const atf_tc_t * tc,struct tls_enable * en,uint8_t record_type,uint64_t seqno,const void * src,size_t len,void * dst,size_t avail,size_t padding) encrypt_tls_record() argument
1174 test_ktls_transmit_app_data(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_transmit_app_data() argument
1325 test_ktls_transmit_control(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,uint8_t type,size_t len) test_ktls_transmit_control() argument
1385 test_ktls_transmit_empty_fragment(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno) test_ktls_transmit_empty_fragment() argument
1450 ktls_receive_tls_record(struct tls_enable * en,int fd,uint8_t record_type,void * data,size_t len) ktls_receive_tls_record() argument
1494 test_ktls_receive_app_data(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len,size_t padding) test_ktls_receive_app_data() argument
1615 test_ktls_receive_corrupted_record(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len,ssize_t offset) test_ktls_receive_corrupted_record() argument
1658 test_ktls_receive_corrupted_iv(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_iv() argument
1669 test_ktls_receive_corrupted_data(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_data() argument
1680 test_ktls_receive_corrupted_mac(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_mac() argument
1694 test_ktls_receive_corrupted_padding(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_corrupted_padding() argument
1704 test_ktls_receive_truncated_record(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_truncated_record() argument
1744 test_ktls_receive_bad_major(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_major() argument
1786 test_ktls_receive_bad_minor(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_minor() argument
1828 test_ktls_receive_bad_type(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_type() argument
1871 test_ktls_receive_bad_size(const atf_tc_t * tc,struct tls_enable * en,uint64_t seqno,size_t len) test_ktls_receive_bad_size() argument
2161 test_ktls_invalid_transmit_cipher_suite(const atf_tc_t * tc,struct tls_enable * en) test_ktls_invalid_transmit_cipher_suite() argument
2657 test_ktls_invalid_receive_cipher_suite(const atf_tc_t * tc,struct tls_enable * en) test_ktls_invalid_receive_cipher_suite() argument
2696 test_ktls_unsupported_receive_cipher_suite(const atf_tc_t * tc,struct tls_enable * en) test_ktls_unsupported_receive_cipher_suite() argument
2743 struct tls_enable en; ATF_TC_BODY() local
2780 struct tls_enable en; ATF_TC_BODY() local
[all...]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dtestmode.c152 mt7615_tm_set_rx_enable(struct mt7615_dev *dev, bool en) in mt7615_tm_set_rx_enable()
172 mt7615_tm_set_tx_antenna(struct mt7615_phy *phy, bool en) in mt7615_tm_set_tx_antenna()
225 mt7615_tm_set_tx_frames(struct mt7615_phy *phy, bool en) in mt7615_tm_set_tx_frames()
246 bool en = phy->mt76->test.state != MT76_TM_STATE_OFF; in mt7615_tm_update_params() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c74 mt7915_tm_set_freq_offset(struct mt7915_phy *phy, bool en, u32 val) in mt7915_tm_set_freq_offset()
106 mt7915_tm_set_trx(struct mt7915_phy *phy, int type, bool en) in mt7915_tm_set_trx()
404 mt7915_tm_init(struct mt7915_phy *phy, bool en) in mt7915_tm_init()
435 mt7915_tm_set_tx_frames(struct mt7915_phy *phy, bool en) in mt7915_tm_set_tx_frames()
483 mt7915_tm_set_rx_frames(struct mt7915_phy *phy, bool en) in mt7915_tm_set_rx_frames()
510 mt7915_tm_set_tx_cont(struct mt7915_phy *phy, bool en) in mt7915_tm_set_tx_cont()
639 bool en = phy->mt76->test.state != MT76_TM_STATE_OFF; in mt7915_tm_update_params() local
/freebsd/libexec/tftpd/
H A Dtftp-file.c182 int en = errno; in write_init() local
236 int en = errno; in read_init() local
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_usb_core.c235 static void mt76x02u_pre_tbtt_enable(struct mt76x02_dev *dev, bool en) in mt76x02u_pre_tbtt_enable()
244 static void mt76x02u_beacon_enable(struct mt76x02_dev *dev, bool en) in mt76x02u_beacon_enable()
H A Dmt76x02_mmio.c68 static void mt76x02e_pre_tbtt_enable(struct mt76x02_dev *dev, bool en) in mt76x02e_pre_tbtt_enable()
76 static void mt76x02e_beacon_enable(struct mt76x02_dev *dev, bool en) in mt76x02e_beacon_enable()
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfman_tgec.c216 void fman_tgec_set_rx_ignore_pause_frames(struct tgec_regs *regs, bool en) in fman_tgec_set_rx_ignore_pause_frames()
228 void fman_tgec_enable_1588_time_stamp(struct tgec_regs *regs, bool en) in fman_tgec_enable_1588_time_stamp()
H A Dfman_dtsec.c442 void fman_dtsec_set_wol(struct dtsec_regs *regs, bool en) in fman_dtsec_set_wol()
580 void fman_dtsec_set_ts(struct dtsec_regs *regs, bool en) in fman_dtsec_set_ts()
674 void fman_dtsec_handle_rx_pause(struct dtsec_regs *regs, bool en) in fman_dtsec_handle_rx_pause()
H A Dfm_mac.c380 t_Error FM_MAC_SetRxIgnorePauseFrames (t_Handle h_FmMac, bool en) in FM_MAC_SetRxIgnorePauseFrames()
394 t_Error FM_MAC_SetWakeOnLan (t_Handle h_FmMac, bool en) in FM_MAC_SetWakeOnLan()
H A Dmemac.c499 static t_Error MemacSetRxIgnorePauseFrames(t_Handle h_Memac, bool en) in MemacSetRxIgnorePauseFrames()
513 static t_Error MemacSetWakeOnLan(t_Handle h_Memac, bool en) in MemacSetWakeOnLan()
H A Ddtsec.c648 static t_Error DtsecRxIgnoreMacPause(t_Handle h_Dtsec, bool en) in DtsecRxIgnoreMacPause()
1072 static t_Error DtsecSetWakeOnLan(t_Handle h_Dtsec, bool en) in DtsecSetWakeOnLan()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852a.c1102 rtw8852a_bb_reset_en(struct rtw89_dev * rtwdev,enum rtw89_phy_idx phy_idx,bool en) rtw8852a_bb_reset_en() argument
1209 rtw8852a_dfs_en(struct rtw89_dev * rtwdev,bool en) rtw8852a_dfs_en() argument
1217 rtw8852a_tssi_cont_en(struct rtw89_dev * rtwdev,bool en,enum rtw89_rf_path path) rtw8852a_tssi_cont_en() argument
1232 rtw8852a_tssi_cont_en_phyidx(struct rtw89_dev * rtwdev,bool en,u8 phy_idx) rtw8852a_tssi_cont_en_phyidx() argument
1246 rtw8852a_adc_en(struct rtw89_dev * rtwdev,bool en) rtw8852a_adc_en() argument
[all...]
H A Dmac.c1018 hfc_func_en(struct rtw89_dev * rtwdev,bool en,bool h2c_en) hfc_func_en() argument
1034 hfc_init(struct rtw89_dev * rtwdev,bool reset,bool en,bool h2c_en) hfc_init() argument
1351 cmac_func_en(struct rtw89_dev * rtwdev,u8 mac_idx,bool en) cmac_func_en() argument
3328 rtw89_mac_err_imr_ctrl(struct rtw89_dev * rtwdev,bool en) rtw89_mac_err_imr_ctrl() argument
3757 rtw89_mac_port_cfg_tx_rpt(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,bool en) rtw89_mac_port_cfg_tx_rpt() argument
3768 rtw89_mac_port_cfg_rx_rpt(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,bool en) rtw89_mac_port_cfg_rx_rpt() argument
3791 bool en = rtwvif->net_type != RTW89_NET_TYPE_NO_LINK; rtw89_mac_port_cfg_bcn_prct() local
3804 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || rtw89_mac_port_cfg_rx_sw() local
3818 bool en = rtwvif->net_type == RTW89_NET_TYPE_INFRA || rtw89_mac_port_cfg_rx_sync() local
3831 bool en = rtwvif->net_type == RTW89_NET_TYPE_AP_MODE || rtw89_mac_port_cfg_tx_sw() local
5172 rtw89_mac_bfee_ctrl(struct rtw89_dev * rtwdev,u8 mac_idx,bool en) rtw89_mac_bfee_ctrl() argument
5420 bool en = stats->tx_tfc_lv <= stats->rx_tfc_lv; _rtw89_mac_bf_monitor_track() local
5553 rtw89_mac_set_hw_muedca_ctrl(struct rtw89_dev * rtwdev,struct rtw89_vif * rtwvif,bool en) rtw89_mac_set_hw_muedca_ctrl() argument
[all...]
H A Defuse.c43 static void rtw89_enable_otp_burst_mode(struct rtw89_dev *rtwdev, bool en) in rtw89_enable_otp_burst_mode() argument
/freebsd/sys/dev/iicbus/mux/
H A Dpca954x.c141 uint8_t en; in pca954x_bus_select() local
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_hw_tls_rx.c602 mlx5e_tls_rx_set_params(void * ctx,struct inpcb * inp,const struct tls_session_params * en) mlx5e_tls_rx_set_params() argument
663 const struct tls_session_params *en; mlx5e_tls_rx_snd_tag_alloc() local
[all...]
H A Dmlx5_en_hw_tls.c360 mlx5e_tls_set_params(void *ctx, const struct tls_session_params *en) in mlx5e_tls_set_params()
404 const struct tls_session_params *en; in mlx5e_tls_snd_tag_alloc() local
/freebsd/sys/kern/
H A Dsubr_eventhandler.c283 struct eventhandler_entry *ep, *en; in eventhandler_prune_list() local
/freebsd/usr.bin/localedef/
H A Dcharmap.c318 int sn, en; in add_charmap_range() local
/freebsd/usr.bin/bsdiff/bsdiff/
H A Dbsdiff.c63 search(off_t * I,u_char * old,off_t oldsize,u_char * new,off_t newsize,off_t st,off_t en,off_t * pos) search() argument
/freebsd/usr.bin/mkuzip/
H A Dmkuzip.c121 int en; in main() member
/freebsd/sys/contrib/libfdt/
H A Dfdt_sw.c188 fdt32_t *en; in fdt_end_node() local
/freebsd/contrib/tcsh/
H A Dsh.lex.c767 getsub(struct wordent *en) in getsub()
899 dosub(Char sc, struct wordent *en, int global) in dosub()
/freebsd/contrib/wpa/src/wps/
H A Dhttp_server.c42 enum httpread_event en) in http_request_cb()
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_pool.c390 t_Error BM_POOL_ConfigBuffContextMode(t_Handle h_BmPool, bool en) in BM_POOL_ConfigBuffContextMode()

123