RSAENH_CPGenKey (RSAENH.@)
BOOL RSAENH_CPGenKey ( HCRYPTPROV hProv, ALG_ID Algid, DWORD dwFlags, HCRYPTKEY* phKey )
Generate a key in the key container.
hProv | [In] | Key container for which a key is to be generated. |
Algid | [In] | Crypto algorithm identifier for the key to be generated. |
dwFlags | [In] | Upper 16 bits: Binary length of key. Lower 16 bits: Flags. See Notes. |
phKey | [Out] | Handle to the generated key. |
Success: TRUE.
Failure: FALSE.
Flags currently not considered.
Private key-exchange- and signature-keys can be generated with Algid AT_KEYEXCHANGE and AT_SIGNATURE values.
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/rsaenh/rsaenh.c". gitlab.winehq.org/wine/wine/blob/master/dlls/rsaenh/rsaenh.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.