Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_encrypted
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wfx/
H
A
D
bh.c
174
bool
is_encrypted
= false;
in tx_helper()
local
194
if (
is_encrypted
)
in tx_helper()
/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
H
A
D
bh.c
172
bool
is_encrypted
= false;
in tx_helper()
local
192
if (
is_encrypted
)
in tx_helper()
/kernel/linux/linux-6.6/fs/ntfs3/
H
A
D
file.c
83
if (
is_encrypted
(ni))
in ntfs_getattr()
266
if (
is_encrypted
(ni)) {
in ntfs_file_mmap()
744
if (
is_encrypted
(ni)) {
in ntfs_file_read_iter()
781
if (
is_encrypted
(ni)) {
in ntfs_file_splice_read()
1078
if (
is_encrypted
(ni)) {
in ntfs_file_write_iter()
1141
if (unlikely((is_compressed(ni) ||
is_encrypted
(ni)) &&
in ntfs_file_open()
H
A
D
ntfs_fs.h
1063
static inline bool
is_encrypted
(const struct ntfs_inode *ni)
in is_encrypted()
function
/kernel/linux/linux-6.6/net/tls/
H
A
D
tls_device.c
987
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()
/kernel/linux/linux-5.10/net/tls/
H
A
D
tls_device.c
956
int
is_encrypted
= !is_decrypted;
in tls_device_decrypted()
local
962
is_encrypted
&= !skb_iter->decrypted;
in tls_device_decrypted()
967
is_encrypted
, is_decrypted);
in tls_device_decrypted()
972
if (likely(
is_encrypted
|| is_decrypted))
in tls_device_decrypted()
990
if (
is_encrypted
) {
in tls_device_decrypted()
Completed in 8 milliseconds