Searched refs:pout_len (Results 1 – 8 of 8) sorted by relevance
| /linux/net/ceph/ |
| A 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()
|
| A D | crypto.h | 31 void *buf, int buf_len, int in_len, int *pout_len);
|
| /linux/drivers/staging/rtl8723bs/include/ |
| A 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/drivers/staging/rtl8723bs/core/ |
| A D | rtw_mlme.c | 2289 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument 2295 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2297 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht() 2304 …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 2318 out_len = *pout_len; in rtw_restructure_ht_ie() 2417 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2424 out_len = *pout_len; in rtw_restructure_ht_ie() 2425 rtw_set_ie(out_ie+out_len, WLAN_EID_HT_OPERATION, ielen, p+2, pout_len); in rtw_restructure_ht_ie() 2569 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument 2578 rtw_set_ie(out_ie + *pout_len, WLAN_EID_EXT_CAPABILITY, 8, cap_content, pout_len); in rtw_append_exented_cap()
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_mlme.c | 1890 …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 1908 out_len = *pout_len; in rtw_restructure_ht_ie() 1910 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_restructure_ht_ie() 1915 out_len = *pout_len; in rtw_restructure_ht_ie() 1942 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 1948 out_len = *pout_len; in rtw_restructure_ht_ie() 1949 rtw_set_ie(out_ie + out_len, _HT_ADD_INFO_IE_, ielen, p + 2, pout_len); in rtw_restructure_ht_ie()
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_mlme.h | 201 u8 *out_ie, uint in_len, uint *pout_len);
|
| A 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/drivers/staging/r8188eu/include/ |
| A D | rtw_mlme.h | 605 u8 *out_ie, uint in_len, uint *pout_len);
|
Completed in 24 milliseconds