Searched refs:CryptoROT47 (Results 1 - 6 of 6) sorted by relevance

/system/connectivity/shill/
H A Dcrypto_rot47.cc23 const char CryptoROT47::kID[] = "rot47";
25 CryptoROT47::CryptoROT47() {} function in class:shill::CryptoROT47
27 string CryptoROT47::GetID() {
31 bool CryptoROT47::Encrypt(const string& plaintext, string* ciphertext) {
48 bool CryptoROT47::Decrypt(const string& ciphertext, string* plaintext) {
H A Dcrypto_rot47.h29 class CryptoROT47 : public CryptoInterface { class in namespace:shill
33 CryptoROT47();
41 DISALLOW_COPY_AND_ASSIGN(CryptoROT47);
H A Dcrypto_rot47_unittest.cc36 CryptoROT47 crypto_;
40 EXPECT_EQ(CryptoROT47::kID, crypto_.GetID());
H A Dcrypto_provider_unittest.cc68 EXPECT_EQ(CryptoROT47::kID, provider_.cryptos_[0]->GetID());
76 EXPECT_EQ(CryptoROT47::kID, provider_.cryptos_[1]->GetID());
81 EXPECT_EQ(CryptoROT47::kID, provider_.cryptos_[0]->GetID());
H A Dcrypto_provider.cc44 cryptos_.push_back(new CryptoROT47());
H A Djson_store.cc605 // CryptoROT47 directly. This change should be done before using
608 CryptoROT47 rot47;
624 CryptoROT47 rot47;

Completed in 72 milliseconds