Searched refs:unwrappingKey (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | SubtleCrypto.cpp | 240 …:unwrapKey(const String& rawFormat, ArrayBufferView* wrappedKey, Key* unwrappingKey, const Diction… in unwrapKey() argument 251 if (!unwrappingKey) { in unwrapKey() 269 if (!unwrappingKey->canBeUsedForAlgorithm(unwrapAlgorithm, UnwrapKey, exceptionState)) in unwrapKey() 277 …nt()->crypto()->unwrapKey(format, wrappedKeyData, wrappedKeyDataSize, unwrappingKey->key(), unwrap… in unwrapKey()
|
D | SubtleCrypto.idl | 45 …] Promise unwrapKey(DOMString format, ArrayBufferView wrappedKey, Key unwrappingKey, Dictionary un…
|