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:cs_index
(Results
1 - 5
of
5
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H
A
D
ieee802_1x_kay.c
1553
unsigned int
cs_index
= participant->kay->macsec_csindex;
in ieee802_1x_mka_get_dist_sak_length()
local
1555
if (participant->advised_desired &&
cs_index
< CS_TABLE_SIZE) {
in ieee802_1x_mka_get_dist_sak_length()
1557
if (
cs_index
!= DEFAULT_CS_INDEX)
in ieee802_1x_mka_get_dist_sak_length()
1560
length += cipher_suite_tbl[
cs_index
].sak_len + 8;
in ieee802_1x_mka_get_dist_sak_length()
1578
unsigned int
cs_index
;
in ieee802_1x_mka_encode_dist_sak_body()
local
1600
cs_index
= participant->kay->macsec_csindex;
in ieee802_1x_mka_encode_dist_sak_body()
1602
if (
cs_index
>= CS_TABLE_SIZE)
in ieee802_1x_mka_encode_dist_sak_body()
1604
if (
cs_index
!= DEFAULT_CS_INDEX) {
in ieee802_1x_mka_encode_dist_sak_body()
1607
cs = host_to_be64(cipher_suite_tbl[
cs_index
].id);
in ieee802_1x_mka_encode_dist_sak_body()
1612
cipher_suite_tbl[
cs_index
]
in ieee802_1x_mka_encode_dist_sak_body()
3864
ieee802_1x_kay_change_cipher_suite(struct ieee802_1x_kay *kay, unsigned int
cs_index
)
ieee802_1x_kay_change_cipher_suite()
argument
[all...]
H
A
D
ieee802_1x_kay.h
259
unsigned int
cs_index
);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H
A
D
ieee802_1x_kay.c
1590
unsigned int
cs_index
= participant->kay->macsec_csindex;
in ieee802_1x_mka_get_dist_sak_length()
local
1592
if (participant->advised_desired &&
cs_index
< CS_TABLE_SIZE) {
in ieee802_1x_mka_get_dist_sak_length()
1594
if (
cs_index
!= DEFAULT_CS_INDEX)
in ieee802_1x_mka_get_dist_sak_length()
1597
length += cipher_suite_tbl[
cs_index
].sak_len + 8;
in ieee802_1x_mka_get_dist_sak_length()
1615
unsigned int
cs_index
;
in ieee802_1x_mka_encode_dist_sak_body()
local
1637
cs_index
= participant->kay->macsec_csindex;
in ieee802_1x_mka_encode_dist_sak_body()
1639
if (
cs_index
>= CS_TABLE_SIZE)
in ieee802_1x_mka_encode_dist_sak_body()
1641
if (
cs_index
!= DEFAULT_CS_INDEX) {
in ieee802_1x_mka_encode_dist_sak_body()
1644
cs = host_to_be64(cipher_suite_tbl[
cs_index
].id);
in ieee802_1x_mka_encode_dist_sak_body()
1649
cipher_suite_tbl[
cs_index
]
in ieee802_1x_mka_encode_dist_sak_body()
3900
ieee802_1x_kay_change_cipher_suite(struct ieee802_1x_kay *kay, unsigned int
cs_index
)
ieee802_1x_kay_change_cipher_suite()
argument
[all...]
H
A
D
ieee802_1x_kay.h
259
unsigned int
cs_index
);
/third_party/f2fs-tools/fsck/
H
A
D
fsck.c
3015
int
cs_index
, ret, last_valid_blkoff;
in chk_and_fix_wp_with_sit()
local
3034
for (
cs_index
= 0;
cs_index
< NO_CHECK_TYPE;
cs_index
++) {
in chk_and_fix_wp_with_sit()
3035
cs = &SM_I(sbi)->curseg_array[
cs_index
];
in chk_and_fix_wp_with_sit()
Completed in 12 milliseconds