Searched defs:WebCryptoKeyUsageMask (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCrypto.h | 213 …virtual void generateKey(const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCr… in generateKey() argument 214 …nsigned keyDataSize, const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCrypto… in importKey() argument 217 …onst WebCryptoAlgorithm& unwrappedKeyAlgorithm, bool extractable, WebCryptoKeyUsageMask, WebCrypto… in unwrapKey() argument 270 …const WebCryptoKeyAlgorithm&, WebCryptoKeyType, bool extractable, WebCryptoKeyUsageMask, const uns… in deserializeKeyForClone() argument
|
D | WebCryptoKey.h | 60 typedef int WebCryptoKeyUsageMask; typedef
|