Searched refs:pout_len (Results 1 – 1 of 1) 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 …]
|