MSRTPAuthentication Class Reference
class MSRTPAuthentication
|
Constructor & Destructor Documentation
~MSRTPAuthentication()
~MSRTPAuthentication
|
(
|
)
|
[inline, virtual]
|
Member Functions Documentation
AuthenticateL(TUint, const TDesC8 &, const TDesC8 &, const TDesC8 &)
This function is called by SRTP for authentication/integrity protection to create authentication tag regardless of the algorithm, the default algorith is HMAC-SHA1. Produces authentication tag based on input key and data M. result IS truncated to n_tag leftmost bits
Parameters
TUint
aBitLength
|
authentication tag length, 32 or 80 bits
|
const
TDesC8
& aKey
|
authentication key (n_a)
|
const
TDesC8
& aAuthPortion
|
data to be integrity protected
|
const
TDesC8
& aRoc
|
packet ROC Returns HBufC8* authentication tag (untruncated)
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.