| /Linux-v5.15/net/ceph/ |
| D | crypto.c | 220 void *buf, int buf_len, int in_len, int *pout_len) in ceph_aes_crypt() argument 264 *pout_len = crypt_len; in ceph_aes_crypt() 269 *pout_len = in_len - pad_byte; in ceph_aes_crypt() 284 void *buf, int buf_len, int in_len, int *pout_len) in ceph_crypt() argument 288 *pout_len = in_len; in ceph_crypt() 292 pout_len); in ceph_crypt()
|
| D | crypto.h | 31 void *buf, int buf_len, int in_len, int *pout_len);
|
| /Linux-v5.15/drivers/staging/rtl8723bs/include/ |
| D | rtw_mlme.h | 564 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len); 565 …re_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); 568 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len);
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_mlme.c | 2295 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument 2301 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2303 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht() 2310 …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 2324 out_len = *pout_len; in rtw_restructure_ht_ie() 2423 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2430 out_len = *pout_len; in rtw_restructure_ht_ie() 2431 rtw_set_ie(out_ie+out_len, WLAN_EID_HT_OPERATION, ielen, p+2, pout_len); in rtw_restructure_ht_ie() 2575 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument 2584 rtw_set_ie(out_ie + *pout_len, WLAN_EID_EXT_CAPABILITY, 8, cap_content, pout_len); in rtw_append_exented_cap()
|
| /Linux-v5.15/drivers/staging/rtl8712/ |
| D | rtl871x_mlme.h | 201 u8 *out_ie, uint in_len, uint *pout_len);
|
| D | rtl871x_mlme.c | 1639 u8 *out_ie, uint in_len, uint *pout_len) in r8712_restructure_ht_ie() argument 1653 out_len = *pout_len; in r8712_restructure_ht_ie() 1655 _WMM_IE_Length_, WMM_IE, pout_len); in r8712_restructure_ht_ie() 1658 out_len = *pout_len; in r8712_restructure_ht_ie() 1670 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_mlme.c | 1970 …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 1988 out_len = *pout_len; in rtw_restructure_ht_ie() 1990 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_restructure_ht_ie() 1995 out_len = *pout_len; in rtw_restructure_ht_ie() 2022 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2028 out_len = *pout_len; in rtw_restructure_ht_ie() 2029 rtw_set_ie(out_ie + out_len, _HT_ADD_INFO_IE_, ielen, p + 2, pout_len); in rtw_restructure_ht_ie()
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | rtw_mlme.h | 616 u8 *out_ie, uint in_len, uint *pout_len);
|