Searched refs:WebCryptoAlgorithmIdAesKw (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/content/child/webcrypto/test/ |
D | aes_kw_unittest.cc | 22 return CreateAesKeyGenAlgorithm(blink::WebCryptoAlgorithmIdAesKw, in CreateAesKwKeyGenAlgorithm() 50 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw), in TEST() 62 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw), in TEST() 72 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw); in TEST() 92 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw); in TEST() 189 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw), in TEST() 215 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw); in TEST() 278 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw); in TEST() 335 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw); in TEST() 388 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw); in TEST() [all …]
|
D | aes_cbc_unittest.cc | 859 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw), in TEST() 867 CreateAlgorithm(blink::WebCryptoAlgorithmIdAesKw), in TEST()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebCryptoAlgorithm.h | 69 WebCryptoAlgorithmIdAesKw, enumerator 71 WebCryptoAlgorithmIdLast = WebCryptoAlgorithmIdAesKw,
|
/external/chromium_org/content/child/webcrypto/ |
D | algorithm_registry.cc | 47 case blink::WebCryptoAlgorithmIdAesKw: in GetAlgorithm()
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
D | WebCryptoAlgorithm.cpp | 216 COMPILE_ASSERT(WebCryptoAlgorithmIdAesKw == 10, AesKw_idDoesntMatch); 361 case WebCryptoAlgorithmIdAesKw: in isHash()
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 67 {"AES-KW", 6, WebCryptoAlgorithmIdAesKw},
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | SerializedScriptValue.cpp | 780 case blink::WebCryptoAlgorithmIdAesKw: in doWriteAlgorithmId() 2503 id = blink::WebCryptoAlgorithmIdAesKw; in doReadAlgorithmId()
|