/Linux-v4.19/net/ceph/ |
D | crypto.c | 217 void *buf, int buf_len, int in_len, int *pout_len) in ceph_aes_crypt() argument 261 *pout_len = crypt_len; in ceph_aes_crypt() 266 *pout_len = in_len - pad_byte; in ceph_aes_crypt() 281 void *buf, int buf_len, int in_len, int *pout_len) in ceph_crypt() argument 285 *pout_len = in_len; in ceph_crypt() 289 pout_len); in ceph_crypt()
|
D | crypto.h | 28 void *buf, int buf_len, int in_len, int *pout_len);
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 652 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len); 653 …re_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); 656 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len);
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 2705 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument 2712 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2714 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht() 2721 …ure_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel) in rtw_restructure_ht_ie() argument 2735 out_len = *pout_len; in rtw_restructure_ht_ie() 2856 sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2863 out_len = *pout_len; in rtw_restructure_ht_ie() 2864 pframe = rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2, pout_len); in rtw_restructure_ht_ie() 3053 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument 3065 pframe = rtw_set_ie(out_ie + *pout_len, EID_EXTCapability, 8, cap_content, pout_len); in rtw_append_exented_cap()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_mlme.h | 215 u8 *out_ie, uint in_len, uint *pout_len);
|
D | rtl871x_mlme.c | 1687 u8 *out_ie, uint in_len, uint *pout_len) in r8712_restructure_ht_ie() argument 1701 out_len = *pout_len; in r8712_restructure_ht_ie() 1703 _WMM_IE_Length_, WMM_IE, pout_len); in r8712_restructure_ht_ie() 1706 out_len = *pout_len; in r8712_restructure_ht_ie() 1718 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 1891 …rtw_restructure_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len) in rtw_restructure_ht_ie() argument 1910 out_len = *pout_len; in rtw_restructure_ht_ie() 1912 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_restructure_ht_ie() 1917 out_len = *pout_len; in rtw_restructure_ht_ie() 1945 (unsigned char *)&ht_cap, pout_len); in rtw_restructure_ht_ie() 1951 out_len = *pout_len; in rtw_restructure_ht_ie() 1952 rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2, pout_len); in rtw_restructure_ht_ie()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme.h | 350 u8 *out_ie, uint in_len, uint *pout_len);
|