1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../css/manpage.css" type="text/css" />
7<title>nnsslConnectionGetCipherInfo</title>
8  </head>
9  <body>
10<h1><CODE>nnsslConnectionGetCipherInfo</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14NN_EXTERN_C <a href="../nnResult/Overview.html">nnResult</a> nnsslConnectionGetCipherInfo(
15     <a href="../nnsslConnection/Overview.html">nnsslConnection</a> * this_,
16     char * pVersionBuf,
17     size_t versionBufSize,
18     char * pCipherKindStrBuf,
19     size_t cipherKindStrBufSize,
20     s32 * pAlgBits,
21     s32 * pEffectiveBits
22);
23</pre>
24    </div>
25<h2>Arguments</h2>
26    <div class="section">
27      <table class="arguments">
28        <thead>
29          <tr>
30            <td width="15" />
31<th>Name</th>
32<td>Description</td>
33          </tr>
34        </thead>
35        <tr>
36          <td />
37<th>this_</th>
38          <td>
39            </td>
40        </tr>
41        <tr>
42          <td />
43<th>pVersionBuf</th>
44          <td>
45            </td>
46        </tr>
47        <tr>
48          <td />
49<th>versionBufSize</th>
50          <td>
51            </td>
52        </tr>
53        <tr>
54          <td />
55<th>pCipherKindStrBuf</th>
56          <td>
57            </td>
58        </tr>
59        <tr>
60          <td />
61<th>cipherKindStrBufSize</th>
62          <td>
63            </td>
64        </tr>
65        <tr>
66          <td />
67<th>pAlgBits</th>
68          <td>
69            </td>
70        </tr>
71        <tr>
72          <td />
73<th>pEffectiveBits</th>
74          <td>
75            </td>
76        </tr> </table>
77    </div>
78<h2>Return Values</h2>
79    <div class="section"> </div>
80<h2>Description</h2>
81    <div class="section">
82<p>See the corresponding C++ function <a href="../nn/ssl/Connection/GetCipherInfo.html"><CODE>nn::ssl::Connection::GetCipherInfo</CODE></a>.</p><!-- write here --></div>
83<h2>Revision History</h2>
84    <div class="section">
85      <dl class="history">
86        <dt>2010/06/14</dt>
87<dd>Initial version.<br />
88        </dd>
89      </dl>
90    </div>
91  <hr><p>CONFIDENTIAL</p></body>
92</html>