Searched refs:is_encrypted (Results 1 – 9 of 9) sorted by relevance
262 static void determine_crypto_options(int *is_encrypted, int *is_signed, in determine_crypto_options() argument267 *is_encrypted = 0; in determine_crypto_options()273 *is_encrypted = 0; in determine_crypto_options()300 int is_encrypted; /* Segment is encrypted */ in warmboot_prepare_code() local305 determine_crypto_options(&is_encrypted, &is_signed, &use_zero_key); in warmboot_prepare_code()353 if (is_encrypted) { in warmboot_prepare_code()
111 bool is_encrypted() const { return is_encrypted_; } in is_encrypted() function
378 EXPECT_TRUE(reader.current_entry_info()->is_encrypted()); in TEST_F()383 EXPECT_FALSE(reader.current_entry_info()->is_encrypted()); in TEST_F()
419 int is_encrypted = file_is_encrypt(inode); in dump_file() local422 if (is_encrypted) { in dump_file()
983 is_encrypted = zinfo.flag_bits & 0x1985 if is_encrypted:
986 is_encrypted = zinfo.flag_bits & 0x1988 if is_encrypted:
1559 is_encrypted = zinfo.flag_bits & 0x11560 if is_encrypted: