This file is indexed.

/usr/share/doc/libaprutil1-dev/html/apr__md5_8h_source.html is in libaprutil1-dev 1.3.12+dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Apache Portable Runtime Utility Library: include/apr_md5.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body onload='searchBox.OnSelectItem(0);'>
<!-- Generated by Doxygen 1.7.4 -->
<script type="text/javascript"><!--
var searchBox = new SearchBox("searchBox", "search",false,'Search');
--></script>
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Apache Portable Runtime Utility Library</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li id="searchli">
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div class="header">
  <div class="headertitle">
<div class="title">include/apr_md5.h</div>  </div>
</div>
<div class="contents">
<a href="apr__md5_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>
<a name="l00002"></a>00002 <span class="comment"> * Adopted for apr-util by Tollef Fog Heen &lt;tfheen@err.no&gt;</span>
<a name="l00003"></a>00003 <span class="comment"> */</span>
<a name="l00004"></a>00004 
<a name="l00005"></a>00005 <span class="comment">/*</span>
<a name="l00006"></a>00006 <span class="comment"> * This is an OpenSSL-compatible implementation of the RSA Data Security,</span>
<a name="l00007"></a>00007 <span class="comment"> * Inc. MD5 Message-Digest Algorithm.</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * Written by Solar Designer &lt;solar@openwall.com&gt; in 2001, and placed in</span>
<a name="l00010"></a>00010 <span class="comment"> * the public domain.  See md5.c for more information.</span>
<a name="l00011"></a>00011 <span class="comment"> */</span>
<a name="l00012"></a>00012 
<a name="l00013"></a>00013 <span class="comment">/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as</span>
<a name="l00014"></a>00014 <span class="comment"> * applicable.</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> * Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);</span>
<a name="l00017"></a>00017 <span class="comment"> * you may not use this file except in compliance with the License.</span>
<a name="l00018"></a>00018 <span class="comment"> * You may obtain a copy of the License at</span>
<a name="l00019"></a>00019 <span class="comment"> *</span>
<a name="l00020"></a>00020 <span class="comment"> *     http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00021"></a>00021 <span class="comment"> *</span>
<a name="l00022"></a>00022 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00023"></a>00023 <span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span>
<a name="l00024"></a>00024 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00025"></a>00025 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00026"></a>00026 <span class="comment"> * limitations under the License.</span>
<a name="l00027"></a>00027 <span class="comment"> */</span>
<a name="l00028"></a>00028 
<a name="l00029"></a>00029 <span class="preprocessor">#ifndef APR_MD5_H</span>
<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define APR_MD5_H</span>
<a name="l00031"></a>00031 <span class="preprocessor"></span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &quot;apu.h&quot;</span>
<a name="l00033"></a>00033 <span class="preprocessor">#include &quot;<a class="code" href="apr__xlate_8h.html" title="APR I18N translation library.">apr_xlate.h</a>&quot;</span>
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {
<a name="l00037"></a>00037 <span class="preprocessor">#endif</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span>
<a name="l00050"></a><a class="code" href="group___a_p_r___m_d5.html#ga0bb65e74ccdddca6ef75e886084e52dc">00050</a> <span class="preprocessor">#define APR_MD5_DIGESTSIZE 16</span>
<a name="l00051"></a>00051 <span class="preprocessor"></span>
<a name="l00053"></a><a class="code" href="group___a_p_r___m_d5.html#gacb4d6bf2cf0a29553a63273ff0a6fe69">00053</a> <span class="keyword">typedef</span> <span class="keyword">struct </span><a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> <a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a>;
<a name="l00054"></a>00054 
<a name="l00056"></a><a class="code" href="structapr__md5__ctx__t.html">00056</a> <span class="keyword">struct </span><a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> {
<a name="l00058"></a><a class="code" href="structapr__md5__ctx__t.html#ab8acbc6cd7a3dcd16e66e64a7f5357b5">00058</a>     apr_uint32_t <a class="code" href="structapr__md5__ctx__t.html#ab8acbc6cd7a3dcd16e66e64a7f5357b5">state</a>[4];
<a name="l00060"></a><a class="code" href="structapr__md5__ctx__t.html#a3234a76e68a4ef546026a9854f9ba6d0">00060</a>     apr_uint32_t <a class="code" href="structapr__md5__ctx__t.html#a3234a76e68a4ef546026a9854f9ba6d0">count</a>[2];
<a name="l00062"></a><a class="code" href="structapr__md5__ctx__t.html#aed43a8aefc65c8973dbae804c94ad1e3">00062</a>     <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> <a class="code" href="structapr__md5__ctx__t.html#aed43a8aefc65c8973dbae804c94ad1e3">buffer</a>[64];
<a name="l00066"></a><a class="code" href="structapr__md5__ctx__t.html#a391a62bc9e7fada71d03f786df4f49ba">00066</a>     <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> *<a class="code" href="structapr__md5__ctx__t.html#a391a62bc9e7fada71d03f786df4f49ba">xlate</a>;
<a name="l00067"></a>00067 };
<a name="l00068"></a>00068 
<a name="l00073"></a>00073 APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___m_d5.html#ga7a0502bfc466821beabe4876987fbcb5">apr_md5_init</a>(<a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> *context);
<a name="l00074"></a>00074 
<a name="l00081"></a>00081 APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___m_d5.html#gad80cbd97ca3197a237bbed006c033a57">apr_md5_set_xlate</a>(<a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> *context,
<a name="l00082"></a>00082                                             <a class="code" href="group___a_p_r___x_l_a_t_e.html#ga069dabbadc30e3a4157c38104a250e77">apr_xlate_t</a> *xlate);
<a name="l00083"></a>00083 
<a name="l00091"></a>00091 APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___m_d5.html#ga1ae4e5c171ae98953e716ac02f026ed2">apr_md5_update</a>(<a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> *context,
<a name="l00092"></a>00092                                          const <span class="keywordtype">void</span> *input,
<a name="l00093"></a>00093                                          apr_size_t inputLen);
<a name="l00094"></a>00094 
<a name="l00101"></a>00101 APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___m_d5.html#ga245fb83991257b096ebadd2b1b8cef62">apr_md5_final</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[<a class="code" href="group___a_p_r___m_d5.html#ga0bb65e74ccdddca6ef75e886084e52dc">APR_MD5_DIGESTSIZE</a>],
<a name="l00102"></a>00102                                         <a class="code" href="structapr__md5__ctx__t.html">apr_md5_ctx_t</a> *context);
<a name="l00103"></a>00103 
<a name="l00110"></a>00110 APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___m_d5.html#gac98c04b75053ae04907ca325f46df955">apr_md5</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> digest[APR_MD5_DIGESTSIZE],
<a name="l00111"></a>00111                                   const <span class="keywordtype">void</span> *input,
<a name="l00112"></a>00112                                   apr_size_t inputLen);
<a name="l00113"></a>00113 
<a name="l00121"></a>00121 APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___m_d5.html#gaf902e64b62e4056c6dcc1594b2dca645">apr_md5_encode</a>(const <span class="keywordtype">char</span> *password, const <span class="keywordtype">char</span> *salt,
<a name="l00122"></a>00122                                          <span class="keywordtype">char</span> *result, apr_size_t nbytes);
<a name="l00123"></a>00123 
<a name="l00124"></a>00124 
<a name="l00135"></a>00135 APU_DECLARE(apr_status_t) <a class="code" href="group___a_p_r___m_d5.html#ga9ea1aa7e468de57e603d6e1d1b1516f2">apr_password_validate</a>(const <span class="keywordtype">char</span> *passwd, 
<a name="l00136"></a>00136                                                 const <span class="keywordtype">char</span> *hash);
<a name="l00137"></a>00137 
<a name="l00138"></a>00138 
<a name="l00140"></a>00140 <span class="preprocessor">#ifdef __cplusplus</span>
<a name="l00141"></a>00141 <span class="preprocessor"></span>}
<a name="l00142"></a>00142 <span class="preprocessor">#endif</span>
<a name="l00143"></a>00143 <span class="preprocessor"></span>
<a name="l00144"></a>00144 <span class="preprocessor">#endif </span><span class="comment">/* !APR_MD5_H */</span>
</pre></div></div>
</div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Defines</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<hr class="footer"/><address class="footer"><small>Generated on Sun Dec 18 2011 22:52:44 for Apache Portable Runtime Utility Library by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>