Searched refs:pout_len (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ceph/ |
H 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()
|
H A D | crypto.h | 31 void *buf, int buf_len, int in_len, int *pout_len);
|
/openbmc/linux/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme.h | 548 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len); 549 …re_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); 552 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len);
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme.c | 2267 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument 2273 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2275 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht() 2282 …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 2296 out_len = *pout_len; in rtw_restructure_ht_ie() 2395 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2402 out_len = *pout_len; in rtw_restructure_ht_ie() 2403 rtw_set_ie(out_ie+out_len, WLAN_EID_HT_OPERATION, ielen, p+2, pout_len); in rtw_restructure_ht_ie() 2547 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument 2556 rtw_set_ie(out_ie + *pout_len, WLAN_EID_EXT_CAPABILITY, 8, cap_content, pout_len); in rtw_append_exented_cap()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_mlme.h | 201 u8 *out_ie, uint in_len, uint *pout_len);
|
H A D | rtl871x_mlme.c | 1600 u8 *out_ie, uint in_len, uint *pout_len) in r8712_restructure_ht_ie() argument 1614 out_len = *pout_len; in r8712_restructure_ht_ie() 1616 _WMM_IE_Length_, WMM_IE, pout_len); in r8712_restructure_ht_ie() 1619 out_len = *pout_len; in r8712_restructure_ht_ie() 1631 (unsigned char *)&ht_capie, pout_len); in r8712_restructure_ht_ie()
|