HomeSort by relevance Sort by last modified time
    Searched refs:is_encrypted (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/sync/syncable/
nigori_util.h 54 // Verifies all data of type |type| is encrypted if |is_encrypted| is true or is
58 bool is_encrypted);
nigori_util.cc 152 bool is_encrypted) {
187 if (specifics.has_encrypted() != is_encrypted)
  /external/openssl/crypto/pem/
pvkfmt.c 665 unsigned int pvk_magic, is_encrypted; local
693 is_encrypted = read_ledword(&p);
697 if (is_encrypted && !*psaltlen)

Completed in 1090 milliseconds