Searched refs:is_encrypted (Results 1 – 8 of 8) sorted by relevance
/external/angle/third_party/zlib/google/ |
D | zip_reader.h | 111 bool is_encrypted() const { return is_encrypted_; } in is_encrypted() function
|
D | zip_reader_unittest.cc | 379 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/ |
D | zip_reader.h | 111 bool is_encrypted() const { return is_encrypted_; } in is_encrypted() function
|
D | zip_reader_unittest.cc | 379 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/ |
D | dump.c | 420 int is_encrypted = file_is_encrypt(inode); in dump_file() local 423 if (is_encrypted) { in dump_file()
|
/external/python/cpython2/Lib/ |
D | zipfile.py | 983 is_encrypted = zinfo.flag_bits & 0x1 985 if is_encrypted:
|
/external/python/cpython3/Lib/ |
D | zipfile.py | 1549 is_encrypted = zinfo.flag_bits & 0x1 1550 if is_encrypted:
|
/external/libcups/scheduler/ |
D | ipp.c | 4851 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()
|