Searched refs:pout_len (Results 1 – 2 of 2) sorted by relevance
208 void *buf, int buf_len, int in_len, int *pout_len) in ceph_aes_crypt() argument252 *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() argument276 *pout_len = in_len; in ceph_crypt()280 pout_len); in ceph_crypt()
30 void *buf, int buf_len, int in_len, int *pout_len);
Completed in 5 milliseconds