Home
last modified time | relevance | path

Searched refs:pout_len (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/ceph/
H A Dcrypto.c208 void *buf, int buf_len, int in_len, int *pout_len) in ceph_aes_crypt() argument
252 *pout_len = crypt_len; in ceph_aes_crypt()
257 *pout_len = in_len - pad_byte; in ceph_aes_crypt()
272 void *buf, int buf_len, int in_len, int *pout_len) in ceph_crypt() argument
276 *pout_len = in_len; in ceph_crypt()
280 pout_len); in ceph_crypt()
H A Dcrypto.h30 void *buf, int buf_len, int in_len, int *pout_len);
/linux-6.15/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h380 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len);
381 …re_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel);
384 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len);
/linux-6.15/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c2185 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument
2191 out_len = *pout_len; in rtw_build_wmm_ie_ht()
2193 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht()
2200 …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
2214 out_len = *pout_len; in rtw_restructure_ht_ie()
2312 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie()
2319 out_len = *pout_len; in rtw_restructure_ht_ie()
2320 rtw_set_ie(out_ie+out_len, WLAN_EID_HT_OPERATION, ielen, p+2, pout_len); in rtw_restructure_ht_ie()
2459 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument
2468 rtw_set_ie(out_ie + *pout_len, WLAN_EID_EXT_CAPABILITY, 8, cap_content, pout_len); in rtw_append_exented_cap()