HomeSort by relevance Sort by last modified time
    Searched defs:CryptoDESCBC (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/
crypto_des_cbc.h 37 class CryptoDESCBC : public CryptoInterface {
41 CryptoDESCBC();
67 DISALLOW_COPY_AND_ASSIGN(CryptoDESCBC);
crypto_des_cbc.cc 31 const unsigned int CryptoDESCBC::kBlockSize = 8;
32 const char CryptoDESCBC::kID[] = "des-cbc";
33 const char CryptoDESCBC::kSentinel[] = "[ok]";
34 const char CryptoDESCBC::kVersion2Prefix[] = "02:";
36 CryptoDESCBC::CryptoDESCBC() {}
38 string CryptoDESCBC::GetID() {
42 bool CryptoDESCBC::Encrypt(const string& plaintext, string* ciphertext) {
48 bool CryptoDESCBC::Decrypt(const string& ciphertext, string* plaintext) {
96 bool CryptoDESCBC::LoadKeyMatter(const FilePath& path)
    [all...]

Completed in 2014 milliseconds