.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RSAENH_CPHashSessionKey 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRSAENH_CPHashSessionKey\fR (RSAENH.@) .SH SYNOPSIS BOOL RSAENH_CPHashSessionKey ( HCRYPTPROV \fIhProv\fR, HCRYPTHASH \fIhHash\fR, HCRYPTKEY \fIhKey\fR, DWORD \fIdwFlags\fR ) .SH DESCRIPTION .PP Updates a hash object with the binary representation of a symmetric key. .SH PARAMS \fIhProv\fR \fB[In]\fR Key container to which the hash object belongs. .PP \fIhHash\fR \fB[In]\fR Hash object which is to be updated. .PP \fIhKey\fR \fB[In]\fR The symmetric key, whose binary value will be added to the hash. .PP \fIdwFlags\fR \fB[In]\fR \fBCRYPT_LITTLE_ENDIAN\fR, if the binary key value shall be interpreted as little endian. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. .PP \fBFailure:\fR \fBFALSE\fR. .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.