This file is indexed.

/usr/share/doc/libkcapi/html/ch03s13.html is in libkcapi-doc 1.0.3-2.

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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Message Digest Cipher API - Convenience</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="Linux Kernel Crypto API User Space Interface Library"><link rel="up" href="API.html" title="Chapter 3. Programming Interface"><link rel="prev" href="API-kcapi-md-digest.html" title="kcapi_md_digest"><link rel="next" href="API-kcapi-md-sha1.html" title="kcapi_md_sha1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Message Digest Cipher API - Convenience</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-kcapi-md-digest.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Programming Interface</th><td width="20%" align="right"> <a accesskey="n" href="API-kcapi-md-sha1.html">Next</a></td></tr></table><hr></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idm3126"></a>Message Digest Cipher API - Convenience</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="API-kcapi-md-sha1.html"><span class="phrase">kcapi_md_sha1</span></a></span><span class="refpurpose"> — 
  SHA-1 message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-sha224.html"><span class="phrase">kcapi_md_sha224</span></a></span><span class="refpurpose"> — 
  SHA-224 message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-sha256.html"><span class="phrase">kcapi_md_sha256</span></a></span><span class="refpurpose"> — 
  SHA-256 message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-sha384.html"><span class="phrase">kcapi_md_sha384</span></a></span><span class="refpurpose"> — 
  SHA-384 message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-sha512.html"><span class="phrase">kcapi_md_sha512</span></a></span><span class="refpurpose"> — 
  SHA-512 message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-hmac-sha1.html"><span class="phrase">kcapi_md_hmac_sha1</span></a></span><span class="refpurpose"> — 
  HMAC SHA-1 keyed message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-hmac-sha224.html"><span class="phrase">kcapi_md_hmac_sha224</span></a></span><span class="refpurpose"> — 
  HMAC SHA-224 keyed message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-hmac-sha256.html"><span class="phrase">kcapi_md_hmac_sha256</span></a></span><span class="refpurpose"> — 
  HMAC SHA-256 keyed message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-hmac-sha384.html"><span class="phrase">kcapi_md_hmac_sha384</span></a></span><span class="refpurpose"> — 
  HMAC SHA-384 keyed message digest on one buffer
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-md-hmac-sha512.html"><span class="phrase">kcapi_md_hmac_sha512</span></a></span><span class="refpurpose"> — 
  HMAC SHA-512 keyed message digest on one buffer
 </span></dt></dl></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-kcapi-md-digest.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="API.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-kcapi-md-sha1.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">kcapi_md_digest</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">kcapi_md_sha1</span></td></tr></table></div></body></html>