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

/system/connectivity/shill/
H A Dcrypto_des_cbc.h37 class CryptoDESCBC : public CryptoInterface { class in namespace:shill
41 CryptoDESCBC();
67 DISALLOW_COPY_AND_ASSIGN(CryptoDESCBC);
H A Dcrypto_des_cbc.cc31 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() {} function in class:shill::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
[all...]

Completed in 68 milliseconds