OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebCryptoKeyHandle
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKey.h
71
class
WebCryptoKeyHandle
;
78
// a "
WebCryptoKeyHandle
*".
82
// * Threadsafe if the embedder's
WebCryptoKeyHandle
is also threadsafe.
86
//
WebCryptoKeyHandle
*.
104
// Note that the caller is passing ownership of the
WebCryptoKeyHandle
*.
105
BLINK_PLATFORM_EXPORT static WebCryptoKey create(
WebCryptoKeyHandle
*, WebCryptoKeyType, bool extractable, const WebCryptoKeyAlgorithm&, WebCryptoKeyUsageMask);
112
BLINK_PLATFORM_EXPORT
WebCryptoKeyHandle
* handle() const;
131
class
WebCryptoKeyHandle
{
133
virtual ~
WebCryptoKeyHandle
() { }
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCryptoKey.cpp
44
WebCryptoKeyPrivate(PassOwnPtr<
WebCryptoKeyHandle
> handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
54
const OwnPtr<
WebCryptoKeyHandle
> handle;
61
WebCryptoKey WebCryptoKey::create(
WebCryptoKeyHandle
* handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages)
73
WebCryptoKeyHandle
* WebCryptoKey::handle() const
/external/chromium_org/content/child/webcrypto/nss/
key_nss.h
27
class KeyNss : public blink::
WebCryptoKeyHandle
{
/external/chromium_org/content/child/webcrypto/openssl/
key_openssl.h
28
class KeyOpenSsl : public blink::
WebCryptoKeyHandle
{
Completed in 28 milliseconds