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

/external/chromium_org/content/child/webcrypto/openssl/
H A Daes_key_openssl.h16 class AesAlgorithm : public AlgorithmImplementation { class in namespace:content::webcrypto
23 AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages,
26 // This is the same as the other AesAlgorithm constructor where
29 explicit AesAlgorithm(const std::string& jwk_suffix);
H A Daes_key_openssl.cc20 AesAlgorithm::AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages, function in class:content::webcrypto::AesAlgorithm
25 AesAlgorithm::AesAlgorithm(const std::string& jwk_suffix) function in class:content::webcrypto::AesAlgorithm
33 Status AesAlgorithm::VerifyKeyUsagesBeforeGenerateKey(
38 Status AesAlgorithm::GenerateSecretKey(
57 Status AesAlgorithm::VerifyKeyUsagesBeforeImportKey(
69 Status AesAlgorithm::ImportKeyRaw(const CryptoData& key_data,
90 Status AesAlgorithm::ImportKeyJwk(const CryptoData& key_data,
105 Status AesAlgorithm
[all...]
/external/chromium_org/content/child/webcrypto/nss/
H A Daes_key_nss.h18 class AesAlgorithm : public AlgorithmImplementation { class in namespace:content::webcrypto
27 AesAlgorithm(CK_MECHANISM_TYPE import_mechanism,
32 // This is the same as the other AesAlgorithm constructor, however
36 AesAlgorithm(CK_MECHANISM_TYPE import_mechanism,
H A Daes_key_nss.cc20 AesAlgorithm::AesAlgorithm(CK_MECHANISM_TYPE import_mechanism, function in class:content::webcrypto::AesAlgorithm
30 AesAlgorithm::AesAlgorithm(CK_MECHANISM_TYPE import_mechanism, function in class:content::webcrypto::AesAlgorithm
41 Status AesAlgorithm::VerifyKeyUsagesBeforeGenerateKey(
46 Status AesAlgorithm::GenerateSecretKey(
66 Status AesAlgorithm::VerifyKeyUsagesBeforeImportKey(
77 Status AesAlgorithm::ImportKeyRaw(const CryptoData& key_data,
100 Status AesAlgorithm::ImportKeyJwk(const CryptoData& key_data,
115 Status AesAlgorithm
[all...]

Completed in 277 milliseconds