RSAENH_CPImportKey (RSAENH.@)
BOOL RSAENH_CPImportKey ( HCRYPTPROV hProv, const BYTE* pbData, DWORD dwDataLen, HCRYPTKEY hPubKey, DWORD dwFlags, HCRYPTKEY* phKey )
Import a BLOB'ed key into a key container.
hProv | [In] | Key container into which the key is to be imported. |
pbData | [In] | Pointer to a buffer which holds the BLOB. |
dwDataLen | [In] | Length of data in buffer at pbData. |
hPubKey | [In] | Key used to decrypt sensitive BLOB data. |
dwFlags | [In] | One of: CRYPT_EXPORTABLE: the imported key is marked exportable. |
phKey | [Out] | Handle to the imported key. |
Success: TRUE.
Failure: FALSE.
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.