Home
last modified time | relevance | path

Searched refs:rawKeyUsages (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DSubtleCrypto.cpp140 …nst Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState… in generateKey() argument
143 if (!Key::parseUsageMask(rawKeyUsages, keyUsages, exceptionState)) in generateKey()
156 …nst Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState… in importKey() argument
168 if (!Key::parseUsageMask(rawKeyUsages, keyUsages, exceptionState)) in importKey()
240 …ry& rawUnwrappedKeyAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState… in unwrapKey() argument
266 if (!Key::parseUsageMask(rawKeyUsages, keyUsages, exceptionState)) in unwrapKey()