Home
last modified time | relevance | path

Searched refs:is_encrypted (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/zlib/google/
H A Dzip_reader.cc239 entry_.is_encrypted = info.flag & 1; in OpenEntry()
240 if (entry_.is_encrypted) { in OpenEntry()
361 entry_.is_encrypted ? password_.c_str() : nullptr; in ExtractCurrentEntry()
477 entry_.is_encrypted ? password_.c_str() : nullptr; in ExtractCurrentEntryToFilePathAsync()
H A Dzip_reader_unittest.cc411 EXPECT_FALSE(entry->is_encrypted); in TEST_F()
427 EXPECT_TRUE(entry->is_encrypted); in TEST_F()
446 EXPECT_FALSE(entry->is_encrypted); in TEST_F()
462 EXPECT_TRUE(entry->is_encrypted); in TEST_F()
474 EXPECT_TRUE(entry->is_encrypted); in TEST_F()
H A Dzip_reader.h138 bool is_encrypted = false; member
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader.cc239 entry_.is_encrypted = info.flag & 1; in OpenEntry()
341 entry_.is_encrypted ? password_.c_str() : nullptr; in ExtractCurrentEntry()
436 entry_.is_encrypted ? password_.c_str() : nullptr; in ExtractCurrentEntryToFilePathAsync()
H A Dzip_reader_unittest.cc425 EXPECT_FALSE(entry->is_encrypted); in TEST_F()
441 EXPECT_TRUE(entry->is_encrypted); in TEST_F()
460 EXPECT_FALSE(entry->is_encrypted); in TEST_F()
476 EXPECT_TRUE(entry->is_encrypted); in TEST_F()
488 EXPECT_TRUE(entry->is_encrypted); in TEST_F()
H A Dzip_reader.h135 bool is_encrypted; member
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader.h111 bool is_encrypted() const { return is_encrypted_; } in is_encrypted() function in zip::ZipReader::EntryInfo
H A Dzip_reader_unittest.cc378 EXPECT_TRUE(reader.current_entry_info()->is_encrypted()); in TEST_F()
383 EXPECT_FALSE(reader.current_entry_info()->is_encrypted()); in TEST_F()
/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpvkfmt.c753 unsigned int pvk_magic, is_encrypted; in ossl_do_PVK_header() local
776 is_encrypted = read_ledword(&p); in ossl_do_PVK_header()
783 if (is_encrypted && *psaltlen == 0) { in ossl_do_PVK_header()
/third_party/openssl/crypto/pem/
H A Dpvkfmt.c753 unsigned int pvk_magic, is_encrypted; in ossl_do_PVK_header() local
776 is_encrypted = read_ledword(&p); in ossl_do_PVK_header()
783 if (is_encrypted && *psaltlen == 0) { in ossl_do_PVK_header()
/third_party/f2fs-tools/fsck/
H A Ddump.c481 int is_encrypted = file_is_encrypt(inode); in dump_file() local
484 if (is_encrypted) { in dump_file()
/third_party/python/Lib/
H A Dzipfile.py1607 is_encrypted = zinfo.flag_bits & _MASK_ENCRYPTED
1608 if is_encrypted:

Completed in 15 milliseconds