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:verified
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H
A
D
pkcs7_trust.c
40
if (x509->
verified
)
in pkcs7_validate_trust_one()
41
goto
verified
;
in pkcs7_validate_trust_one()
124
verified
:
in pkcs7_validate_trust_one()
126
x509->
verified
= true;
in pkcs7_validate_trust_one()
128
p->
verified
= true;
in pkcs7_validate_trust_one()
H
A
D
x509_parser.h
37
bool
verified
;
member
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H
A
D
pkcs7_trust.c
40
if (x509->
verified
)
in pkcs7_validate_trust_one()
41
goto
verified
;
in pkcs7_validate_trust_one()
124
verified
:
in pkcs7_validate_trust_one()
126
x509->
verified
= true;
in pkcs7_validate_trust_one()
128
p->
verified
= true;
in pkcs7_validate_trust_one()
H
A
D
x509_parser.h
37
bool
verified
;
member
/kernel/linux/linux-6.6/fs/verity/
H
A
D
verify.c
17
* @hpage, has already been
verified
.
22
bool
verified
;
in is_hash_block_verified()
local
29
* to directly indicate whether the page's block has been
verified
.
in is_hash_block_verified()
40
* to indicate whether each hash block has been
verified
.
in is_hash_block_verified()
43
* re-instantiated from the backing storage are re-
verified
. To do
in is_hash_block_verified()
63
verified
= test_bit(hblock_idx, vi->hash_block_verified);
in is_hash_block_verified()
75
verified
= false;
in is_hash_block_verified()
78
return
verified
;
in is_hash_block_verified()
86
* only ascend the tree until an already-
verified
hash block is seen, and then
147
* the way until we find a hash block that has already been
verified
, o
in verify_data_block()
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H
A
D
balloc.c
415
goto
verified
;
in ext4_validate_block_bitmap()
444
verified
:
in ext4_validate_block_bitmap()
H
A
D
ialloc.c
99
goto
verified
;
in ext4_validate_inode_bitmap()
112
verified
:
in ext4_validate_inode_bitmap()
/kernel/linux/linux-6.6/fs/ext4/
H
A
D
balloc.c
417
goto
verified
;
in ext4_validate_block_bitmap()
445
verified
:
in ext4_validate_block_bitmap()
H
A
D
ialloc.c
99
goto
verified
;
in ext4_validate_inode_bitmap()
112
verified
:
in ext4_validate_inode_bitmap()
/kernel/linux/linux-5.10/include/linux/
H
A
D
jbd2.h
325
BH_Verified, /* Metadata block has been
verified
ok */
339
BUFFER_FNS(Verified,
verified
)
/kernel/linux/linux-6.6/include/linux/
H
A
D
jbd2.h
315
BH_Verified, /* Metadata block has been
verified
ok */
329
BUFFER_FNS(Verified,
verified
)
/kernel/linux/linux-5.10/net/mac80211/
H
A
D
mlme.c
4926
bool
verified
= true;
in ieee80211_verify_sta_he_mcs_support()
local
4952
verified
= false;
in ieee80211_verify_sta_he_mcs_support()
4957
if (
verified
)
in ieee80211_verify_sta_he_mcs_support()
/kernel/linux/linux-6.6/net/mac80211/
H
A
D
mlme.c
4687
bool
verified
= true;
in ieee80211_verify_sta_he_mcs_support()
local
4721
verified
= false;
in ieee80211_verify_sta_he_mcs_support()
4726
if (
verified
)
in ieee80211_verify_sta_he_mcs_support()
Completed in 28 milliseconds