Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot.c262 static void determine_crypto_options(int *is_encrypted, int *is_signed, in determine_crypto_options() argument
267 *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() local
305 determine_crypto_options(&is_encrypted, &is_signed, &use_zero_key); in warmboot_prepare_code()
353 if (is_encrypted) { in warmboot_prepare_code()
/openbmc/linux/fs/ntfs3/
H A Dfile.c83 if (is_encrypted(ni)) in ntfs_getattr()
266 if (is_encrypted(ni)) { in ntfs_file_mmap()
743 if (is_encrypted(ni)) { in ntfs_file_read_iter()
780 if (is_encrypted(ni)) { in ntfs_file_splice_read()
1077 if (is_encrypted(ni)) { in ntfs_file_write_iter()
1140 if (unlikely((is_compressed(ni) || is_encrypted(ni)) && in ntfs_file_open()
H A Dntfs_fs.h1064 static inline bool is_encrypted(const struct ntfs_inode *ni) in is_encrypted() function
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dbh.c172 bool is_encrypted = false; in tx_helper() local
192 if (is_encrypted) in tx_helper()
/openbmc/linux/net/tls/
H A Dtls_device.c987 int is_decrypted, is_encrypted; in tls_device_decrypted() local
991 is_encrypted = !is_decrypted; in tls_device_decrypted()
994 is_encrypted = 0; in tls_device_decrypted()
999 is_encrypted, is_decrypted); in tls_device_decrypted()
1002 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()
1020 if (is_encrypted) { in tls_device_decrypted()