GenerateTLSRecordPayloadMAC(TTLSMACAlgorithm,Void,Integer,Void,Integer,Void,Integer) Method
Represents method GenerateTLSRecordPayloadMAC(TTLSMACAlgorithm,Void,Integer,Void,Integer,Void,Integer).
function GenerateTLSRecordPayloadMAC( const MACAlgorithm: TTLSMACAlgorithm; const Key; const KeySize: Integer; const Buf; const BufSize: Integer; var Digest; const DigestSize: Integer): Integer;
Parameters
- MACAlgorithm
- Type: TTLSMACAlgorithm
- Key
- Type: System.Void
- KeySize
- Type: Integer
- Buf
- Type: System.Void
- BufSize
- Type: Integer
- Digest
- Type: System.Void
- DigestSize
- Type: Integer
Return Value
Type: Integer