Home
last modified time | relevance | path

Searched defs:self (Results 1 - 25 of 115) sorted by relevance

12345

/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/
H A Dx25519_openssl.c38 static void DestroyX25519(HcfObjectBase *self) in DestroyX25519() argument
51 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
H A Ddh_openssl.c39 static void DestroyDh(HcfObjectBase *self) in DestroyDh() argument
52 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
H A Decdh_openssl.c79 static void DestroyEcdh(HcfObjectBase *self) in DestroyEcdh() argument
90 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/rand/src/
H A Drand_openssl.c34 static HcfResult OpensslGenerateRandom(HcfRandSpi *self, int32_t numBytes, HcfBlob *random) in OpensslGenerateRandom() argument
62 static const char *GetRandAlgoName(HcfRandSpi *self) in GetRandAlgoName() argument
76 static void OpensslSetSeed(HcfRandSpi *self, HcfBlob *seed) in OpensslSetSeed() argument
86 static void DestroyRandOpenssl(HcfObjectBase *self) in DestroyRandOpenssl() argument
[all...]
/base/security/device_auth/common_lib/impl/src/
H A Dhc_string.c31 HcBool StringAppend(HcString *self, HcString str) in StringAppend() argument
51 HcBool StringAppendPointer(HcString *self, const char *str) in StringAppendPointer() argument
70 StringAppendChar(HcString *self, char c) StringAppendChar() argument
91 StringSet(HcString *self, HcString str) StringSet() argument
108 StringSetPointer(HcString *self, const char *str) StringSetPointer() argument
123 StringGet(const HcString *self) StringGet() argument
137 StringLength(const HcString *self) StringLength() argument
[all...]
/base/telephony/telephony_data/opkey_version/src/
H A Dopkey_version_ability.cpp36 auto self = new OpkeyVersionAbility(); in Create() local
/base/print/print_fwk/frameworks/kits/extension/include/
H A Djs_print_callback.h44 std::shared_ptr<JsPrintCallback> self; member
/base/security/crypto_framework/plugin/mbedtls_plugin/rand/src/
H A Dmbedtls_rand.c36 static mbedtls_entropy_context *MbedtlsGetMdEntropy(HcfRandSpi *self) in MbedtlsGetMdEntropy() argument
46 static mbedtls_ctr_drbg_context *MbedtlsGetMdCtrDrbg(HcfRandSpi *self) in MbedtlsGetMdCtrDrbg() argument
55 static HcfResult MbedtlsGenerateRandom(HcfRandSpi *self, int32_t numBytes, HcfBlob *random) in MbedtlsGenerateRandom() argument
87 static const char *MbedtlsGetRandAlgoName(HcfRandSpi *self) in MbedtlsGetRandAlgoName() argument
101 MbedtlsSetSeed(HcfRandSpi *self, HcfBlob *seed) MbedtlsSetSeed() argument
129 DestroyMbedtlsRand(HcfObjectBase *self) DestroyMbedtlsRand() argument
[all...]
/base/request/request/frameworks/js/napi/src/
H A Dasync_call.cpp30 napi_value self = nullptr; in AsyncCall() local
/base/request/request/frameworks/js/napi/include/
H A Drequest_event.h56 napi_value self; member
/base/request/request/frameworks/js/napi/src/upload/
H A Dasync_call.cpp26 napi_value self = nullptr; in AsyncCall() local
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_distinguished_name.c69 static void DestroyX509DistinguishedName(CfObjectBase *self) in DestroyX509DistinguishedName() argument
84 static CfResult GetEncoded(HcfX509DistinguishedName *self, CfEncodingBlob *out) in GetEncoded() argument
98 static CfResult GetName(HcfX509DistinguishedName *self, CfBlo argument
[all...]
/base/security/crypto_framework/common/src/
H A Dhcf_string.c32 bool StringAppendPointer(HcString *self, const char *str) in StringAppendPointer() argument
51 bool StringSetPointer(HcString *self, const char *str) in StringSetPointer() argument
69 StringSetPointerWithLength(HcString* self, const char *str, uint32_t len) StringSetPointerWithLength() argument
92 StringGet(const HcString *self) StringGet() argument
106 StringLength(const HcString *self) StringLength() argument
127 StringFind(const HcString *self, char c, uint32_t begin) StringFind() argument
158 StringSubString(const HcString *self, uint32_t begin, uint32_t len, HcString* dst) StringSubString() argument
179 StringCompare(const HcString *self, const char* dst) StringCompare() argument
[all...]
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dmac.c70 static HcfResult Init(HcfMac *self, const HcfSymKey *key) in Init() argument
84 static HcfResult Update(HcfMac *self, HcfBlob *input) in Update() argument
98 DoFinal(HcfMac *self, HcfBlob *output) DoFinal() argument
112 GetMacLength(HcfMac *self) GetMacLength() argument
126 GetAlgoName(HcfMac *self) GetAlgoName() argument
139 MacDestroy(HcfObjectBase *self) MacDestroy() argument
[all...]
H A Dmd.c82 static HcfResult Update(HcfMd *self, HcfBlob *input) in Update() argument
96 static HcfResult DoFinal(HcfMd *self, HcfBlob *output) in DoFinal() argument
110 GetMdLength(HcfMd *self) GetMdLength() argument
124 GetAlgoName(HcfMd *self) GetAlgoName() argument
137 MdDestroy(HcfObjectBase *self) MdDestroy() argument
[all...]
H A Drand.c71 static HcfResult GenerateRandom(HcfRand *self, int32_t numBytes, HcfBlob *random) in GenerateRandom() argument
89 static const char *GetAlgoName(HcfRand *self) in GetAlgoName() argument
102 SetSeed(HcfRand *self, HcfBlob *seed) SetSeed() argument
117 HcfRandDestroy(HcfObjectBase *self) HcfRandDestroy() argument
[all...]
/base/security/crypto_framework/plugin/mbedtls_plugin/md/src/
H A Dmbedtls_md.c47 static mbedtls_md_context_t *MbedtlsGetMdCtx(HcfMdSpi *self) in MbedtlsGetMdCtx() argument
57 static HcfResult MbedtlsEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in MbedtlsEngineUpdateMd() argument
73 static HcfResult MbedtlsEngineDoFinalMd(HcfMdSpi *self, HcfBlob *output) in MbedtlsEngineDoFinalMd() argument
106 static uint32_t MbedtlsEngineGetMdLength(HcfMdSpi *self) in MbedtlsEngineGetMdLength() argument
122 MbedtlsDestroyMd(HcfObjectBase *self) MbedtlsDestroyMd() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/hmac/src/
H A Dmac_openssl.c40 static HMAC_CTX *OpensslGetMacCtx(HcfMacSpi *self) in OpensslGetMacCtx() argument
69 static HcfResult OpensslEngineInitMac(HcfMacSpi *self, const HcfSymKey *key) in OpensslEngineInitMac() argument
98 static HcfResult OpensslEngineUpdateMac(HcfMacSpi *self, HcfBlob *input) in OpensslEngineUpdateMac() argument
112 OpensslEngineDoFinalMac(HcfMacSpi *self, HcfBlob *output) OpensslEngineDoFinalMac() argument
136 OpensslEngineGetMacLength(HcfMacSpi *self) OpensslEngineGetMacLength() argument
145 OpensslDestroyMac(HcfObjectBase *self) OpensslDestroyMac() argument
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/md/src/
H A Dmd_openssl.c39 static EVP_MD_CTX *OpensslGetMdCtx(HcfMdSpi *self) in OpensslGetMdCtx() argument
68 static HcfResult OpensslEngineUpdateMd(HcfMdSpi *self, HcfBlob *input) in OpensslEngineUpdateMd() argument
86 static HcfResult OpensslEngineDoFinalMd(HcfMdSpi *self, HcfBlob *output) in OpensslEngineDoFinalMd() argument
115 static uint32_t OpensslEngineGetMdLength(HcfMdSpi *self) in OpensslEngineGetMdLength() argument
129 OpensslDestroyMd(HcfObjectBase *self) OpensslDestroyMd() argument
[all...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_common_cov_test.cpp65 static void DestroyTest(HcfObjectBase *self) in DestroyTest() argument
/base/time/time_service/framework/js/napi/common/include/
H A Dnapi_work.h45 napi_value self = nullptr; member
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Dasync_call.cpp38 napi_value self = nullptr; in AsyncCall() local
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.h89 napi_value self = nullptr; in PanelContentContext() local
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_async_call.cpp27 napi_value self = nullptr; in PrintAsyncCall() local
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dprint_async_call.h108 napi_ref self = nullptr; member
48 operator ()( napi_env env, size_t argc, napi_value *argv, napi_value self, napi_callback_info info) operator ()() argument

Completed in 8 milliseconds

12345