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:TestFreeBlob
(Results
1 - 25
of
33
) sorted by relevance
1
2
/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/
H
A
D
hks_modify_key_test.c
110
TestFreeBlob
(&plainData);
in BaseTestCipherProcess()
111
TestFreeBlob
(&cipherData);
in BaseTestCipherProcess()
112
TestFreeBlob
(&decryptedData);
in BaseTestCipherProcess()
113
TestFreeBlob
(&ivData);
in BaseTestCipherProcess()
114
TestFreeBlob
(&nonceData);
in BaseTestCipherProcess()
115
TestFreeBlob
(&aadData);
in BaseTestCipherProcess()
182
TestFreeBlob
(&plainData);
in LITE_TEST_CASE()
183
TestFreeBlob
(&cipherData);
in LITE_TEST_CASE()
184
TestFreeBlob
(&decryptedData);
in LITE_TEST_CASE()
185
TestFreeBlob
(
in LITE_TEST_CASE()
[all...]
H
A
D
hks_agreement_test.c
142
TestFreeBlob
(&privateKey);
in LITE_TEST_CASE()
143
TestFreeBlob
(&peerPubKeyAlias);
in LITE_TEST_CASE()
144
TestFreeBlob
(&peerPublicKey);
in LITE_TEST_CASE()
145
TestFreeBlob
(&agreeKey);
in LITE_TEST_CASE()
205
TestFreeBlob
(&privateKey);
in LITE_TEST_CASE()
206
TestFreeBlob
(&peerPubKeyAlias);
in LITE_TEST_CASE()
207
TestFreeBlob
(&peerPublicKey);
in LITE_TEST_CASE()
208
TestFreeBlob
(&agreeKey);
in LITE_TEST_CASE()
209
TestFreeBlob
(&privateKey1);
in LITE_TEST_CASE()
210
TestFreeBlob
(
in LITE_TEST_CASE()
[all...]
H
A
D
hks_bn_exp_mod_test.c
94
TestFreeBlob
(&x);
in LITE_TEST_CASE()
95
TestFreeBlob
(&a);
in LITE_TEST_CASE()
96
TestFreeBlob
(&e);
in LITE_TEST_CASE()
97
TestFreeBlob
(&n);
in LITE_TEST_CASE()
H
A
D
hks_derive_test.c
131
TestFreeBlob
(&keyAlias);
in BaseTestDerive()
132
TestFreeBlob
(&derivedKey);
in BaseTestDerive()
133
TestFreeBlob
(&saltData);
in BaseTestDerive()
134
TestFreeBlob
(&infoData);
in BaseTestDerive()
H
A
D
hks_hash_test.c
112
TestFreeBlob
(&srcData);
in LITE_TEST_CASE()
113
TestFreeBlob
(&hash);
in LITE_TEST_CASE()
H
A
D
hks_mac_test.c
177
TestFreeBlob
(&key);
in BaseTestMac()
178
TestFreeBlob
(&srcData);
in BaseTestMac()
179
TestFreeBlob
(&macData);
in BaseTestMac()
H
A
D
hks_generate_random_test.c
85
TestFreeBlob
(&random);
in LITE_TEST_CASE()
H
A
D
hks_delete_test.c
88
TestFreeBlob
(&keyAlias);
in LITE_TEST_CASE()
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/
H
A
D
hks_modify_key_test.cpp
122
TestFreeBlob
(&plainData);
in BaseTestCipher()
123
TestFreeBlob
(&cipherData);
in BaseTestCipher()
124
TestFreeBlob
(&decryptedData);
in BaseTestCipher()
125
TestFreeBlob
(&ivData);
in BaseTestCipher()
126
TestFreeBlob
(&nonceData);
in BaseTestCipher()
127
TestFreeBlob
(&aadData);
in BaseTestCipher()
174
TestFreeBlob
(&plainData);
in HWTEST_F()
175
TestFreeBlob
(&cipherData);
in HWTEST_F()
176
TestFreeBlob
(&decryptedData);
in HWTEST_F()
177
TestFreeBlob
(
in HWTEST_F()
[all...]
H
A
D
hks_bn_exp_mod_test.cpp
94
TestFreeBlob
(&x);
in HWTEST_F()
95
TestFreeBlob
(&a);
in HWTEST_F()
96
TestFreeBlob
(&e);
in HWTEST_F()
97
TestFreeBlob
(&n);
in HWTEST_F()
H
A
D
hks_agreement_test.cpp
140
TestFreeBlob
(&privateKey);
in HWTEST_F()
141
TestFreeBlob
(&peerPubKeyAliasTest);
in HWTEST_F()
142
TestFreeBlob
(&peerPublicKeyTest);
in HWTEST_F()
143
TestFreeBlob
(&agreeKey);
in HWTEST_F()
H
A
D
hks_derive_test.cpp
129
TestFreeBlob
(&keyAliasTest);
in BaseTestDerive()
130
TestFreeBlob
(&derivedKey);
in BaseTestDerive()
131
TestFreeBlob
(&saltData);
in BaseTestDerive()
132
TestFreeBlob
(&infoData);
in BaseTestDerive()
H
A
D
hks_test_common.c
18
void
TestFreeBlob
(struct HksBlob **key)
in TestFreeBlob()
function
H
A
D
hks_hash_test.cpp
106
TestFreeBlob
(&srcData);
in HWTEST_F()
107
TestFreeBlob
(&hash);
in HWTEST_F()
H
A
D
hks_mac_test.cpp
177
TestFreeBlob
(&key);
in BaseTestMac()
178
TestFreeBlob
(&srcData);
in BaseTestMac()
179
TestFreeBlob
(&macData);
in BaseTestMac()
H
A
D
hks_generate_random_test.cpp
84
TestFreeBlob
(&random);
in HWTEST_F()
H
A
D
hks_delete_test.cpp
85
TestFreeBlob
(&keyAlias);
in HWTEST_F()
/base/security/huks/test/unittest/huks_common_test/src/
H
A
D
hks_test_cipher_func.cpp
243
TestFreeBlob
(&keyAlias);
in BaseTestCipher()
244
TestFreeBlob
(&plainData);
in BaseTestCipher()
245
TestFreeBlob
(&cipherData);
in BaseTestCipher()
246
TestFreeBlob
(&decryptedData);
in BaseTestCipher()
247
TestFreeBlob
(&ivData);
in BaseTestCipher()
248
TestFreeBlob
(&nonceData);
in BaseTestCipher()
249
TestFreeBlob
(&aadData);
in BaseTestCipher()
296
TestFreeBlob
(&keyAlias);
in BaseTestEncrypt()
297
TestFreeBlob
(&plainData);
in BaseTestEncrypt()
298
TestFreeBlob
(
in BaseTestEncrypt()
[all...]
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/
H
A
D
hks_agreement_test.cpp
140
TestFreeBlob
(&privateKey);
in HWTEST_F()
141
TestFreeBlob
(&peerPubKeyAlias);
in HWTEST_F()
142
TestFreeBlob
(&peerPublicKey);
in HWTEST_F()
143
TestFreeBlob
(&agreeKey);
in HWTEST_F()
199
TestFreeBlob
(&privateKey);
in HWTEST_F()
200
TestFreeBlob
(&peerPubKeyAlias);
in HWTEST_F()
201
TestFreeBlob
(&peerPublicKey);
in HWTEST_F()
202
TestFreeBlob
(&agreeKey);
in HWTEST_F()
203
TestFreeBlob
(&agreeKey2);
in HWTEST_F()
H
A
D
hks_bn_exp_mod_test.cpp
136
TestFreeBlob
(&x);
in HWTEST_F()
137
TestFreeBlob
(&a);
in HWTEST_F()
138
TestFreeBlob
(&e);
in HWTEST_F()
139
TestFreeBlob
(&n);
in HWTEST_F()
H
A
D
hks_derive_test.cpp
127
TestFreeBlob
(&keyAlias);
in BaseTestDerive()
128
TestFreeBlob
(&derivedKey);
in BaseTestDerive()
129
TestFreeBlob
(&saltData);
in BaseTestDerive()
130
TestFreeBlob
(&infoData);
in BaseTestDerive()
H
A
D
hks_hash_test.cpp
106
TestFreeBlob
(&srcData);
in HWTEST_F()
107
TestFreeBlob
(&hash);
in HWTEST_F()
H
A
D
hks_mac_test.cpp
176
TestFreeBlob
(&keyTest);
in BaseTestMac()
177
TestFreeBlob
(&srcData);
in BaseTestMac()
178
TestFreeBlob
(&macData);
in BaseTestMac()
H
A
D
hks_generate_random_test.cpp
84
TestFreeBlob
(&random);
in HWTEST_F()
/base/security/huks/test/unittest/huks_lite_test/common/
H
A
D
hks_test_common.c
22
void
TestFreeBlob
(struct HksBlob **key)
in TestFreeBlob()
function
Completed in 7 milliseconds
1
2