HomeSort by relevance Sort by last modified time
    Searched full:rot47 (Results 1 - 6 of 6) sorted by null

  /system/connectivity/shill/
crypto_rot47.cc 23 const char CryptoROT47::kID[] = "rot47";
49 // ROT47 is self-reciprocal.
crypto_rot47.h 28 // ROT47 crypto module implementation.
crypto_des_cbc.cc 43 // Never encrypt. We'll fall back to rot47 which doesn't depend on
crypto_provider_unittest.cc 41 const char kROT47Text[] = "rot47:%9:D :D 2 E6DEP";
json_store.cc 608 CryptoROT47 rot47; local
610 if (!rot47.Decrypt(encrypted_value, &decrypted_value)) {
624 CryptoROT47 rot47; local
626 if (!rot47.Encrypt(value, &encrypted_value)) {
key_file_store_unittest.cc 48 const char kROT47Text[] = "rot47:%9:D :D 2 E6DEP";

Completed in 115 milliseconds