/Linux-v5.10/net/ceph/ |
D | crypto.c | 219 void *buf, int buf_len, int in_len, int *pout_len) in ceph_aes_crypt() argument 263 *pout_len = crypt_len; in ceph_aes_crypt() 268 *pout_len = in_len - pad_byte; in ceph_aes_crypt() 283 void *buf, int buf_len, int in_len, int *pout_len) in ceph_crypt() argument 287 *pout_len = in_len; in ceph_crypt() 291 pout_len); in ceph_crypt()
|
D | crypto.h | 28 void *buf, int buf_len, int in_len, int *pout_len);
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 616 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len); 617 …re_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); 620 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len);
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 2565 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument 2572 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2574 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht() 2581 …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 2595 out_len = *pout_len; in rtw_restructure_ht_ie() 2716 sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2723 out_len = *pout_len; in rtw_restructure_ht_ie() 2724 pframe = rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2, pout_len); in rtw_restructure_ht_ie() 2900 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument 2909 rtw_set_ie(out_ie + *pout_len, EID_EXTCapability, 8, cap_content, pout_len); in rtw_append_exented_cap()
|
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_mlme.h | 202 u8 *out_ie, uint in_len, uint *pout_len);
|
D | rtl871x_mlme.c | 1641 u8 *out_ie, uint in_len, uint *pout_len) in r8712_restructure_ht_ie() argument 1655 out_len = *pout_len; in r8712_restructure_ht_ie() 1657 _WMM_IE_Length_, WMM_IE, pout_len); in r8712_restructure_ht_ie() 1660 out_len = *pout_len; in r8712_restructure_ht_ie() 1672 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()
|
/Linux-v5.10/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 1857 …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 1876 out_len = *pout_len; in rtw_restructure_ht_ie() 1878 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_restructure_ht_ie() 1883 out_len = *pout_len; in rtw_restructure_ht_ie() 1911 (unsigned char *)&ht_cap, pout_len); in rtw_restructure_ht_ie() 1917 out_len = *pout_len; in rtw_restructure_ht_ie() 1918 rtw_set_ie(out_ie + out_len, _HT_ADD_INFO_IE_, ielen, p + 2, pout_len); in rtw_restructure_ht_ie()
|
/Linux-v5.10/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme.h | 346 u8 *out_ie, uint in_len, uint *pout_len);
|