Searched refs:pout_len (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ceph/ |
| H A D | crypto.c | 265 void *buf, int buf_len, int in_len, int *pout_len) in ceph_aes_crypt() argument 309 *pout_len = crypt_len; in ceph_aes_crypt() 314 *pout_len = in_len - pad_byte; in ceph_aes_crypt() 329 void *buf, int buf_len, int in_len, int *pout_len) in ceph_krb5_encrypt() argument 350 *pout_len = ret; in ceph_krb5_encrypt() 359 void *buf, int buf_len, int in_len, int *pout_len) in ceph_krb5_decrypt() argument 382 *pout_len = data_len; in ceph_krb5_decrypt() 390 void *buf, int buf_len, int in_len, int *pout_len) in ceph_crypt() argument 394 *pout_len = in_len; in ceph_crypt() 398 pout_len); in ceph_crypt() [all …]
|
| H A D | crypto.h | 41 void *buf, int buf_len, int in_len, int *pout_len);
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_mlme.h | 374 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len); 375 …re_ht_ie(struct adapter *padapter, u8 *in_ie, u8 *out_ie, uint in_len, uint *pout_len, u8 channel); 378 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len);
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 2278 void rtw_build_wmm_ie_ht(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_build_wmm_ie_ht() argument 2284 out_len = *pout_len; in rtw_build_wmm_ie_ht() 2286 _WMM_IE_Length_, WMM_IE, pout_len); in rtw_build_wmm_ie_ht() 2293 …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 2307 out_len = *pout_len; in rtw_restructure_ht_ie() 2400 sizeof(struct ieee80211_ht_cap), (unsigned char *)&ht_capie, pout_len); in rtw_restructure_ht_ie() 2407 out_len = *pout_len; in rtw_restructure_ht_ie() 2408 rtw_set_ie(out_ie + out_len, WLAN_EID_HT_OPERATION, ielen, p + 2, pout_len); in rtw_restructure_ht_ie() 2539 void rtw_append_exented_cap(struct adapter *padapter, u8 *out_ie, uint *pout_len) in rtw_append_exented_cap() argument 2548 rtw_set_ie(out_ie + *pout_len, WLAN_EID_EXT_CAPABILITY, 8, cap_content, pout_len); in rtw_append_exented_cap()
|