Searched defs:generateKey (Results 1 - 7 of 7) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DCipherKeyGenerator.java30 public byte[] generateKey() method in class:CipherKeyGenerator
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDESKeyGenerator.java34 public byte[] generateKey() method in class:DESKeyGenerator
H A DDESedeKeyGenerator.java42 public byte[] generateKey() method in class:DESedeKeyGenerator
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DSubtleCrypto.cpp196 ScriptObject SubtleCrypto::generateKey(const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& es) function in class:WebCore::SubtleCrypto
216 platformCrypto->generateKey(algorithm, extractable, keyUsages, result);
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCrypto.h125 virtual void generateKey(const WebCryptoAlgorithm&, bool extractable, WebCryptoKeyUsageMask, WebCryptoKeyOperationResult&) { WEBKIT_ASSERT_NOT_REACHED(); } function in class:WebKit::WebCrypto
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockWebCrypto.cpp159 void MockWebCrypto::generateKey(const WebKit::WebCryptoAlgorithm& algorithm, bool extractable, WebKit::WebCryptoKeyUsageMask usages, WebKit::WebCryptoKeyOperationResult& result) function in class:WebTestRunner::MockWebCrypto
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 472 milliseconds