Searched defs:Encryptor (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/google_apis/gcm/base/
H A Dencryptor.h13 class GCM_EXPORT Encryptor { class in namespace:gcm
22 virtual ~Encryptor() {}
/external/chromium_org/sync/util/
H A Dencryptor.h12 class Encryptor { class in namespace:syncer
22 virtual ~Encryptor() {}
/external/chromium_org/crypto/
H A Dencryptor_nss.cc18 inline CK_MECHANISM_TYPE GetMechanism(Encryptor::Mode mode) {
20 case Encryptor::CBC:
22 case Encryptor::CTR:
35 Encryptor::Encryptor() function in class:crypto::Encryptor
41 Encryptor::~Encryptor() {
44 bool Encryptor::Init(SymmetricKey* key,
74 bool Encryptor::Encrypt(const base::StringPiece& plaintext,
89 bool Encryptor
[all...]
H A Dencryptor.h25 class CRYPTO_EXPORT Encryptor { class in namespace:crypto
56 Encryptor();
57 virtual ~Encryptor();
H A Dencryptor_openssl.cc46 Encryptor::Encryptor() function in class:crypto::Encryptor
51 Encryptor::~Encryptor() {
54 bool Encryptor::Init(SymmetricKey* key,
73 bool Encryptor::Encrypt(const base::StringPiece& plaintext,
81 bool Encryptor::Decrypt(const base::StringPiece& ciphertext,
89 bool Encryptor::Crypt(bool do_encrypt,
138 bool Encryptor::CryptCTR(bool do_encrypt,

Completed in 5020 milliseconds