Searched refs:sg_out (Results 1 – 1 of 1) sorted by relevance
/net/ceph/ |
D | crypto.c | 96 struct scatterlist sg_in[2], sg_out[1]; in ceph_aes_encrypt() local 116 sg_init_table(sg_out, 1); in ceph_aes_encrypt() 117 sg_set_buf(sg_out, dst, *dst_len); in ceph_aes_encrypt() 130 ret = crypto_blkcipher_encrypt(&desc, sg_out, sg_in, in ceph_aes_encrypt() 147 struct scatterlist sg_in[3], sg_out[1]; in ceph_aes_encrypt2() local 168 sg_init_table(sg_out, 1); in ceph_aes_encrypt2() 169 sg_set_buf(sg_out, dst, *dst_len); in ceph_aes_encrypt2() 184 ret = crypto_blkcipher_encrypt(&desc, sg_out, sg_in, in ceph_aes_encrypt2() 200 struct scatterlist sg_in[1], sg_out[2]; in ceph_aes_decrypt() local 214 sg_init_table(sg_out, 2); in ceph_aes_decrypt() [all …]
|