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:ii
(Results
1 - 18
of
18
) sorted by relevance
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H
A
D
hks_crypto_hal_sm3_cipher.cpp
92
for (uint32_t
ii
= 0;
ii
< dataLen;
ii
++) {
in HWTEST_F()
93
message.data[
ii
] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF *
ii
]);
in HWTEST_F()
114
for (uint32_t
ii
= 0;
ii
< dataLen;
ii
++) {
in HWTEST_F()
115
message.data[
ii
] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF *
ii
]);
in HWTEST_F()
[all...]
H
A
D
hks_crypto_hal_aes_decrypt.cpp
334
for (uint32_t
ii
= 0;
ii
< keyLen;
ii
++) {
in RunTestCase()
335
key.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
346
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCase()
347
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
[all...]
H
A
D
hks_crypto_hal_rsa_decrypt.cpp
322
for (uint32_t
ii
= 0;
ii
< keyLenTest;
ii
++) {
in RunTestCase()
323
key.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
331
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCase()
332
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
[all...]
H
A
D
hks_crypto_hal_rsa_encrypt.cpp
311
for (uint32_t
ii
= 0;
ii
< keyLen;
ii
++) {
in RunTestCase()
312
key.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
323
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCase()
324
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
[all...]
H
A
D
hks_crypto_hal_dsa_sign.cpp
106
for (uint32_t
ii
= 0;
ii
< dataLen;
ii
++) {
in RunTestCase()
107
message.data[
ii
] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
H
A
D
hks_crypto_hal_hmac_hmac.cpp
126
for (uint32_t
ii
= 0;
ii
< dataLen;
ii
++) {
in RunTestCase()
127
message.data[
ii
] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
H
A
D
hks_crypto_hal_aes_encrypt.cpp
408
for (uint32_t
ii
= 0;
ii
< keyLen;
ii
++) {
in RunTestCase()
409
key.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
419
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCase()
420
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
[all...]
H
A
D
hks_crypto_hal_rsa_oaep_decrypt.cpp
785
for (uint32_t
ii
= 0;
ii
< keyLen;
ii
++) {
in RunTestCase()
786
key.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
794
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCase()
795
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
[all...]
H
A
D
hks_crypto_hal_rsa_oaep_encrypt.cpp
659
for (uint32_t
ii
= 0;
ii
< keyLen;
ii
++) {
in RunTestCase()
660
key.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
668
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCase()
669
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
[all...]
H
A
D
hks_crypto_hal_aes_cipher.cpp
622
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCaseThreeStage()
623
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCaseThreeStage()
717
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCaseThreeStageGCM()
718
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCaseThreeStageGCM()
[all...]
H
A
D
hks_crypto_hal_api_mbedtls.cpp
583
for (uint32_t
ii
= 0;
ii
< dataLen;
ii
++) {
in HWTEST_F()
584
message.data[
ii
] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF *
ii
]);
in HWTEST_F()
H
A
D
hks_crypto_hal_ecdsa_sign.cpp
525
for (uint32_t
ii
= 0;
ii
< dataLen;
ii
++) {
in RunTestCase()
526
message.data[
ii
] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
H
A
D
hks_crypto_hal_rsa_cipher.cpp
884
for (uint32_t
ii
= 0;
ii
< inLen;
ii
++) {
in RunTestCase()
885
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
H
A
D
hks_crypto_hal_rsa_sign.cpp
1472
for (uint32_t
ii
= 0;
ii
< dataLen;
ii
++) {
in RunTestCase()
1473
message.data[
ii
] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF *
ii
]);
in RunTestCase()
/base/security/huks/test/reliability/src/
H
A
D
api_pressure_test.cpp
477
void DeleteKeyTest(uint32_t
ii
);
491
void CipherScene(uint32_t
ii
);
492
void SignScene(uint32_t
ii
);
493
void AgreeScene(uint32_t
ii
);
587
void ApiPressureTest::DeleteKeyTest(uint32_t
ii
)
in DeleteKeyTest()
argument
593
std::string key = "KeyForThread" + std::to_string(
ii
);
in DeleteKeyTest()
800
void ApiPressureTest::CipherScene(uint32_t
ii
)
in CipherScene()
argument
802
std::string key = "KeyForThread" + std::to_string(
ii
);
in CipherScene()
845
void ApiPressureTest::SignScene(uint32_t
ii
)
in SignScene()
argument
847
std::string key = "KeyForThread" + std::to_string(
ii
);
in SignScene()
878
AgreeScene(uint32_t
ii
)
AgreeScene()
argument
[all...]
H
A
D
pressure_test.cpp
125
for (uint32_t
ii
= 0;
ii
< TEST_FREQUENCY;
ii
++) {
in HWTEST_F()
148
for (uint32_t
ii
= 0;
ii
< TEST_FREQUENCY;
ii
++) {
in HWTEST_F()
167
for (uint32_t
ii
= 0;
ii
< TEST_FREQUENCY;
ii
++) {
in HWTEST_F()
187
for (uint32_t
ii
in HWTEST_F()
[all...]
/base/hiviewdfx/hilog_lite/frameworks/featured/
H
A
D
hiview_log.c
246
for (
ii
= 0;
ii
< txtLen; ++
ii
) { \
259
for (
ii
= 0;
ii
< txtLen; ++
ii
) { \
284
for (
ii
= 0;
ii
< padLen; ++
ii
) { \
548
int
ii
in HiLogSecOutputS()
local
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/
H
A
D
event_server.cpp
406
for (int
ii
= 0;
ii
< eventCount;
ii
++) {
in Start()
407
auto it = devs_.find(chkPollEvents[
ii
].data.fd);
in Start()
Completed in 18 milliseconds