This file is indexed.

/usr/share/doc/libkcapi/html/API.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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 3. Programming Interface</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="index.html" title="Linux Kernel Crypto API User Space Interface Library"><link rel="prev" href="ch02s10.html" title="Example Code"><link rel="next" href="API-kcapi-set-verbosity.html" title="kcapi_set_verbosity"></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">Chapter 3. Programming Interface</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02s10.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="API-kcapi-set-verbosity.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="API"></a>Chapter 3. Programming Interface</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="API.html#idm178">Common API</a></span></dt><dt><span class="sect1"><a href="ch03s02.html">Symmetric Cipher API - Generic</a></span></dt><dt><span class="sect1"><a href="ch03s03.html">Synchronous Symmetric Cipher API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s04.html">Symmetric Cipher API - Convenience</a></span></dt><dt><span class="sect1"><a href="ch03s05.html">Asynchronous Symmetric Cipher API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s06.html">Synchronous Symmetric Cipher API - Stream</a></span></dt><dt><span class="sect1"><a href="ch03s07.html">AEAD Cipher API - Generic</a></span></dt><dt><span class="sect1"><a href="ch03s08.html">Synchronous AEAD Cipher API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s09.html">Aynchronous AEAD Cipher API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s10.html">Synchronous AEAD Cipher API - Stream</a></span></dt><dt><span class="sect1"><a href="ch03s11.html">Message Digest Cipher API - Generic</a></span></dt><dt><span class="sect1"><a href="ch03s12.html">Message Digest Cipher API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s13.html">Message Digest Cipher API - Convenience</a></span></dt><dt><span class="sect1"><a href="ch03s14.html">Message Digest Cipher API - Stream</a></span></dt><dt><span class="sect1"><a href="ch03s15.html">Random Number API</a></span></dt><dt><span class="sect1"><a href="ch03s16.html">Random Number API - Convenience</a></span></dt><dt><span class="sect1"><a href="ch03s17.html">Asymmetric Cipher API - Generic</a></span></dt><dt><span class="sect1"><a href="ch03s18.html">Synchronous asymmetric Cipher API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s19.html">Aynchronous asymmetric Cipher API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s20.html">Asymmetric Cipher API - Stream</a></span></dt><dt><span class="sect1"><a href="ch03s21.html">Key Protocol Primitives API - Generic</a></span></dt><dt><span class="sect1"><a href="ch03s22.html">Synchronous Key Protocol Primitives API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s23.html">Asynchronous Key Protocol Primitives API - One Shot</a></span></dt><dt><span class="sect1"><a href="ch03s24.html">Key Derivation Functions</a></span></dt></dl></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idm178"></a>Common API</h2></div></div></div><div class="toc"><dl class="toc"><dt><span class="refentrytitle"><a href="API-kcapi-set-verbosity.html"><span class="phrase">kcapi_set_verbosity</span></a></span><span class="refpurpose"> — 
  set the verbosity level of the library
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-versionstring.html"><span class="phrase">kcapi_versionstring</span></a></span><span class="refpurpose"> — 
  obtain version string of kcapi library
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-version.html"><span class="phrase">kcapi_version</span></a></span><span class="refpurpose"> — 
  return machine-usable version number of kcapi library
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-pad-iv.html"><span class="phrase">kcapi_pad_iv</span></a></span><span class="refpurpose"> — 
  realign the IV as necessary for cipher
 </span></dt><dt><span class="refentrytitle"><a href="API-kcapi-memset-secure.html"><span class="phrase">kcapi_memset_secure</span></a></span><span class="refpurpose"><code class="function">memset</code> implementation that will not be optimized away by the compiler
 </span></dt></dl></div><p>
   </p><p>
   The following API calls are common to all cipher types.
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02s10.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="API-kcapi-set-verbosity.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Example Code </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_set_verbosity</span></td></tr></table></div></body></html>