HomeSort by relevance Sort by last modified time
    Searched defs:AesAlgorithm (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/webcrypto/openssl/
aes_key_openssl.h 16 class AesAlgorithm : public AlgorithmImplementation {
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);
aes_key_openssl.cc 20 AesAlgorithm::AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages,
25 AesAlgorithm::AesAlgorithm(const std::string& jwk_suffix)
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::ExportKeyRaw(const blink::WebCryptoKey& key
    [all...]
  /external/chromium_org/content/child/webcrypto/nss/
aes_key_nss.h 18 class AesAlgorithm : public AlgorithmImplementation {
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,
aes_key_nss.cc 20 AesAlgorithm::AesAlgorithm(CK_MECHANISM_TYPE import_mechanism,
30 AesAlgorithm::AesAlgorithm(CK_MECHANISM_TYPE import_mechanism,
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::ExportKeyRaw(const blink::WebCryptoKey& key
    [all...]

Completed in 42 milliseconds