.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RSAENH_CPGenKey 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRSAENH_CPGenKey\fR (RSAENH.@) .SH SYNOPSIS BOOL RSAENH_CPGenKey ( HCRYPTPROV \fIhProv\fR, ALG_ID \fIAlgid\fR, DWORD \fIdwFlags\fR, HCRYPTKEY* \fIphKey\fR ) .SH DESCRIPTION .PP Generate a key in the key container. .SH PARAMS \fIhProv\fR \fB[In]\fR Key container for which a key is to be generated. .PP \fIAlgid\fR \fB[In]\fR Crypto algorithm identifier for the key to be generated. .PP \fIdwFlags\fR \fB[In]\fR Upper \fB16\fR bits: Binary length of key. Lower \fB16\fR bits: Flags. See Notes. .PP \fIphKey\fR \fB[Out]\fR Handle to the generated key. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH FIXME .PP Flags currently not considered. .SH NOTES .PP Private key-exchange- and signature-keys can be generated with \fIAlgid\fR \fBAT_KEYEXCHANGE\fR and \fBAT_SIGNATURE\fR values. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/rsaenh/rsaenh.c"\fR. .PP Debug channel \fB"crypt"\fR.