[Webkit-unassigned] [Bug 164939] [Mac] Change uint8_t* to Vector<uint8_t> type in all crypto algorithm implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 18:47:11 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164939

--- Comment #4 from Jiewen Tan <jiewen_tan at apple.com> ---
Appended:
CryptoAlgorithmHMACMac.cpp::static Vector<uint8_t> calculateSignature(CCHmacAlgorithm algorithm, const Vector<uint8_t>& key, const uint8_t* data, size_t dataLength)
CryptoAlgorithmRSASSA_PKCS1_v1_5Mac.cpp::static ExceptionOr<Vector<uint8_t>> signRSASSA_PKCS1_v1_5(CryptoAlgorithmIdentifier hash, const PlatformRSAKey key, size_t keyLength, const uint8_t* data, size_t dataLength)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161130/a5cc6e7d/attachment.html>


More information about the webkit-unassigned mailing list