OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Uint8VectorStart
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/renderer/webcrypto/
webcrypto_util.cc
35
const uint8*
Uint8VectorStart
(const std::vector<uint8>& data) {
166
webcrypto::
Uint8VectorStart
(public_exponent),
173
new blink::WebCryptoAesCbcParams(
Uint8VectorStart
(iv), iv.size()));
182
new blink::WebCryptoAesGcmParams(
Uint8VectorStart
(iv),
185
Uint8VectorStart
(additional_data),
webcrypto_util.h
23
CONTENT_EXPORT const uint8*
Uint8VectorStart
(const std::vector<uint8>& data);
webcrypto_impl_unittest.cc
91
webcrypto::
Uint8VectorStart
(public_exponent),
129
webcrypto::
Uint8VectorStart
(key_raw),
150
algorithm, webcrypto::
Uint8VectorStart
(data), data.size(), buffer);
179
webcrypto::
Uint8VectorStart
(key_data),
200
algorithm, key, webcrypto::
Uint8VectorStart
(data), data.size(), buffer);
214
webcrypto::
Uint8VectorStart
(data),
234
algorithm, key, webcrypto::
Uint8VectorStart
(data), data.size(), buffer);
252
algorithm, key, webcrypto::
Uint8VectorStart
(data), data.size(), buffer);
261
return crypto_.ImportKeyJwk(webcrypto::
Uint8VectorStart
(key_data),
[
all
...]
webcrypto_impl_openssl.cc
173
webcrypto::
Uint8VectorStart
(sym_key->key()), sym_key->key().size());
Completed in 75 milliseconds