Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/crypto/
DKeyAlgorithm.h41 class KeyAlgorithm : public GarbageCollectedFinalized<KeyAlgorithm>, public ScriptWrappable {
43 virtual ~KeyAlgorithm();
45 static KeyAlgorithm* create(const WebCryptoKeyAlgorithm&);
46 static KeyAlgorithm* createHash(const WebCryptoAlgorithm&);
58 explicit KeyAlgorithm(const WebCryptoKeyAlgorithm&);
64 DEFINE_TYPE_CASTS(thisType, KeyAlgorithm, value, value->is##thisType(), value.is##thisType())
DAesKeyAlgorithm.h41 class AesKeyAlgorithm : public KeyAlgorithm {
DCryptoKey.h44 class KeyAlgorithm; variable