[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 Jan 3 13:01:59 PST 2017


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

--- Comment #6 from Jiewen Tan <jiewen_tan at apple.com> ---
Appended:
CryptoAlgorithmAES_KWMac.cpp::static ExceptionOr<Vector<uint8_t>> wrapKeyAES_KW(const Vector<uint8_t>& key, const uint8_t* data, size_t dataLength)
CryptoAlgorithmAES_KWMac.cpp::static ExceptionOr<Vector<uint8_t>> unwrapKeyAES_KW(const Vector<uint8_t>& key, 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/20170103/e0fd7327/attachment.html>


More information about the webkit-unassigned mailing list