Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 0c0756de82b9bb61e9713cceb885975f > files > 34

pkcs11-helper-devel-1.07-4.fc12.i686.rpm

<!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/html;charset=UTF-8"/>
<title>pkcs11-helper: PKCS11H_PROMPT_MASK</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.0 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>PKCS11H_PROMPT_MASK<br/>
<small>
[<a class="el" href="group__pkcs11h__core.html">pkcs11-helper core interface</a>]</small>
</h1>
<p>Prompt mask selection.  
<a href="#_details">More...</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__PKCS11H__PROMPT__MASK.html#ga7be94b666dc51dd5a6e44521bfa30679">PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT</a>&nbsp;&nbsp;&nbsp;(1&lt;&lt;0)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__PKCS11H__PROMPT__MASK.html#ga3fe7d4fbfe09fa857ec01050435791ed">PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT</a>&nbsp;&nbsp;&nbsp;(1&lt;&lt;1)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__PKCS11H__PROMPT__MASK.html#ga8d14e9d7962fb1595aff5a445347f999">PKCS11H_PROMPT_MASK_ALLOW_ALL</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Prompt mask selection. </p>
<hr/><h2>Define Documentation</h2>
<a class="anchor" id="ga8d14e9d7962fb1595aff5a445347f999"></a><!-- doxytag: member="pkcs11h&#45;core.h::PKCS11H_PROMPT_MASK_ALLOW_ALL" ref="ga8d14e9d7962fb1595aff5a445347f999" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PKCS11H_PROMPT_MASK_ALLOW_ALL</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<b>Value:</b><div class="fragment"><pre class="fragment">( \
                <a class="code" href="group__PKCS11H__PROMPT__MASK.html#ga7be94b666dc51dd5a6e44521bfa30679">PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT</a> | \
                <a class="code" href="group__PKCS11H__PROMPT__MASK.html#ga3fe7d4fbfe09fa857ec01050435791ed">PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT</a> \
        )
</pre></div><p>Allow all prompt. </p>
<dl><dt><b>Examples: </b></dt><dd><a class="el" href="test-certificate_8c-example.html#a14">test-certificate.c</a>.</dd>
</dl>
</div>
</div>
<a class="anchor" id="ga7be94b666dc51dd5a6e44521bfa30679"></a><!-- doxytag: member="pkcs11h&#45;core.h::PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT" ref="ga7be94b666dc51dd5a6e44521bfa30679" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PKCS11H_PROMPT_MASK_ALLOW_PIN_PROMPT&nbsp;&nbsp;&nbsp;(1&lt;&lt;0)</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Allow PIN prompt. </p>

</div>
</div>
<a class="anchor" id="ga3fe7d4fbfe09fa857ec01050435791ed"></a><!-- doxytag: member="pkcs11h&#45;core.h::PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT" ref="ga3fe7d4fbfe09fa857ec01050435791ed" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define PKCS11H_PROMPT_MASK_ALLOW_TOKEN_PROMPT&nbsp;&nbsp;&nbsp;(1&lt;&lt;1)</td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Allow token prompt. </p>

</div>
</div>
</div>
<hr>
<table width="100%"><tr><td>pkcs11-helper, Copyright (C) Alon Bar-Lev &lt;alon.barlev@gmail.com&gt;</td><td align="right"><a href="http://www.opensc-project.org"><img src="opensc-logo.gif" alt="OpenSC-Project.org Logo" border="0"/></a></td></tr></table>