Home
last modified time | relevance | path

Searched refs:aesKeyGenParams (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebCryptoAlgorithm.h155 BLINK_PLATFORM_EXPORT const WebCryptoAesKeyGenParams* aesKeyGenParams() const;
/external/chromium_org/content/child/webcrypto/openssl/
Daes_key_openssl.cc45 GetAesKeyGenLengthInBits(algorithm.aesKeyGenParams(), &keylen_bits); in GenerateSecretKey()
/external/chromium_org/content/child/webcrypto/nss/
Daes_key_nss.cc53 GetAesKeyGenLengthInBits(algorithm.aesKeyGenParams(), &keylen_bits); in GenerateSecretKey()
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebCryptoAlgorithm.cpp291 const WebCryptoAesKeyGenParams* WebCryptoAlgorithm::aesKeyGenParams() const in aesKeyGenParams() function in blink::WebCryptoAlgorithm