| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/key_agreement/src/ |
| H A D | x25519_openssl.c | 38 static void DestroyX25519(HcfObjectBase *self) in DestroyX25519() argument 51 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
|
| H A D | dh_openssl.c | 39 static void DestroyDh(HcfObjectBase *self) in DestroyDh() argument 52 static HcfResult EngineGenerateSecret(HcfKeyAgreementSpi *self, HcfPriKey *priKey, in EngineGenerateSecret() argument
|
| H A D | ecdh_openssl.c | 79 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 D | rand_openssl.c | 34 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 D | hc_string.c | 31 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 D | opkey_version_ability.cpp | 36 auto self = new OpkeyVersionAbility(); in Create() local
|
| /base/print/print_fwk/frameworks/kits/extension/include/ |
| H A D | js_print_callback.h | 44 std::shared_ptr<JsPrintCallback> self; member
|
| /base/security/crypto_framework/plugin/mbedtls_plugin/rand/src/ |
| H A D | mbedtls_rand.c | 36 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 D | async_call.cpp | 30 napi_value self = nullptr;
in AsyncCall() local
|
| /base/request/request/frameworks/js/napi/include/ |
| H A D | request_event.h | 56 napi_value self;
member
|
| /base/request/request/frameworks/js/napi/src/upload/ |
| H A D | async_call.cpp | 26 napi_value self = nullptr;
in AsyncCall() local
|
| /base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
| H A D | x509_distinguished_name.c | 69 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 D | hcf_string.c | 32 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 D | mac.c | 70 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 D | md.c | 82 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 D | rand.c | 71 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 D | mbedtls_md.c | 47 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 D | mac_openssl.c | 40 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 D | md_openssl.c | 39 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 D | crypto_common_cov_test.cpp | 65 static void DestroyTest(HcfObjectBase *self) in DestroyTest() argument
|
| /base/time/time_service/framework/js/napi/common/include/ |
| H A D | napi_work.h | 45 napi_value self = nullptr; member
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
| H A D | async_call.cpp | 38 napi_value self = nullptr; in AsyncCall() local
|
| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| H A D | js_panel.h | 89 napi_value self = nullptr; in PanelContentContext() local
|
| /base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
| H A D | print_async_call.cpp | 27 napi_value self = nullptr; in PrintAsyncCall() local
|
| /base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
| H A D | print_async_call.h | 108 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
|