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

  /external/chromium/crypto/
encryptor_mac.cc 40 bool Encryptor::Crypt(int /*CCOperation*/ op,
69 return Crypt(kCCEncrypt, plaintext, ciphertext);
73 return Crypt(kCCDecrypt, ciphertext, plaintext);
encryptor_openssl.cc 73 return Crypt(true, plaintext, ciphertext);
77 return Crypt(false, ciphertext, plaintext);
80 bool Encryptor::Crypt(bool do_encrypt,
83 DCHECK(key_); // Must call Init() before En/De-crypt.

Completed in 4016 milliseconds