.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RSAENH_CPSetHashParam 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRSAENH_CPSetHashParam\fR (RSAENH.@) .SH SYNOPSIS BOOL RSAENH_CPSetHashParam ( HCRYPTPROV \fIhProv\fR, HCRYPTHASH \fIhHash\fR, DWORD \fIdwParam\fR, BYTE* \fIpbData\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Set a parameter of a hash object. .SH PARAMS \fIhProv\fR \fB[In]\fR The key container to which the key belongs. .PP \fIhHash\fR \fB[In]\fR The hash object for which a parameter is to be set. .PP \fIdwParam\fR \fB[In]\fR Parameter type. See Notes. .PP \fIpbData\fR \fB[In]\fR Pointer to the parameter value. .PP \fIdwFlags\fR \fB[In]\fR Currently none defined. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP Currently only the \fBHP_HMAC_INFO\fR \fIdwParam\fR type is defined. The \fBHMAC_INFO\fR struct will be deep copied into the hash object. See Internet \fBRFC\fR \fB2104\fR for details on the \fBHMAC\fR algorithm. .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.