Home
last modified time | relevance | path

Searched refs:AesAlgorithm (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/webcrypto/algorithms/
H A Daes.cc45 AesAlgorithm::AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages, in AesAlgorithm() function in webcrypto::AesAlgorithm
50 AesAlgorithm::AesAlgorithm(const std::string& jwk_suffix) in AesAlgorithm() function in webcrypto::AesAlgorithm
57 Status AesAlgorithm::GenerateKey(const blink::WebCryptoAlgorithm& algorithm, in GenerateKey()
79 Status AesAlgorithm::ImportKey(blink::WebCryptoKeyFormat format, in ImportKey()
95 Status AesAlgorithm::ExportKey(blink::WebCryptoKeyFormat format, in ExportKey()
108 Status AesAlgorithm::ImportKeyRaw(const CryptoData& key_data, in ImportKeyRaw()
135 Status AesAlgorithm::ImportKeyJwk(const CryptoData& key_data, in ImportKeyJwk()
176 Status AesAlgorithm::ExportKeyRaw(const blink::WebCryptoKey& key, in ExportKeyRaw()
182 Status AesAlgorithm::ExportKeyJwk(const blink::WebCryptoKey& key, in ExportKeyJwk()
193 Status AesAlgorithm::DeserializeKeyForClone( in DeserializeKeyForClone()
[all …]
H A Daes.h16 class AesAlgorithm : public AlgorithmImplementation {
23 AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages,
29 explicit AesAlgorithm(const std::string& jwk_suffix);
H A Daes_gcm.cc63 class AesGcmImplementation : public AesAlgorithm {
65 AesGcmImplementation() : AesAlgorithm("GCM") {} in AesGcmImplementation()
H A Daes_kw.cc24 class AesKwImplementation : public AesAlgorithm {
27 : AesAlgorithm(blink::kWebCryptoKeyUsageWrapKey | in AesKwImplementation()
H A Daes_cbc.cc99 class AesCbcImplementation : public AesAlgorithm {
101 AesCbcImplementation() : AesAlgorithm("CBC") {} in AesCbcImplementation()
H A Daes_ctr.cc239 class AesCtrImplementation : public AesAlgorithm {
241 AesCtrImplementation() : AesAlgorithm("CTR") {} in AesCtrImplementation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/webcrypto/algorithms/
H A Daes.cc46 AesAlgorithm::AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages, in AesAlgorithm() function in webcrypto::AesAlgorithm
51 AesAlgorithm::AesAlgorithm(const std::string& jwk_suffix) in AesAlgorithm() function in webcrypto::AesAlgorithm
58 Status AesAlgorithm::GenerateKey(const blink::WebCryptoAlgorithm& algorithm, in GenerateKey()
80 Status AesAlgorithm::ImportKey(blink::WebCryptoKeyFormat format, in ImportKey()
96 Status AesAlgorithm::ExportKey(blink::WebCryptoKeyFormat format, in ExportKey()
109 Status AesAlgorithm::ImportKeyRaw(const CryptoData& key_data, in ImportKeyRaw()
136 Status AesAlgorithm::ImportKeyJwk(const CryptoData& key_data, in ImportKeyJwk()
177 Status AesAlgorithm::ExportKeyRaw(const blink::WebCryptoKey& key, in ExportKeyRaw()
183 Status AesAlgorithm::ExportKeyJwk(const blink::WebCryptoKey& key, in ExportKeyJwk()
194 Status AesAlgorithm::DeserializeKeyForClone( in DeserializeKeyForClone()
[all …]
H A Daes.h16 class AesAlgorithm : public AlgorithmImplementation {
23 AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages,
29 explicit AesAlgorithm(const std::string& jwk_suffix);
H A Daes_gcm.cc64 class AesGcmImplementation : public AesAlgorithm {
66 AesGcmImplementation() : AesAlgorithm("GCM") {} in AesGcmImplementation()
H A Daes_kw.cc24 class AesKwImplementation : public AesAlgorithm {
27 : AesAlgorithm(blink::kWebCryptoKeyUsageWrapKey | in AesKwImplementation()
H A Daes_cbc.cc99 class AesCbcImplementation : public AesAlgorithm {
101 AesCbcImplementation() : AesAlgorithm("CBC") {} in AesCbcImplementation()
H A Daes_ctr.cc239 class AesCtrImplementation : public AesAlgorithm {
241 AesCtrImplementation() : AesAlgorithm("CTR") {} in AesCtrImplementation()
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/tests/mock/
H A Dservice.py84 class AesAlgorithm(): class
465 "dh-ietf1024-sha256-aes128-cbc-pkcs7": AesAlgorithm(),
/dports/security/libsecret/libsecret-0.20.4/libsecret/mock/
H A Dservice.py78 class AesAlgorithm(): class
468 "dh-ietf1024-sha256-aes128-cbc-pkcs7": AesAlgorithm(),