Home
last modified time | relevance | path

Searched defs:ctx (Results 1 - 25 of 118) sorted by relevance

12345

/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/include/
H A Dhks_openssl_bn.h35 BN_CTX *ctx; member
/base/security/huks/frameworks/huks_standard/main/crypto_engine/mbedtls/src/
H A Dhks_mbedtls_ecdsa.c106 mbedtls_ecdsa_context ctx; in HksMbedtlsEcdsaVerify() local
[all...]
H A Dhks_mbedtls_ecdh.c42 EccKeyMaterialToCtx(const struct HksBlob *nativeKey, const struct HksBlob *pubKey, mbedtls_ecdh_context *ctx) EccKeyMaterialToCtx() argument
[all...]
H A Dhks_mbedtls_kdf.c43 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 Dhks_openssl_sm4_test.cpp89 void *ctx = nullptr; in HWTEST_F() local
236 HksOpensslBlockCipherCtx ctx = { in HWTEST_F() local
H A Dhks_openssl_hash_test.cpp91 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 Dhks_openssl_engine_test.cpp110 void *ctx = nullptr; in HWTEST_F() local
H A Dhks_openssl_aes_test.cpp107 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 Daes_openssl_common.h27 EVP_CIPHER_CTX *ctx; member
/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_key_test.cpp48 OH_CryptoSymKeyGenerator *ctx = nullptr; in HWTEST_F() local
67 OH_CryptoSymKeyGenerator *ctx = nullptr; in HWTEST_F() local
[all...]
H A Dnative_asym_key_test.cpp140 OH_CryptoAsymKeyGenerator *ctx = nullptr; in HWTEST_F() local
182 OH_CryptoAsymKeyGenerator *ctx = nullptr; in HWTEST_F() local
[all...]
H A Dnative_sym_cipher_test.cpp167 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 Dhks_keynode_test.cpp134 void *ctx = nullptr; in HWTEST_F() local
152 void *ctx = nullptr; in HWTEST_F() local
/base/security/crypto_framework/frameworks/native/src/
H A Ddigest.c36 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 Dsym_key.c45 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 Dhvb_rvt.c24 struct hash_ctx_t ctx; in hvb_calculate_certs_digest() local
/base/hiviewdfx/hiview/utility/common_utils/
H A Dcalc_fingerprint.cpp95 SHA256_CTX ctx; in CalcFileShaOriginal() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_memory.h33 void SetCtx(void* ctx) { ctx_ = ctx; } in SetCtx() argument
/base/security/crypto_framework/plugin/mbedtls_plugin/md/src/
H A Dmbedtls_md.c28 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 Dmac_openssl.c30 HMAC_CTX *ctx; member
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/md/src/
H A Dmd_openssl.c29 EVP_MD_CTX *ctx; member
/base/startup/init/test/unittest/innerkits/
H A Dhookmgr_unittest.cpp39 struct HookExecCtx *ctx; in OhosHookTestCommon() local
254 struct HookExecCtx ctx; in HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp93 SHA256_CTX ctx; in CalcFileSha() local
131 EVP_MD_CTX *ctx = nullptr; in VerifyRsa() local
[all...]
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dmemory_test.cpp57 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 Ddfx_accessors.cpp51 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

12345