OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImportKey
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h
51
ImportKey
,
NormalizeAlgorithm.cpp
89
{blink::WebCryptoAlgorithmIdAesCbc,
ImportKey
, blink::WebCryptoAlgorithmParamsTypeNone},
97
{blink::WebCryptoAlgorithmIdAesCtr,
ImportKey
, blink::WebCryptoAlgorithmParamsTypeNone},
105
{blink::WebCryptoAlgorithmIdHmac,
ImportKey
, blink::WebCryptoAlgorithmParamsTypeHmacParams},
111
{blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5,
ImportKey
, blink::WebCryptoAlgorithmParamsTypeNone},
117
{blink::WebCryptoAlgorithmIdRsaEsPkcs1v1_5,
ImportKey
, blink::WebCryptoAlgorithmParamsTypeNone},
130
{blink::WebCryptoAlgorithmIdAesKw,
ImportKey
, blink::WebCryptoAlgorithmParamsTypeNone},
Key.cpp
113
case
ImportKey
:
SubtleCrypto.cpp
156
ScriptPromise SubtleCrypto::
importKey
(const String& rawFormat, ArrayBufferView* keyData, const Dictionary& rawAlgorithm, bool extractable, const Vector<String>& rawKeyUsages, ExceptionState& exceptionState)
173
if (!rawAlgorithm.isUndefinedOrNull() && !normalizeAlgorithm(rawAlgorithm,
ImportKey
, algorithm, exceptionState))
180
blink::Platform::current()->crypto()->
importKey
(format, keyDataBytes, keyData->byteLength(), algorithm, extractable, keyUsages, result->result());
262
if (!rawUnwrappedKeyAlgorithm.isUndefinedOrNull() && !normalizeAlgorithm(rawUnwrappedKeyAlgorithm,
ImportKey
, unwrappedKeyAlgorithm, exceptionState))
/external/chromium/net/base/
dnssec_unittest.cc
47
TEST(SignatureVerifierDNSSECTest,
ImportKey
) {
[
all
...]
Completed in 550 milliseconds