OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebCryptoAesGcmParams
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithm.h
81
class
WebCryptoAesGcmParams
;
128
BLINK_PLATFORM_EXPORT const
WebCryptoAesGcmParams
* aesGcmParams() const;
WebCryptoAlgorithmParams.h
198
class
WebCryptoAesGcmParams
: public WebCryptoAlgorithmParams {
200
WebCryptoAesGcmParams
(const unsigned char* iv, unsigned ivSize, bool hasAdditionalData, const unsigned char* additionalData, unsigned additionalDataSize, bool hasTagLengthBits, unsigned char tagLengthBits)
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoAlgorithm.cpp
142
const
WebCryptoAesGcmParams
* WebCryptoAlgorithm::aesGcmParams() const
146
return static_cast<
WebCryptoAesGcmParams
*>(m_private->params.get());
/external/chromium_org/content/renderer/webcrypto/
webcrypto_util.cc
182
new blink::
WebCryptoAesGcmParams
(Uint8VectorStart(iv),
Completed in 24 milliseconds