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
defs:ctx
(Results
1 - 25
of
118
) sorted by relevance
1
2
3
4
5
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
H
A
D
hks_openssl_bn.h
35
BN_CTX *
ctx
;
member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H
A
D
hks_mbedtls_ecdsa.c
106
mbedtls_ecdsa_context
ctx
;
in HksMbedtlsEcdsaVerify()
local
[all...]
H
A
D
hks_mbedtls_ecdh.c
42
EccKeyMaterialToCtx(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, mbedtls_ecdh_context *
ctx
)
EccKeyMaterialToCtx()
argument
[all...]
H
A
D
hks_mbedtls_kdf.c
43
mbedtls_md_context_t
ctx
;
in DeriveKeyPbkdf2()
local
/base/security/huks/test/unittest/huks_standard_test/module_test/framework_test/crypto_engine_test/src/
H
A
D
hks_openssl_sm4_test.cpp
89
void *
ctx
= nullptr;
in HWTEST_F()
local
236
HksOpensslBlockCipherCtx
ctx
= {
in HWTEST_F()
local
H
A
D
hks_openssl_hash_test.cpp
91
void *
ctx
= nullptr;
in HWTEST_F()
local
107
void *
ctx
= nullptr;
in HWTEST_F()
local
123
void *
ctx
= nullptr;
in HWTEST_F()
local
137
void *
ctx
in HWTEST_F()
local
151
void *
ctx
= nullptr;
HWTEST_F()
local
165
void *
ctx
= nullptr;
HWTEST_F()
local
179
void *
ctx
= nullptr;
HWTEST_F()
local
193
void *
ctx
= nullptr;
HWTEST_F()
local
[all...]
H
A
D
hks_openssl_engine_test.cpp
110
void *
ctx
= nullptr;
in HWTEST_F()
local
H
A
D
hks_openssl_aes_test.cpp
107
struct HksOpensslBlockCipherCtx *
ctx
=
in HWTEST_F()
local
139
struct HksOpensslBlockCipherCtx *
ctx
=
HWTEST_F()
local
204
struct HksOpensslBlockCipherCtx *
ctx
=
HWTEST_F()
local
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
H
A
D
aes_openssl_common.h
27
EVP_CIPHER_CTX *
ctx
;
member
/base/security/crypto_framework/test/unittest/src/native/
H
A
D
native_sym_key_test.cpp
48
OH_CryptoSymKeyGenerator *
ctx
= nullptr;
in HWTEST_F()
local
67
OH_CryptoSymKeyGenerator *
ctx
= nullptr;
in HWTEST_F()
local
[all...]
H
A
D
native_asym_key_test.cpp
140
OH_CryptoAsymKeyGenerator *
ctx
= nullptr;
in HWTEST_F()
local
182
OH_CryptoAsymKeyGenerator *
ctx
= nullptr;
in HWTEST_F()
local
[all...]
H
A
D
native_sym_cipher_test.cpp
167
OH_CryptoSymKeyGenerator *
ctx
= nullptr;
in HWTEST_F()
local
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/
H
A
D
hks_keynode_test.cpp
134
void *
ctx
= nullptr;
in HWTEST_F()
local
152
void *
ctx
= nullptr;
in HWTEST_F()
local
/base/security/crypto_framework/frameworks/native/src/
H
A
D
digest.c
36
OH_Crypto_ErrCode OH_CryptoDigest_Create(const char *algoName, OH_CryptoDigest **
ctx
)
in OH_CryptoDigest_Create()
argument
45
OH_Crypto_ErrCode OH_CryptoDigest_Update(OH_CryptoDigest *
ctx
, Crypto_DataBlob *in)
in OH_CryptoDigest_Update()
argument
54
OH_Crypto_ErrCode OH_CryptoDigest_Final(OH_CryptoDigest *
ctx
, Crypto_DataBlob *out)
in OH_CryptoDigest_Final()
argument
63
OH_CryptoDigest_GetLength(OH_CryptoDigest *
ctx
)
OH_CryptoDigest_GetLength()
argument
71
OH_CryptoDigest_GetAlgoName(OH_CryptoDigest *
ctx
)
OH_CryptoDigest_GetAlgoName()
argument
79
OH_DigestCrypto_Destroy(OH_CryptoDigest *
ctx
)
OH_DigestCrypto_Destroy()
argument
[all...]
H
A
D
sym_key.c
45
OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Create(const char *algoName, OH_CryptoSymKeyGenerator **
ctx
)
in OH_CryptoSymKeyGenerator_Create()
argument
54
OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Generate(OH_CryptoSymKeyGenerator *
ctx
, OH_CryptoSymKey **keyCtx)
in OH_CryptoSymKeyGenerator_Generate()
argument
63
OH_Crypto_ErrCode OH_CryptoSymKeyGenerator_Convert(OH_CryptoSymKeyGenerator *
ctx
,
in OH_CryptoSymKeyGenerator_Convert()
argument
73
OH_CryptoSymKeyGenerator_GetAlgoName(OH_CryptoSymKeyGenerator *
ctx
)
OH_CryptoSymKeyGenerator_GetAlgoName()
argument
81
OH_CryptoSymKeyGenerator_Destroy(OH_CryptoSymKeyGenerator *
ctx
)
OH_CryptoSymKeyGenerator_Destroy()
argument
[all...]
/base/startup/hvb/libhvb/src/rvt/
H
A
D
hvb_rvt.c
24
struct hash_ctx_t
ctx
;
in hvb_calculate_certs_digest()
local
/base/hiviewdfx/hiview/utility/common_utils/
H
A
D
calc_fingerprint.cpp
95
SHA256_CTX
ctx
;
in CalcFileShaOriginal()
local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H
A
D
dfx_memory.h
33
void SetCtx(void*
ctx
) { ctx_ =
ctx
; }
in SetCtx()
argument
/base/security/crypto_framework/plugin/mbedtls_plugin/md/src/
H
A
D
mbedtls_md.c
28
mbedtls_md_context_t *
ctx
;
member
37
void MbedtlsEvpMdCtxFree(mbedtls_md_context_t *
ctx
)
in MbedtlsEvpMdCtxFree()
argument
59
mbedtls_md_context_t *
ctx
= MbedtlsGetMdCtx(self);
in MbedtlsEngineUpdateMd()
local
79
mbedtls_md_context_t *
ctx
= MbedtlsGetMdCtx(self);
in MbedtlsEngineDoFinalMd()
local
108
mbedtls_md_context_t *
ctx
= MbedtlsGetMdCtx(self);
MbedtlsEngineGetMdLength()
local
151
MbedtlsEvpDigestInitEx(mbedtls_md_context_t *
ctx
, const char *mbedtlsAlgoName)
MbedtlsEvpDigestInitEx()
argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/hmac/src/
H
A
D
mac_openssl.c
30
HMAC_CTX *
ctx
;
member
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/md/src/
H
A
D
md_openssl.c
29
EVP_MD_CTX *
ctx
;
member
/base/startup/init/test/unittest/innerkits/
H
A
D
hookmgr_unittest.cpp
39
struct HookExecCtx *
ctx
;
in OhosHookTestCommon()
local
254
struct HookExecCtx
ctx
;
in HWTEST_F()
local
[all...]
/base/hiviewdfx/hiview/core/param_update/src/
H
A
D
log_sign_tools.cpp
93
SHA256_CTX
ctx
;
in CalcFileSha()
local
131
EVP_MD_CTX *
ctx
= nullptr;
in VerifyRsa()
local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
memory_test.cpp
57
UnwindContext
ctx
;
in HWTEST_F()
local
112
UnwindContext
ctx
;
in HWTEST_F()
local
151
UnwindContext
ctx
;
in HWTEST_F()
local
181
UnwindContext
ctx
;
HWTEST_F()
local
208
UnwindContext
ctx
;
HWTEST_F()
local
230
UnwindContext
ctx
;
HWTEST_F()
local
256
UnwindContext
ctx
;
HWTEST_F()
local
299
UnwindContext
ctx
;
HWTEST_F()
local
349
UnwindContext
ctx
;
HWTEST_F()
local
391
UnwindContext
ctx
;
HWTEST_F()
local
427
UnwindContext
ctx
;
HWTEST_F()
local
459
UnwindContext
ctx
;
HWTEST_F()
local
[all...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_accessors.cpp
51
UnwindContext*
ctx
= reinterpret_cast<UnwindContext *>(arg);
in GetMapByPcAndCtx()
local
108
UnwindContext*
ctx
in AccessMem()
local
119
UnwindContext*
ctx
= reinterpret_cast<UnwindContext *>(arg);
AccessReg()
local
133
UnwindContext *
ctx
= reinterpret_cast<UnwindContext *>(arg);
FindUnwindTable()
local
171
UnwindContext *
ctx
= reinterpret_cast<UnwindContext *>(arg);
AccessMem()
local
216
UnwindContext *
ctx
= reinterpret_cast<UnwindContext *>(arg);
AccessReg()
local
231
UnwindContext *
ctx
= reinterpret_cast<UnwindContext *>(arg);
FindUnwindTable()
local
[all...]
Completed in 29 milliseconds
1
2
3
4
5