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:SMP_DIST_ENC_KEY
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
smp.h
50
#define
SMP_DIST_ENC_KEY
0x01
macro
H
A
D
smp.c
58
#define SMP_SC_NO_DIST (
SMP_DIST_ENC_KEY
| SMP_DIST_LINK_KEY);
658
local_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_pairing_cmd()
659
remote_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_pairing_cmd()
1196
if (smp->remote_key_dist &
SMP_DIST_ENC_KEY
)
in smp_allow_key_dist()
1272
if (hcon->type == ACL_LINK && (*keydist &
SMP_DIST_ENC_KEY
))
in smp_distribute_keys()
1281
if (*keydist &
SMP_DIST_ENC_KEY
) {
in smp_distribute_keys()
1314
*keydist &= ~
SMP_DIST_ENC_KEY
;
in smp_distribute_keys()
1706
local_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_bredr_pairing_cmd()
1707
remote_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_bredr_pairing_cmd()
2541
smp->remote_key_dist &= ~
SMP_DIST_ENC_KEY
;
in smp_cmd_initiator_ident()
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
smp.h
50
#define
SMP_DIST_ENC_KEY
0x01
macro
H
A
D
smp.c
57
#define SMP_SC_NO_DIST (
SMP_DIST_ENC_KEY
| SMP_DIST_LINK_KEY)
659
local_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_pairing_cmd()
660
remote_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_pairing_cmd()
1202
if (smp->remote_key_dist &
SMP_DIST_ENC_KEY
)
in smp_allow_key_dist()
1278
if (hcon->type == ACL_LINK && (*keydist &
SMP_DIST_ENC_KEY
))
in smp_distribute_keys()
1287
if (*keydist &
SMP_DIST_ENC_KEY
) {
in smp_distribute_keys()
1320
*keydist &= ~
SMP_DIST_ENC_KEY
;
in smp_distribute_keys()
1712
local_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_bredr_pairing_cmd()
1713
remote_dist =
SMP_DIST_ENC_KEY
| SMP_DIST_SIGN;
in build_bredr_pairing_cmd()
2547
smp->remote_key_dist &= ~
SMP_DIST_ENC_KEY
;
in smp_cmd_initiator_ident()
[all...]
Completed in 9 milliseconds