~ubuntu-branches/ubuntu/trusty/pam-pkcs11/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/api/alg__st_8h_source.html

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Rousseau
  • Date: 2011-02-09 23:22:44 UTC
  • mfrom: (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110209232244-hb2woesztflxy2zq
Tags: 0.6.6-2
upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
8
8
</head>
9
9
<body>
10
 
<!-- Generated by Doxygen 1.6.3 -->
 
10
<!-- Generated by Doxygen 1.7.1 -->
11
11
<div class="navigation" id="top">
12
12
  <div class="tabs">
13
 
    <ul>
 
13
    <ul class="tablist">
14
14
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
15
15
      <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
16
16
      <li class="current"><a href="files.html"><span>Files</span></a></li>
17
17
      <li><a href="dirs.html"><span>Directories</span></a></li>
18
18
    </ul>
19
19
  </div>
20
 
  <div class="tabs">
21
 
    <ul>
 
20
  <div class="tabs2">
 
21
    <ul class="tablist">
22
22
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
23
23
      <li><a href="globals.html"><span>Globals</span></a></li>
24
24
    </ul>
25
25
  </div>
26
 
  <div class="navpath"><a class="el" href="dir_55f9682142a78e45196901be32452b47.html">src</a>&nbsp;&raquo;&nbsp;<a class="el" href="dir_782c1fcd7529e1a05f3f2af490691324.html">common</a>
 
26
  <div class="navpath">
 
27
    <ul>
 
28
      <li><a class="el" href="dir_55f9682142a78e45196901be32452b47.html">src</a>      </li>
 
29
      <li><a class="el" href="dir_782c1fcd7529e1a05f3f2af490691324.html">common</a>      </li>
 
30
    </ul>
27
31
  </div>
28
32
</div>
 
33
<div class="header">
 
34
  <div class="headertitle">
 
35
<h1>alg_st.h</h1>  </div>
 
36
</div>
29
37
<div class="contents">
30
 
<h1>alg_st.h</h1><a href="alg__st_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
 
38
<a href="alg__st_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
31
39
<a name="l00002"></a>00002 <span class="comment"> * PKCS #11 PAM Login Module</span>
32
40
<a name="l00003"></a>00003 <span class="comment"> * Copyright (C) 2003-2004 Mario Strasser &lt;mast@gmx.net&gt;</span>
33
41
<a name="l00004"></a>00004 <span class="comment"> * Copyright (C) 2005 Juan Antonio Martinez &lt;jonsito@teleline.es&gt;</span>
56
64
<a name="l00027"></a>00027 <span class="preprocessor">#ifdef HAVE_NSS</span>
57
65
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor">#include &lt;secoid.h&gt;</span>
58
66
<a name="l00029"></a>00029 <span class="preprocessor">#include &lt;sechash.h&gt;</span>
59
 
<a name="l00030"></a>00030 <span class="keyword">typedef</span> SECHashObject <a class="code" href="alg__st_8h.html#a145b5cb18e883dadb6bc56de4cb56bd1">ALGDIGEST</a>;
 
67
<a name="l00030"></a>00030 <span class="keyword">typedef</span> SECHashObject ALGDIGEST;
60
68
<a name="l00031"></a>00031 <span class="preprocessor">#define ALGORITHM_SHA512 SEC_OID_SHA512</span>
61
69
<a name="l00032"></a>00032 <span class="preprocessor"></span><span class="preprocessor">#define ALGORITHM_SHA384 SEC_OID_SHA385</span>
62
70
<a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor">#define ALGORITHM_SHA256 SEC_OID_SHA256</span>
65
73
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#define ALGORITHM_MD2  SEC_OID_MD2</span>
66
74
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#else</span>
67
75
<a name="l00038"></a>00038 <span class="preprocessor"></span><span class="preprocessor">#include &lt;openssl/evp.h&gt;</span>
68
 
<a name="l00039"></a><a class="code" href="alg__st_8h.html#a145b5cb18e883dadb6bc56de4cb56bd1">00039</a> <span class="keyword">typedef</span> EVP_MD <a class="code" href="alg__st_8h.html#a145b5cb18e883dadb6bc56de4cb56bd1">ALGDIGEST</a>;
 
76
<a name="l00039"></a><a class="code" href="alg__st_8h.html#a145b5cb18e883dadb6bc56de4cb56bd1">00039</a> <span class="keyword">typedef</span> EVP_MD ALGDIGEST;
69
77
<a name="l00040"></a><a class="code" href="alg__st_8h.html#a4f3c6884fae69ea79a64f548f3a2646c">00040</a> <span class="preprocessor">#define ALGORITHM_SHA512 &quot;sha512&quot;</span>
70
78
<a name="l00041"></a><a class="code" href="alg__st_8h.html#a2b95e1fdc8505f42a5783c38c9e898cf">00041</a> <span class="preprocessor"></span><span class="preprocessor">#define ALGORITHM_SHA384 &quot;sha384&quot;</span>
71
79
<a name="l00042"></a><a class="code" href="alg__st_8h.html#a9146b10b4c97517f09e21f9474bd0d4d">00042</a> <span class="preprocessor"></span><span class="preprocessor">#define ALGORITHM_SHA256 &quot;sha256&quot;</span>
80
88
<a name="l00051"></a>00051 
81
89
<a name="l00052"></a>00052 <span class="preprocessor">#endif </span><span class="comment">/* _ALG_ST_H */</span>
82
90
</pre></div></div>
83
 
<hr class="footer"/><address style="text-align: right;"><small>Generated on Sat Jun 12 17:28:15 2010 for pam_pkcs11 by&nbsp;
 
91
</div>
 
92
<hr class="footer"/><address class="footer"><small>Generated on Sat Nov 20 2010 20:52:17 for pam_pkcs11 by&nbsp;
84
93
<a href="http://www.doxygen.org/index.html">
85
 
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
 
94
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
86
95
</body>
87
96
</html>