Home
last modified time | relevance | path

Searched refs:FromBase64Key (Results 1 – 10 of 10) sorted by relevance

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/examples/
H A Dstorage_object_csek_samples.cc87 gcs::EncryptionKey::FromBase64Key(base64_aes256_key)); in WriteEncryptedObject()
109 gcs::EncryptionKey::FromBase64Key(base64_aes256_key)); in ReadEncryptedObject()
138 gcs::EncryptionKey::FromBase64Key(base64_aes256_key)); in ComposeObjectFromEncryptedObjects()
165 destination_object_name, gcs::EncryptionKey::FromBase64Key(key_base64)); in CopyEncryptedObject()
193 gcs::SourceEncryptionKey::FromBase64Key(old_key_base64), in RotateEncryptionKey()
194 gcs::EncryptionKey::FromBase64Key(new_key_base64)); in RotateEncryptionKey()
H A Dstorage_object_cmek_samples.cc62 gcs::SourceEncryptionKey::FromBase64Key(old_csek_key_base64), in ObjectCsekToCmek()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/examples/
H A Dstorage_object_csek_samples.cc87 gcs::EncryptionKey::FromBase64Key(base64_aes256_key)); in WriteEncryptedObject()
109 gcs::EncryptionKey::FromBase64Key(base64_aes256_key)); in ReadEncryptedObject()
138 gcs::EncryptionKey::FromBase64Key(base64_aes256_key)); in ComposeObjectFromEncryptedObjects()
165 destination_object_name, gcs::EncryptionKey::FromBase64Key(key_base64)); in CopyEncryptedObject()
193 gcs::SourceEncryptionKey::FromBase64Key(old_key_base64), in RotateEncryptionKey()
194 gcs::EncryptionKey::FromBase64Key(new_key_base64)); in RotateEncryptionKey()
H A Dstorage_object_cmek_samples.cc62 gcs::SourceEncryptionKey::FromBase64Key(old_csek_key_base64), in ObjectCsekToCmek()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Dwell_known_headers.cc48 EncryptionKey EncryptionKey::FromBase64Key(std::string const& key) { in FromBase64Key() function in google::cloud::storage::STORAGE_CLIENT_NS::EncryptionKey
66 SourceEncryptionKey SourceEncryptionKey::FromBase64Key(std::string const& key) { in FromBase64Key() function in google::cloud::storage::STORAGE_CLIENT_NS::SourceEncryptionKey
H A Dwell_known_headers_test.cc75 auto actual = EncryptionKey::FromBase64Key(expected.value().key); in TEST()
118 auto actual = SourceEncryptionKey::FromBase64Key(expected.value().key); in TEST()
H A Dwell_known_headers.h198 static EncryptionKey FromBase64Key(std::string const& key);
244 static SourceEncryptionKey FromBase64Key(std::string const& key);
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Dwell_known_headers.cc48 EncryptionKey EncryptionKey::FromBase64Key(std::string const& key) { in FromBase64Key() function in google::cloud::storage::STORAGE_CLIENT_NS::EncryptionKey
66 SourceEncryptionKey SourceEncryptionKey::FromBase64Key(std::string const& key) { in FromBase64Key() function in google::cloud::storage::STORAGE_CLIENT_NS::SourceEncryptionKey
H A Dwell_known_headers_test.cc75 auto actual = EncryptionKey::FromBase64Key(expected.value().key); in TEST()
118 auto actual = SourceEncryptionKey::FromBase64Key(expected.value().key); in TEST()
H A Dwell_known_headers.h198 static EncryptionKey FromBase64Key(std::string const& key);
244 static SourceEncryptionKey FromBase64Key(std::string const& key);