Unit 'flcCryptoHash' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

CalcHMAC_MD5

Declaration

Source position: flcCryptoHash.pas line 438

function CalcHMAC_MD5(

  const Key: Pointer;

  const KeySize: Int32;

  const Buf;

  const BufSize: NativeInt

):T128BitDigest; overload;

function CalcHMAC_MD5(

  const Key: RawByteString;

  const Buf;

  const BufSize: NativeInt

):T128BitDigest; overload;

function CalcHMAC_MD5(

  const Key: RawByteString;

  const Buf: RawByteString

):T128BitDigest; overload;



CT Web help

CodeTyphon Studio