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:keyDist
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H
A
D
smp_receive.c
659
if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY) {
in SMP_RecvEncInfoProcessMaster()
667
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_RecvEncInfoProcessMaster()
675
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY) {
in SMP_RecvEncInfoProcessMaster()
729
if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY) {
in SMP_RecvMasterIdentProcessMaster()
737
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_RecvMasterIdentProcessMaster()
745
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY) {
in SMP_RecvMasterIdentProcessMaster()
804
(SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY)) {
in SMP_RecvIdentInfoProcessMaster()
808
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_RecvIdentInfoProcessMaster()
817
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY) {
in SMP_RecvIdentInfoProcessMaster()
882
(SMP_GetPairMng()->local.
keyDist
in SMP_RecvIdentAddrInfoProcessMaster()
[all...]
H
A
D
smp_tool.c
747
mng->local.
keyDist
= mng->local.pairParam.initKeyDist & mng->peer.pairParam.initKeyDist;
in SMP_CalculateKeyDistribution()
748
mng->peer.
keyDist
= mng->local.pairParam.respKeyDist & mng->peer.pairParam.respKeyDist;
in SMP_CalculateKeyDistribution()
750
mng->local.
keyDist
= mng->local.pairParam.respKeyDist & mng->peer.pairParam.respKeyDist;
in SMP_CalculateKeyDistribution()
751
mng->peer.
keyDist
= mng->local.pairParam.initKeyDist & mng->peer.pairParam.initKeyDist;
in SMP_CalculateKeyDistribution()
752
mng->local.pairParam.initKeyDist = mng->peer.
keyDist
;
in SMP_CalculateKeyDistribution()
753
mng->local.pairParam.respKeyDist = mng->local.
keyDist
;
in SMP_CalculateKeyDistribution()
757
mng->local.
keyDist
= mng->local.
keyDist
& (~SMP_KEY_DIST_BIT_ENC_KEY);
in SMP_CalculateKeyDistribution()
758
mng->peer.
keyDist
= mng->peer.
keyDist
in SMP_CalculateKeyDistribution()
[all...]
H
A
D
smp_hci_event.c
799
(SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY)) {
in SMP_LinkLayerEncCompMaster()
803
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_LinkLayerEncCompMaster()
812
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY) {
in SMP_LinkLayerEncCompMaster()
830
(SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY)) {
in SMP_LinkLayerEncCompSlave()
832
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_LinkLayerEncCompSlave()
838
} else if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY) {
in SMP_LinkLayerEncCompSlave()
850
if (SMP_GetPairMng()->peer.
keyDist
== 0x00) {
in SMP_LinkLayerEncCompSlave()
851
LOG_INFO("g_smpPairMng.peer.
keyDist
is 0.");
in SMP_LinkLayerEncCompSlave()
H
A
D
smp_legacy.c
337
if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_LegacyPairMasterStep16()
345
} else if ((SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY) ||
in SMP_LegacyPairMasterStep16()
346
(SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY)) {
in SMP_LegacyPairMasterStep16()
714
if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_LegacyPairSlaveStep17()
722
} else if ((SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY) ||
in SMP_LegacyPairSlaveStep17()
723
(SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY)) {
in SMP_LegacyPairSlaveStep17()
735
if (!SMP_GetPairMng()->peer.
keyDist
) {
in SMP_LegacyPairSlaveStep17()
H
A
D
smp_send.c
64
if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ENC_KEY) {
in SMP_SendDistributionKeysToRemote()
71
if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_ID_KEY) {
in SMP_SendDistributionKeysToRemote()
78
if (SMP_GetPairMng()->local.
keyDist
& SMP_KEY_DIST_BIT_SIGN_KEY) {
in SMP_SendDistributionKeysToRemote()
549
} else if (SMP_GetPairMng()->peer.
keyDist
== 0x00) {
in SMP_SendKeysToRemoteCbProcess()
550
LOG_INFO("g_smpPairMng.peer.
keyDist
is 0.");
in SMP_SendKeysToRemoteCbProcess()
H
A
D
smp_def.h
141
uint8_t
keyDist
;
member
H
A
D
smp.c
1581
pairResult.localKeyDist = g_smpPairMng.local.
keyDist
;
in SMP_GenPairRetNormal()
1582
pairResult.peerKeyDist = g_smpPairMng.peer.
keyDist
;
in SMP_GenPairRetNormal()
Completed in 10 milliseconds