<div class="content" name="FW_CRYPTO_SET_FLAGS" uuid="c5990757-c8ec-44f3-9fd6-f8429b3ba0a4"><p>This enumeration represents flags that can be specified in
crypto sets of section <span><a href="a468fe9e-113b-4155-a63d-0db3aac12619" data-linktype="relative-path">2.2.74</a></span>.</p><dl>
<dd>
<div><pre> typedef  enum _tag_FW_CRYPTO_SET_FLAGS
 {
   FW_CRYPTO_SET_FLAGS_NONE = 0x00,
   FW_CRYPTO_SET_FLAGS_MAX = 0x01,
 } FW_CRYPTO_SET_FLAGS;
</pre></div>
</dd></dl><p><b>FW_CRYPTO_SET_FLAGS_NONE:  </b>This value means
that none of the following flags are set. It is defined for simplicity in
writing <span><a href="d891304d-92d8-4f9f-9e60-a1f02b28ae30#gt_73177eec-4092-420f-92c5-60b2478df824" data-linktype="relative-path">IDL</a></span> definitions and
code.</p><p><b>FW_CRYPTO_SET_FLAGS_MAX:  </b>This value and
values that exceed this value are not valid and MUST NOT be used. It is defined
for simplicity in writing IDL definitions and code. This symbolic constant has
a value of 1.</p></div>