| /Linux-v5.4/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.4/drivers/staging/rtl8723bs/include/ |
| D | rtw_mlme.h | 618 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len); 619 …re_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); 622 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len);
|
| /Linux-v5.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_mlme.c | 2642 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument 2649 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2651 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht() 2658 …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 2672 out_len = *pout_len; in rtw_restructure_ht_ie() 2793 sizeof(struct rtw_ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2800 out_len = *pout_len; in rtw_restructure_ht_ie() 2801 pframe = rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2, pout_len); in rtw_restructure_ht_ie() 2990 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument 3002 pframe = rtw_set_ie(out_ie + *pout_len, EID_EXTCapability, 8, cap_content, pout_len); in rtw_append_exented_cap()
|
| /Linux-v5.4/drivers/staging/rtl8712/ |
| D | rtl871x_mlme.h | 202 u8 *out_ie, uint in_len, uint *pout_len);
|
| D | rtl871x_mlme.c | 1642 u8 *out_ie, uint in_len, uint *pout_len) in r8712_restructure_ht_ie() argument 1656 out_len = *pout_len; in r8712_restructure_ht_ie() 1658 _WMM_IE_Length_, WMM_IE, pout_len); in r8712_restructure_ht_ie() 1661 out_len = *pout_len; in r8712_restructure_ht_ie() 1673 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_mlme.c | 1855 …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 1874 out_len = *pout_len; in rtw_restructure_ht_ie() 1876 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_restructure_ht_ie() 1881 out_len = *pout_len; in rtw_restructure_ht_ie() 1909 (unsigned char *)&ht_cap, pout_len); in rtw_restructure_ht_ie() 1915 out_len = *pout_len; in rtw_restructure_ht_ie() 1916 rtw_set_ie(out_ie+out_len, _HT_ADD_INFO_IE_, ielen, p+2, pout_len); in rtw_restructure_ht_ie()
|
| /Linux-v5.4/drivers/staging/rtl8188eu/include/ |
| D | rtw_mlme.h | 346 u8 *out_ie, uint in_len, uint *pout_len);
|