Searched defs:CryptoROT47 (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/
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.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) {

Completed in 66 milliseconds