~ubuntu-branches/ubuntu/saucy/glib2.0/saucy-updates

« back to all changes in this revision

Viewing changes to docs/reference/glib/tmpl/hmac.sgml

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-09-18 11:49:30 UTC
  • mfrom: (1.63.26) (172.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20130918114930-25x6p3ytts9nnlvd
Tags: 2.37.93-1ubuntu1
* Rebase on Debian experimental, remaining changes:
  + Build-Depend on python:any for cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
Data HMACs
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
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
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### STRUCT GHmac ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
 
29
 
<!-- ##### FUNCTION g_hmac_new ##### -->
30
 
<para>
31
 
 
32
 
</para>
33
 
 
34
 
@digest_type: 
35
 
@key: 
36
 
@key_len: 
37
 
@Returns: 
38
 
 
39
 
 
40
 
<!-- ##### FUNCTION g_hmac_copy ##### -->
41
 
<para>
42
 
 
43
 
</para>
44
 
 
45
 
@hmac: 
46
 
@Returns: 
47
 
 
48
 
 
49
 
<!-- ##### FUNCTION g_hmac_ref ##### -->
50
 
<para>
51
 
 
52
 
</para>
53
 
 
54
 
@hmac: 
55
 
@Returns: 
56
 
 
57
 
 
58
 
<!-- ##### FUNCTION g_hmac_unref ##### -->
59
 
<para>
60
 
 
61
 
</para>
62
 
 
63
 
@hmac: 
64
 
 
65
 
 
66
 
<!-- ##### FUNCTION g_hmac_update ##### -->
67
 
<para>
68
 
 
69
 
</para>
70
 
 
71
 
@hmac: 
72
 
@data: 
73
 
@length: 
74
 
 
75
 
 
76
 
<!-- ##### FUNCTION g_hmac_get_string ##### -->
77
 
<para>
78
 
 
79
 
</para>
80
 
 
81
 
@hmac: 
82
 
@Returns: 
83
 
 
84
 
 
85
 
<!-- ##### FUNCTION g_hmac_get_digest ##### -->
86
 
<para>
87
 
 
88
 
</para>
89
 
 
90
 
@hmac: 
91
 
@buffer: 
92
 
@digest_len: 
93
 
 
94
 
 
95
 
<!-- ##### FUNCTION g_compute_hmac_for_data ##### -->
96
 
<para>
97
 
 
98
 
</para>
99
 
 
100
 
@digest_type: 
101
 
@key: 
102
 
@key_len: 
103
 
@data: 
104
 
@length: 
105
 
@Returns: 
106
 
 
107
 
 
108
 
<!-- ##### FUNCTION g_compute_hmac_for_string ##### -->
109
 
<para>
110
 
 
111
 
</para>
112
 
 
113
 
@digest_type: 
114
 
@key: 
115
 
@key_len: 
116
 
@str: 
117
 
@length: 
118
 
@Returns: 
119
 
 
120