X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFSecCryptoIHmac.h;h=cf0b03f6849b389473b5dedaf9641455930589ea;hb=20f9879ef9e17988be09d9c907f0f1bf08e37bb2;hp=5f579838a46b4d96a65ad031f3f2399251e44fe3;hpb=84110563ee369dfefe120dd9472fdc51ef3b4df7;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FSecCryptoIHmac.h b/inc/FSecCryptoIHmac.h old mode 100644 new mode 100755 index 5f57983..cf0b03f --- a/inc/FSecCryptoIHmac.h +++ b/inc/FSecCryptoIHmac.h @@ -324,7 +324,7 @@ public: virtual result SetKey(const Tizen::Security::ISecretKey& key) = 0; /** - * Gets the HMAC with the given input. + * Gets the HMAC with a given input. * * @since 2.0 * @@ -342,7 +342,7 @@ public: virtual Tizen::Base::ByteBuffer* GetHmacN(const Tizen::Base::ByteBuffer& input) const = 0; /** - * Initializes the multiple-part HMAC operation. + * Initializes a multiple-part HMAC operation. * * @since 2.0 *