Imported Upstream version 1.15.2
[platform/upstream/krb5.git] / doc / html / appdev / refs / api / krb5_c_fx_cf2_simple.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6   <head>
7     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8     
9     <title>krb5_c_fx_cf2_simple - Compute the KRB-FX-CF2 combination of two keys and pepper strings. &mdash; MIT Kerberos Documentation</title>
10     
11     <link rel="stylesheet" href="../../../_static/agogo.css" type="text/css" />
12     <link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
13     <link rel="stylesheet" href="../../../_static/kerb.css" type="text/css" />
14     
15     <script type="text/javascript">
16       var DOCUMENTATION_OPTIONS = {
17         URL_ROOT:    '../../../',
18         VERSION:     '1.15.2',
19         COLLAPSE_INDEX: false,
20         FILE_SUFFIX: '.html',
21         HAS_SOURCE:  true
22       };
23     </script>
24     <script type="text/javascript" src="../../../_static/jquery.js"></script>
25     <script type="text/javascript" src="../../../_static/underscore.js"></script>
26     <script type="text/javascript" src="../../../_static/doctools.js"></script>
27     <link rel="author" title="About these documents" href="../../../about.html" />
28     <link rel="copyright" title="Copyright" href="../../../copyright.html" />
29     <link rel="top" title="MIT Kerberos Documentation" href="../../../index.html" />
30     <link rel="up" title="krb5 API" href="index.html" />
31     <link rel="next" title="krb5_c_init_state - Initialize a new cipher state." href="krb5_c_init_state.html" />
32     <link rel="prev" title="krb5_c_free_state - Free a cipher state previously allocated by krb5_c_init_state() ." href="krb5_c_free_state.html" /> 
33   </head>
34   <body>
35     <div class="header-wrapper">
36         <div class="header">
37             
38             
39             <h1><a href="../../../index.html">MIT Kerberos Documentation</a></h1>
40             
41             <div class="rel">
42                 
43         <a href="../../../index.html" title="Full Table of Contents"
44             accesskey="C">Contents</a> |
45         <a href="krb5_c_free_state.html" title="krb5_c_free_state - Free a cipher state previously allocated by krb5_c_init_state() ."
46             accesskey="P">previous</a> |
47         <a href="krb5_c_init_state.html" title="krb5_c_init_state - Initialize a new cipher state."
48             accesskey="N">next</a> |
49         <a href="../../../genindex.html" title="General Index"
50             accesskey="I">index</a> |
51         <a href="../../../search.html" title="Enter search criteria"
52             accesskey="S">Search</a> |
53     <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__krb5_c_fx_cf2_simple -  Compute the KRB-FX-CF2 combination of two keys and pepper strings.">feedback</a>
54             </div>
55         </div>
56     </div>
57
58     <div class="content-wrapper">
59       <div class="content">
60         <div class="document">
61             
62       <div class="documentwrapper">
63         <div class="bodywrapper">
64           <div class="body">
65             
66   <div class="section" id="krb5-c-fx-cf2-simple-compute-the-krb-fx-cf2-combination-of-two-keys-and-pepper-strings">
67 <h1>krb5_c_fx_cf2_simple -  Compute the KRB-FX-CF2 combination of two keys and pepper strings.<a class="headerlink" href="#krb5-c-fx-cf2-simple-compute-the-krb-fx-cf2-combination-of-two-keys-and-pepper-strings" title="Permalink to this headline">¶</a></h1>
68 <dl class="function">
69 <dt id="c.krb5_c_fx_cf2_simple">
70 <a class="reference internal" href="../types/krb5_error_code.html#c.krb5_error_code" title="krb5_error_code">krb5_error_code</a> <tt class="descname">krb5_c_fx_cf2_simple</tt><big>(</big><a class="reference internal" href="../types/krb5_context.html#c.krb5_context" title="krb5_context">krb5_context</a><em>&nbsp;context</em>, const <a class="reference internal" href="../types/krb5_keyblock.html#c.krb5_keyblock" title="krb5_keyblock">krb5_keyblock</a> *<em>&nbsp;k1</em>, const char *<em>&nbsp;pepper1</em>, const <a class="reference internal" href="../types/krb5_keyblock.html#c.krb5_keyblock" title="krb5_keyblock">krb5_keyblock</a> *<em>&nbsp;k2</em>, const char *<em>&nbsp;pepper2</em>, <a class="reference internal" href="../types/krb5_keyblock.html#c.krb5_keyblock" title="krb5_keyblock">krb5_keyblock</a> **<em>&nbsp;out</em><big>)</big><a class="headerlink" href="#c.krb5_c_fx_cf2_simple" title="Permalink to this definition">¶</a></dt>
71 <dd></dd></dl>
72
73 <table class="docutils field-list" frame="void" rules="none">
74 <col class="field-name" />
75 <col class="field-body" />
76 <tbody valign="top">
77 <tr class="field-odd field"><th class="field-name">param:</th><td class="field-body"><p class="first"><strong>[in]</strong> <strong>context</strong> - Library context</p>
78 <p><strong>[in]</strong> <strong>k1</strong> - KDC contribution key</p>
79 <p><strong>[in]</strong> <strong>pepper1</strong> - String&#8221;PKINIT&#8221;</p>
80 <p><strong>[in]</strong> <strong>k2</strong> - Reply key</p>
81 <p><strong>[in]</strong> <strong>pepper2</strong> - String&#8221;KeyExchange&#8221;</p>
82 <p class="last"><strong>[out]</strong> <strong>out</strong> - Output key</p>
83 </td>
84 </tr>
85 </tbody>
86 </table>
87 <table class="docutils field-list" frame="void" rules="none">
88 <col class="field-name" />
89 <col class="field-body" />
90 <tbody valign="top">
91 <tr class="field-odd field"><th class="field-name">retval:</th><td class="field-body"><ul class="first last simple">
92 <li>0   Success; otherwise - Kerberos error codes</li>
93 </ul>
94 </td>
95 </tr>
96 </tbody>
97 </table>
98 <p>This function computes the KRB-FX-CF2 function over its inputs and places the results in a newly allocated keyblock. This function is simple in that it assumes that <em>pepper1</em> and <em>pepper2</em> are C strings with no internal nulls and that the enctype of the result will be the same as that of <em>k1</em> . <em>k1</em> and <em>k2</em> may be of different enctypes.</p>
99 </div>
100
101
102           </div>
103         </div>
104       </div>
105         </div>
106         <div class="sidebar">
107     <h2>On this page</h2>
108     <ul>
109 <li><a class="reference internal" href="#">krb5_c_fx_cf2_simple -  Compute the KRB-FX-CF2 combination of two keys and pepper strings.</a></li>
110 </ul>
111
112     <br/>
113     <h2>Table of contents</h2>
114     <ul class="current">
115 <li class="toctree-l1"><a class="reference internal" href="../../../user/index.html">For users</a></li>
116 <li class="toctree-l1"><a class="reference internal" href="../../../admin/index.html">For administrators</a></li>
117 <li class="toctree-l1 current"><a class="reference internal" href="../../index.html">For application developers</a><ul class="current">
118 <li class="toctree-l2"><a class="reference internal" href="../../gssapi.html">Developing with GSSAPI</a></li>
119 <li class="toctree-l2"><a class="reference internal" href="../../h5l_mit_apidiff.html">Differences between Heimdal and MIT Kerberos API</a></li>
120 <li class="toctree-l2"><a class="reference internal" href="../../init_creds.html">Initial credentials</a></li>
121 <li class="toctree-l2"><a class="reference internal" href="../../princ_handle.html">Principal manipulation and parsing</a></li>
122 <li class="toctree-l2 current"><a class="reference internal" href="../index.html">Complete reference - API and datatypes</a><ul class="current">
123 <li class="toctree-l3 current"><a class="reference internal" href="index.html">krb5 API</a></li>
124 <li class="toctree-l3"><a class="reference internal" href="../types/index.html">krb5 types and structures</a></li>
125 <li class="toctree-l3"><a class="reference internal" href="../macros/index.html">krb5 simple macros</a></li>
126 </ul>
127 </li>
128 </ul>
129 </li>
130 <li class="toctree-l1"><a class="reference internal" href="../../../plugindev/index.html">For plugin module developers</a></li>
131 <li class="toctree-l1"><a class="reference internal" href="../../../build/index.html">Building Kerberos V5</a></li>
132 <li class="toctree-l1"><a class="reference internal" href="../../../basic/index.html">Kerberos V5 concepts</a></li>
133 <li class="toctree-l1"><a class="reference internal" href="../../../formats/index.html">Protocols and file formats</a></li>
134 <li class="toctree-l1"><a class="reference internal" href="../../../mitK5features.html">MIT Kerberos features</a></li>
135 <li class="toctree-l1"><a class="reference internal" href="../../../build_this.html">How to build this documentation from the source</a></li>
136 <li class="toctree-l1"><a class="reference internal" href="../../../about.html">Contributing to the MIT Kerberos Documentation</a></li>
137 <li class="toctree-l1"><a class="reference internal" href="../../../resources.html">Resources</a></li>
138 </ul>
139
140     <br/>
141     <h4><a href="../../../index.html">Full Table of Contents</a></h4>
142     <h4>Search</h4>
143     <form class="search" action="../../../search.html" method="get">
144       <input type="text" name="q" size="18" />
145       <input type="submit" value="Go" />
146       <input type="hidden" name="check_keywords" value="yes" />
147       <input type="hidden" name="area" value="default" />
148     </form>
149         </div>
150         <div class="clearer"></div>
151       </div>
152     </div>
153
154     <div class="footer-wrapper">
155         <div class="footer" >
156             <div class="right" ><i>Release: 1.15.2</i><br />
157                 &copy; <a href="../../../copyright.html">Copyright</a> 1985-2017, MIT.
158             </div>
159             <div class="left">
160                 
161         <a href="../../../index.html" title="Full Table of Contents"
162             >Contents</a> |
163         <a href="krb5_c_free_state.html" title="krb5_c_free_state - Free a cipher state previously allocated by krb5_c_init_state() ."
164             >previous</a> |
165         <a href="krb5_c_init_state.html" title="krb5_c_init_state - Initialize a new cipher state."
166             >next</a> |
167         <a href="../../../genindex.html" title="General Index"
168             >index</a> |
169         <a href="../../../search.html" title="Enter search criteria"
170             >Search</a> |
171     <a href="mailto:krb5-bugs@mit.edu?subject=Documentation__krb5_c_fx_cf2_simple -  Compute the KRB-FX-CF2 combination of two keys and pepper strings.">feedback</a>
172             </div>
173         </div>
174     </div>
175
176   </body>
177 </html>