~ubuntu-branches/ubuntu/breezy/evolution-data-server/breezy

« back to all changes in this revision

Viewing changes to docs/reference/libedataserver/tmpl/md5-utils.sgml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-10-10 11:30:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051010113056-rb4vj4kbs8yxft85
Tags: 1.4.1-0ubuntu3
* debian/patches/camel-imap-store.c.patch:
  - Ubuntu 17465: apply patch from
  http://bugzilla.gnome.org/attachment.cgi?id=53234&action=view
  (additional NULL pointer check)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ##### SECTION Title ##### -->
 
2
MD5 Utility Functions
 
3
 
 
4
<!-- ##### SECTION Short_Description ##### -->
 
5
Functions for manipulating MD5 checksums.
 
6
 
 
7
<!-- ##### SECTION Long_Description ##### -->
 
8
<para>
 
9
 
 
10
</para>
 
11
 
 
12
<!-- ##### SECTION See_Also ##### -->
 
13
<para>
 
14
 
 
15
</para>
 
16
 
 
17
<!-- ##### SECTION Stability_Level ##### -->
 
18
 
 
19
 
 
20
<!-- ##### STRUCT MD5Context ##### -->
 
21
<para>
 
22
 
 
23
</para>
 
24
 
 
25
 
 
26
<!-- ##### FUNCTION md5_get_digest ##### -->
 
27
<para>
 
28
 
 
29
</para>
 
30
 
 
31
@buffer: 
 
32
@buffer_size: 
 
33
@digest: 
 
34
 
 
35
 
 
36
<!-- ##### FUNCTION md5_get_digest_from_file ##### -->
 
37
<para>
 
38
 
 
39
</para>
 
40
 
 
41
@filename: 
 
42
@digest: 
 
43
 
 
44
 
 
45
<!-- ##### FUNCTION md5_init ##### -->
 
46
<para>
 
47
 
 
48
</para>
 
49
 
 
50
@ctx: 
 
51
 
 
52
 
 
53
<!-- ##### FUNCTION md5_update ##### -->
 
54
<para>
 
55
 
 
56
</para>
 
57
 
 
58
@ctx: 
 
59
@buf: 
 
60
@len: 
 
61
 
 
62
 
 
63
<!-- ##### FUNCTION md5_final ##### -->
 
64
<para>
 
65
 
 
66
</para>
 
67
 
 
68
@ctx: 
 
69
@digest: 
 
70
 
 
71