Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion sdk-api-src/content/bcrypt/nf-bcrypt-bcryptenumalgorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,17 @@ Include the signature algorithms in the enumeration.
<td width="60%">
Include the random number generator (RNG) algorithms in the enumeration.

</td>
</tr>
<tr>
<td width="40%"><a id="BCRYPT_KEY_DERIVATION_OPERATION"></a><a id="bcrypt_key_derivation_operation"></a><dl>
<dt><b>BCRYPT_KEY_DERIVATION_OPERATION</b></dt>
<dt>0x00000040</dt>
</dl>
</td>
<td width="60%">
Include the key derivation algorithms in the enumeration.

</td>
</tr>
</table>
Expand Down Expand Up @@ -194,4 +205,4 @@ A memory allocation failure occurred.

## -remarks

<b>BCryptEnumAlgorithms</b> can be called either from user mode or kernel mode. Kernel mode callers must be executing at <b>PASSIVE_LEVEL</b> <a href="/windows/desktop/SecGloss/i-gly">IRQL</a>.
<b>BCryptEnumAlgorithms</b> can be called either from user mode or kernel mode. Kernel mode callers must be executing at <b>PASSIVE_LEVEL</b> <a href="/windows/desktop/SecGloss/i-gly">IRQL</a>.