public C_Digest ( uint session, byte data, uint dataLen, byte digest, uint &digestLen ) : CKR | ||
session | uint | The session's handle |
data | byte | Data to be digested |
dataLen | uint | The length of the data to be digested |
digest | byte | /// If set to null then the length of digest is returned in "digestLen" parameter, without actually returning digest. /// If not set to null then "digestLen" parameter must contain the lenght of digest array and digest is returned in "digest" parameter. /// |
digestLen | uint | Location that holds the length of the message digest |
Результат | CKR |