Searched defs:key_data_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc237 unsigned int key_data_size,
244 key_data(key_data, key_data + key_data_size),
646 unsigned int key_data_size,
653 key_data_size,
751 unsigned key_data_size,
760 webcrypto::CryptoData(key_data, key_data_size),
235 ImportKeyState(blink::WebCryptoKeyFormat format, const unsigned char* key_data, unsigned int key_data_size, const blink::WebCryptoAlgorithm& algorithm, bool extractable, blink::WebCryptoKeyUsageMask usage_mask, const blink::WebCryptoResult& result) argument
644 importKey(blink::WebCryptoKeyFormat format, const unsigned char* key_data, unsigned int key_data_size, const blink::WebCryptoAlgorithm& algorithm, bool extractable, blink::WebCryptoKeyUsageMask usage_mask, blink::WebCryptoResult result) argument
745 deserializeKeyForClone( const blink::WebCryptoKeyAlgorithm& algorithm, blink::WebCryptoKeyType type, bool extractable, blink::WebCryptoKeyUsageMask usages, const unsigned char* key_data, unsigned key_data_size, blink::WebCryptoKey& key) argument

Completed in 1095 milliseconds