Home
last modified time | relevance | path

Searched refs:is_encrypted (Results 1 – 8 of 8) sorted by relevance

/external/angle/third_party/zlib/google/
Dzip_reader.h111 bool is_encrypted() const { return is_encrypted_; } in is_encrypted() function
Dzip_reader_unittest.cc379 EXPECT_TRUE(reader.current_entry_info()->is_encrypted()); in TEST_F()
384 EXPECT_FALSE(reader.current_entry_info()->is_encrypted()); in TEST_F()
/external/zlib/google/
Dzip_reader.h111 bool is_encrypted() const { return is_encrypted_; } in is_encrypted() function
Dzip_reader_unittest.cc379 EXPECT_TRUE(reader.current_entry_info()->is_encrypted()); in TEST_F()
384 EXPECT_FALSE(reader.current_entry_info()->is_encrypted()); in TEST_F()
/external/f2fs-tools/fsck/
Ddump.c420 int is_encrypted = file_is_encrypt(inode); in dump_file() local
423 if (is_encrypted) { in dump_file()
/external/python/cpython2/Lib/
Dzipfile.py983 is_encrypted = zinfo.flag_bits & 0x1
985 if is_encrypted:
/external/python/cpython3/Lib/
Dzipfile.py1549 is_encrypted = zinfo.flag_bits & 0x1
1550 if is_encrypted:
/external/libcups/scheduler/
Dipp.c4851 int is_encrypted = httpIsEncrypted(con->http); in copy_printer_attrs() local
4886 …httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), is_encrypted ? "ipps" : "ipp", NULL, con->… in copy_printer_attrs()
4939 …httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), is_encrypted ? "https" : "http", NULL, con… in copy_printer_attrs()
4955 …httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), is_encrypted ? "https" : "http", NULL, con… in copy_printer_attrs()
4979 …httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), is_encrypted ? "https" : "http", NULL, con… in copy_printer_attrs()
5011 …httpAssembleURIf(HTTP_URI_CODING_ALL, uri, sizeof(uri), is_encrypted ? "ipps" : "ipp", NULL, con->… in copy_printer_attrs()