Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 260) sorted by relevance

1234567891011

/base/security/device_auth/services/session_manager/src/session/
Ddev_session_fwk.c37 static int32_t StartV1Session(SessionImpl *impl, CJson **sendMsg) in StartV1Session()
71 SessionImpl *impl = (SessionImpl *)self; in DestroySession() local
112 static int32_t PackSendMsg(SessionImpl *impl, CJson *sessionMsg, CJson *sendMsg) in PackSendMsg()
129 static int32_t SendJsonMsg(const SessionImpl *impl, const CJson *sendMsg) in SendJsonMsg()
142 static int32_t SendSessionMsg(SessionImpl *impl, CJson *sessionMsg) in SendSessionMsg()
163 static int32_t ProcEventList(SessionImpl *impl) in ProcEventList()
189 static int32_t AddSessionInfo(SessionImpl *impl, CJson *sendMsg) in AddSessionInfo()
198 static int32_t StartV2Session(SessionImpl *impl, CJson *sendMsg) in StartV2Session()
244 static void ReportBehaviorEvent(const SessionImpl *impl, bool isProcessEnd, bool isBehaviorEnd, int… in ReportBehaviorEvent()
294 static void ReportBindAndAuthCallEvent(const SessionImpl *impl, int32_t callResult, bool isV1Sessio… in ReportBindAndAuthCallEvent()
[all …]
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c89 static int32_t CmdExchangePkGenerator(SessionImpl *impl) in CmdExchangePkGenerator()
129 static int32_t CmdImportAuthCodeGenerator(SessionImpl *impl) in CmdImportAuthCodeGenerator()
157 static int32_t CmdSaveTrustedInfoGenerator(SessionImpl *impl) in CmdSaveTrustedInfoGenerator()
191 static int32_t CmdMkAgreeGenerator(SessionImpl *impl) in CmdMkAgreeGenerator()
220 static bool InterceptNotSupportCmd(SessionImpl *impl, CmdProcessor processor) in InterceptNotSupportCmd()
230 static inline bool HasNextCredInfo(SessionImpl *impl) in HasNextCredInfo()
246 static void ResetSessionState(SessionImpl *impl) in ResetSessionState()
262 static int32_t RestartSession(SessionImpl *impl, JumpPolicy *policy) in RestartSession()
315 static void CheckAllCredsValidity(SessionImpl *impl) in CheckAllCredsValidity()
333 static int32_t GetAllCredsWithPeer(SessionImpl *impl) in GetAllCredsWithPeer()
[all …]
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_ohos_adapter_helper_impl.cpp85 static ArkWebRefPtr<ArkOhosAdapterHelper> impl = new ArkOhosAdapterHelperImpl(instance); in GetInstance() local
132 … static ArkWebRefPtr<ArkOhosWebDataBaseAdapter> impl = new ArkOhosWebDataBaseAdapterImpl(instance); in GetOhosWebDataBaseAdapterInstance() local
139 …static ArkWebRefPtr<ArkPasteBoardClientAdapter> impl = new ArkPasteBoardClientAdapterImpl(instance… in GetPasteBoard() local
160 …static ArkWebRefPtr<ArkAudioSystemManagerAdapter> impl = new ArkAudioSystemManagerAdapterImpl(inst… in GetAudioSystemManager() local
167 static ArkWebRefPtr<ArkOhosWebPermissionDataBaseAdapter> impl = in GetWebPermissionDataBaseInstance() local
196 …static ArkWebRefPtr<ArkSystemPropertiesAdapter> impl = new ArkSystemPropertiesAdapterImpl(instance… in GetSystemPropertiesInstance() local
203 static ArkWebRefPtr<ArkVSyncAdapter> impl = new ArkVSyncAdapterImpl(instance); in GetVSyncAdapter() local
217 static ArkWebRefPtr<ArkKeystoreAdapter> impl = new ArkKeystoreAdapterImpl(instance); in GetKeystoreAdapterInstance() local
224 static ArkWebRefPtr<ArkEnterpriseDeviceManagementAdapter> impl = in GetEnterpriseDeviceManagementInstance() local
232 static ArkWebRefPtr<ArkDatashareAdapter> impl = new ArkDatashareAdapterImpl(instance); in GetDatashareInstance() local
[all …]
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/
Dauth_sub_session.c67 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)self; in StartAuthSubSession() local
83 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)self; in ProcessAuthSubSession() local
99 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)self; in SetPsk() local
109 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)self; in SetSelfProtectedMsg() local
119 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)self; in SetPeerProtectedMsg() local
129 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)self; in GetSessionKey() local
139 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)self; in DestroyAuthSubSession() local
161 AuthSubSessionImpl *impl = (AuthSubSessionImpl *)HcMalloc(sizeof(AuthSubSessionImpl), 0); in CreateAuthSubSession() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
Dsignature_rsa_openssl.c98 HcfSignSpiRsaOpensslImpl *impl = (HcfSignSpiRsaOpensslImpl *)self; in DestroyRsaSign() local
119 HcfVerifySpiRsaOpensslImpl *impl = (HcfVerifySpiRsaOpensslImpl *)self; in DestroyRsaVerify() local
197 static HcfResult SetOnlySignParams(HcfSignSpiRsaOpensslImpl *impl, HcfPriKey *privateKey) in SetOnlySignParams()
236 static HcfResult SetSignParams(HcfSignSpiRsaOpensslImpl *impl, HcfPriKey *privateKey) in SetSignParams()
285 HcfSignSpiRsaOpensslImpl *impl = (HcfSignSpiRsaOpensslImpl *)self; in EngineSignInit() local
307 static HcfResult SetVerifyParams(HcfVerifySpiRsaOpensslImpl *impl, HcfPubKey *publicKey) in SetVerifyParams()
343 static HcfResult SetVerifyRecoverParams(HcfVerifySpiRsaOpensslImpl *impl, HcfPubKey *publicKey) in SetVerifyRecoverParams()
402 HcfVerifySpiRsaOpensslImpl *impl = (HcfVerifySpiRsaOpensslImpl *)self; in EngineVerifyInit() local
438 HcfSignSpiRsaOpensslImpl *impl = (HcfSignSpiRsaOpensslImpl *)self; in EngineSignUpdate() local
464 HcfVerifySpiRsaOpensslImpl *impl = (HcfVerifySpiRsaOpensslImpl *)self; in EngineVerifyUpdate() local
[all …]
Ddsa_openssl.c74 HcfSignSpiDsaOpensslImpl *impl = (HcfSignSpiDsaOpensslImpl *)self; in IsSignInitInputValid() local
92 HcfVerifySpiDsaOpensslImpl *impl = (HcfVerifySpiDsaOpensslImpl *)self; in IsVerifyInitInputValid() local
133 HcfSignSpiDsaOpensslImpl *impl = (HcfSignSpiDsaOpensslImpl *)self; in DestroyDsaSign() local
153 HcfVerifySpiDsaOpensslImpl *impl = (HcfVerifySpiDsaOpensslImpl *)self; in DestroyDsaVerify() local
199 HcfSignSpiDsaOpensslImpl *impl = (HcfSignSpiDsaOpensslImpl *)self; in EngineDsaSignInit() local
222 HcfSignSpiDsaOpensslImpl *impl = (HcfSignSpiDsaOpensslImpl *)self; in EngineDsaSignWithoutDigestInit() local
248 HcfVerifySpiDsaOpensslImpl *impl = (HcfVerifySpiDsaOpensslImpl *)self; in EngineDsaVerifyInit() local
271 HcfVerifySpiDsaOpensslImpl *impl = (HcfVerifySpiDsaOpensslImpl *)self; in EngineDsaVerifyWithoutDigestInit() local
304 HcfSignSpiDsaOpensslImpl *impl = (HcfSignSpiDsaOpensslImpl *)self; in EngineDsaSignUpdate() local
333 HcfVerifySpiDsaOpensslImpl *impl = (HcfVerifySpiDsaOpensslImpl *)self; in EngineDsaVerifyUpdate() local
[all …]
Dsm2_openssl.c89 HcfSignSpiSm2OpensslImpl *impl = (HcfSignSpiSm2OpensslImpl *)self; in DestroySm2Sign() local
111 HcfVerifySpiSm2OpensslImpl *impl = (HcfVerifySpiSm2OpensslImpl *)self; in DestroySm2Verify() local
180 HcfSignSpiSm2OpensslImpl *impl = (HcfSignSpiSm2OpensslImpl *)self; in IsSm2SignInitInputValid() local
216 HcfSignSpiSm2OpensslImpl *impl = (HcfSignSpiSm2OpensslImpl *)self; in EngineSignInit() local
243 HcfSignSpiSm2OpensslImpl *impl = (HcfSignSpiSm2OpensslImpl *)self; in EngineSignUpdate() local
268 HcfSignSpiSm2OpensslImpl *impl = (HcfSignSpiSm2OpensslImpl *)self; in EngineSignDoFinal() local
317 HcfVerifySpiSm2OpensslImpl *impl = (HcfVerifySpiSm2OpensslImpl *)self; in IsSm2VerifyInitInputValid() local
352 HcfVerifySpiSm2OpensslImpl *impl = (HcfVerifySpiSm2OpensslImpl *)self; in EngineVerifyInit() local
380 HcfVerifySpiSm2OpensslImpl *impl = (HcfVerifySpiSm2OpensslImpl *)self; in EngineVerifyUpdate() local
405 HcfVerifySpiSm2OpensslImpl *impl = (HcfVerifySpiSm2OpensslImpl *)self; in EngineVerifyDoFinal() local
[all …]
Decdsa_openssl.c97 HcfSignSpiEcdsaOpensslImpl *impl = (HcfSignSpiEcdsaOpensslImpl *)self; in DestroyEcdsaSign() local
113 HcfVerifySpiEcdsaOpensslImpl *impl = (HcfVerifySpiEcdsaOpensslImpl *)self; in DestroyEcdsaVerify() local
132 HcfSignSpiEcdsaOpensslImpl *impl = (HcfSignSpiEcdsaOpensslImpl *)self; in EngineSignInit() local
179 HcfSignSpiEcdsaOpensslImpl *impl = (HcfSignSpiEcdsaOpensslImpl *)self; in EngineSignUpdate() local
204 HcfSignSpiEcdsaOpensslImpl *impl = (HcfSignSpiEcdsaOpensslImpl *)self; in EngineSignDoFinal() local
254 HcfVerifySpiEcdsaOpensslImpl *impl = (HcfVerifySpiEcdsaOpensslImpl *)self; in EngineVerifyInit() local
301 HcfVerifySpiEcdsaOpensslImpl *impl = (HcfVerifySpiEcdsaOpensslImpl *)self; in EngineVerifyUpdate() local
326 HcfVerifySpiEcdsaOpensslImpl *impl = (HcfVerifySpiEcdsaOpensslImpl *)self; in EngineVerifyDoFinal() local
Ded25519_openssl.c70 HcfSignSpiEd25519OpensslImpl *impl = (HcfSignSpiEd25519OpensslImpl *)self; in DestroyEd25519Sign() local
88 HcfVerifySpiEd25519OpensslImpl *impl = (HcfVerifySpiEd25519OpensslImpl *)self; in DestroyEd25519Verify() local
109 HcfSignSpiEd25519OpensslImpl *impl = (HcfSignSpiEd25519OpensslImpl *)self; in EngineSignInit() local
146 HcfSignSpiEd25519OpensslImpl *impl = (HcfSignSpiEd25519OpensslImpl *)self; in EngineSignDoFinal() local
186 HcfVerifySpiEd25519OpensslImpl *impl = (HcfVerifySpiEd25519OpensslImpl *)self; in EngineVerifyInit() local
229 HcfVerifySpiEd25519OpensslImpl *impl = (HcfVerifySpiEd25519OpensslImpl *)self; in EngineVerifyDoFinal() local
/base/useriam/user_auth_framework/frameworks/native/client/src/
Duser_auth_callback_service.cpp27 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &imp… in UserAuthCallbackService()
41 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<AuthenticationCallback> &imp… in UserAuthCallbackService()
56 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<IdentificationCallback> &imp… in UserAuthCallbackService()
70 UserAuthCallbackService::UserAuthCallbackService(const std::shared_ptr<PrepareRemoteAuthCallback> &… in UserAuthCallbackService()
130 …tyCallbackService::GetExecutorPropertyCallbackService(const std::shared_ptr<GetPropCallback> &impl) in GetExecutorPropertyCallbackService()
158 …tyCallbackService::SetExecutorPropertyCallbackService(const std::shared_ptr<SetPropCallback> &impl) in SetExecutorPropertyCallbackService()
Duser_idm_callback_service.cpp27 IdmCallbackService::IdmCallbackService(const std::shared_ptr<UserIdmClientCallback> &impl) in IdmCallbackService()
68 const std::shared_ptr<GetCredentialInfoCallback> &impl) : getCredInfoCallback_(impl) in IdmGetCredInfoCallbackService()
97 const std::shared_ptr<GetSecUserInfoCallback> &impl) : getSecInfoCallback_(impl) in IdmGetSecureUserInfoCallbackService()
/base/print/print_fwk/test/fuzztest/scancallbackproxy_fuzzer/
Dscancallbackproxy_fuzzer.cpp30 sptr<IRemoteObject> impl; in TestTcpOnCallback() local
39 sptr<IRemoteObject> impl; in TestUsbOnCallback() local
48 sptr<IRemoteObject> impl; in TestOnCallbackSync() local
57 sptr<IRemoteObject> impl; in TestOnGetFrameResCallback() local
65 sptr<IRemoteObject> impl; in TestOnScanInitCallback() local
73 sptr<IRemoteObject> impl; in TestOnSendSearchMessage() local
/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/
Dexpand_sub_session.c96 static int32_t EncryptMsg(ExpandSubSessionImpl *impl, Uint8Buff *rawData, Uint8Buff *returnEncData) in EncryptMsg()
119 static int32_t DecryptMsg(ExpandSubSessionImpl *impl, Uint8Buff *encData, Uint8Buff *returnRawData) in DecryptMsg()
167 static int32_t GetRecvCmdList(ExpandSubSessionImpl *impl, const CJson *receviedMsg, CJson **cmdList) in GetRecvCmdList()
236 static int32_t ProcRecvCmd(ExpandSubSessionImpl *impl, const CJson *recvCmd, CJson *sendCmdList) in ProcRecvCmd()
272 static int32_t ProcAllRecvCmds(ExpandSubSessionImpl *impl, const CJson *receviedMsg, CJson *sendCmd… in ProcAllRecvCmds()
309 static int32_t StartNewCmds(ExpandSubSessionImpl *impl, CJson *sendCmdList) in StartNewCmds()
326 static int32_t BuildEncData(ExpandSubSessionImpl *impl, CJson *sendCmdList, CJson *sendMsg) in BuildEncData()
366 static int32_t PackSendMsg(ExpandSubSessionImpl *impl, CJson *sendCmdList, CJson **returnSendMsg) in PackSendMsg()
390 ExpandSubSessionImpl *impl = (ExpandSubSessionImpl *)self; in AddExpandProcess() local
421 ExpandSubSessionImpl *impl = (ExpandSubSessionImpl *)self; in StartExpandSubSession() local
[all …]
/base/security/crypto_framework/plugin/openssl_plugin/key/sym_key_generator/src/
Dsym_key_openssl.c48 SymKeyImpl *impl = (SymKeyImpl *)self; in GetEncoded() local
73 SymKeyImpl *impl = (SymKeyImpl *)self; in ClearMem() local
113 SymKeyImpl *impl = (SymKeyImpl *)self; in GetAlgorithm() local
173 SymKeyImpl *impl = (SymKeyImpl *)base; in DestroySymKeySpi() local
205 static char *GetAlgoName(HcfSymKeyGeneratorSpiOpensslImpl *impl, int keySize) in GetAlgoName()
269 HcfSymKeyGeneratorSpiOpensslImpl *impl = (HcfSymKeyGeneratorSpiOpensslImpl *)self; in GenerateSymmKey() local
313 HcfSymKeyGeneratorSpiOpensslImpl *impl = (HcfSymKeyGeneratorSpiOpensslImpl *)self; in ConvertSymmKey() local
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
Dcipher_sm2_openssl.c67 static HcfResult InitSm2Key(HcfCipherSm2GeneratorSpiImpl *impl, HcfKey *key, enum HcfCryptoMode opM… in InitSm2Key()
131 HcfCipherSm2GeneratorSpiImpl *impl = (HcfCipherSm2GeneratorSpiImpl *)self; in EngineInit() local
159 static size_t GetTextLen(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, int32_t mode) in GetTextLen()
180 static HcfResult DoSm2EncryptAndDecrypt(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, HcfBlob… in DoSm2EncryptAndDecrypt()
209 static HcfResult DoSm2Crypt(HcfCipherSm2GeneratorSpiImpl *impl, HcfBlob *input, HcfBlob *output, in… in DoSm2Crypt()
234 HcfCipherSm2GeneratorSpiImpl *impl = (HcfCipherSm2GeneratorSpiImpl *)self; in EngineDoFinal() local
259 HcfCipherSm2GeneratorSpiImpl *impl = (HcfCipherSm2GeneratorSpiImpl *)generator; in EngineDestroySpiImpl() local
Dcipher_rsa_openssl.c89 static HcfResult InitEvpPkeyCtx(HcfCipherRsaGeneratorSpiImpl *impl, HcfKey *key, enum HcfCryptoMode… in InitEvpPkeyCtx()
158 static HcfResult SetDetailParams(HcfCipherRsaGeneratorSpiImpl *impl) in SetDetailParams()
214 HcfCipherRsaGeneratorSpiImpl *impl = (HcfCipherRsaGeneratorSpiImpl *)self; in SetRsaCipherSpecUint8Array() local
267 HcfCipherRsaGeneratorSpiImpl *impl = (HcfCipherRsaGeneratorSpiImpl *)self; in GetRsaCipherSpecUint8Array() local
300 HcfCipherRsaGeneratorSpiImpl *impl = (HcfCipherRsaGeneratorSpiImpl *)self; in GetRsaCipherSpecString() local
337 HcfCipherRsaGeneratorSpiImpl *impl = (HcfCipherRsaGeneratorSpiImpl *)self; in EngineInit() local
402 HcfCipherRsaGeneratorSpiImpl *impl = (HcfCipherRsaGeneratorSpiImpl *)self; in EngineDoFinal() local
440 HcfCipherRsaGeneratorSpiImpl *impl = (HcfCipherRsaGeneratorSpiImpl *)generator; in EngineDestroySpiImpl() local
/base/security/crypto_framework/frameworks/crypto_operation/
Dcipher.c207 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherDestroy() local
229 CipherGenImpl *impl = (CipherGenImpl *)self; in SetCipherSpecUint8Array() local
253 CipherGenImpl *impl = (CipherGenImpl *)self; in GetCipherSpecString() local
271 CipherGenImpl *impl = (CipherGenImpl *)self; in GetCipherSpecUint8Array() local
286 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherInit() local
300 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherUpdate() local
314 CipherGenImpl *impl = (CipherGenImpl *)self; in CipherFinal() local
/base/security/crypto_framework/frameworks/key/
Dasy_key_generator.c688 …cfResult CreateDsaParamsSpecImpl(const HcfAsyKeyParamsSpec *paramsSpec, HcfAsyKeyParamsSpec **impl) in CreateDsaParamsSpecImpl()
799 …HcfResult CreateDhParamsSpecImpl(const HcfAsyKeyParamsSpec *paramsSpec, HcfAsyKeyParamsSpec **impl) in CreateDhParamsSpecImpl()
909 …cfResult CreateEccParamsSpecImpl(const HcfAsyKeyParamsSpec *paramsSpec, HcfAsyKeyParamsSpec **impl) in CreateEccParamsSpecImpl()
1011 …cfResult CreateRsaParamsSpecImpl(const HcfAsyKeyParamsSpec *paramsSpec, HcfAsyKeyParamsSpec **impl) in CreateRsaParamsSpecImpl()
1127 …ult CreateAlg25519ParamsSpecImpl(const HcfAsyKeyParamsSpec *paramsSpec, HcfAsyKeyParamsSpec **impl) in CreateAlg25519ParamsSpecImpl()
1161 HcfAsyKeyParamsSpec **impl) in CreateAsyKeyParamsSpecImpl()
1209 HcfAsyKeyGeneratorImpl *impl = (HcfAsyKeyGeneratorImpl *)self; in GetAlgoName() local
1222 HcfAsyKeyGeneratorBySpecImpl *impl = (HcfAsyKeyGeneratorBySpecImpl *)self; in GetAlgNameBySpec() local
1236 HcfAsyKeyGeneratorImpl *impl = (HcfAsyKeyGeneratorImpl *)self; in ConvertKey() local
1254 HcfAsyKeyGeneratorImpl *impl = (HcfAsyKeyGeneratorImpl *)self; in ConvertPemKey() local
[all …]
/base/security/certificate_framework/frameworks/adapter/v1.0/src/
Dx509_cert_cms_generator_openssl.c63 HcfCmsGeneratorOpensslImpl *impl = (HcfCmsGeneratorOpensslImpl *)self; in DestroyCmsGenerator() local
202 HcfCmsGeneratorOpensslImpl *impl = (HcfCmsGeneratorOpensslImpl *)self; in CheckSignerParam() local
223 HcfCmsGeneratorOpensslImpl *impl = (HcfCmsGeneratorOpensslImpl *)self; in AddSignerOpenssl() local
271 HcfX509CertificateImpl *impl = (HcfX509CertificateImpl *)cert; in GetX509FromCertificate() local
291 HcfCmsGeneratorOpensslImpl *impl = (HcfCmsGeneratorOpensslImpl *)self; in AddCertOpenssl() local
368 HcfCmsGeneratorOpensslImpl *impl = (HcfCmsGeneratorOpensslImpl *)self; in DoFinalOpenssl() local
/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
Ddl_speke_protocol.c204 static int32_t DlSpekeClientStartReq(DlSpekeProtocol *impl, const CJson *inputData, CJson **outputD… in DlSpekeClientStartReq()
531 static int32_t CombineProtectedMsg(DlSpekeProtocol *impl, bool isVerify, Uint8Buff *kcfDataMsg, uin… in CombineProtectedMsg()
553 static int32_t GenerateKcfDataMsg(DlSpekeProtocol *impl, bool isClient, bool isVerify, Uint8Buff *k… in GenerateKcfDataMsg()
591 static int32_t CalKcfDataSelf(DlSpekeProtocol *impl, bool isClient) in CalKcfDataSelf()
619 static int32_t VerifyKcfDataPeer(DlSpekeProtocol *impl, bool isClient) in VerifyKcfDataPeer()
650 static int32_t CalSessionKey(DlSpekeProtocol *impl) in CalSessionKey()
672 static int32_t DlSpekeServerStartRspProcEvent(DlSpekeProtocol *impl) in DlSpekeServerStartRspProcEvent()
727 static int32_t DlSpekeServerStartRsp(DlSpekeProtocol *impl, const CJson *inputData, CJson **outputD… in DlSpekeServerStartRsp()
753 static int32_t DlSpekeClientFinishReqProcEvent(DlSpekeProtocol *impl) in DlSpekeClientFinishReqProcEvent()
812 static int32_t DlSpekeClientFinishReq(DlSpekeProtocol *impl, const CJson *inputData, CJson **output… in DlSpekeClientFinishReq()
[all …]
Dec_speke_protocol.c179 static int32_t EcSpekeClientStartReq(EcSpekeProtocol *impl, const CJson *inputEvent, CJson **output… in EcSpekeClientStartReq()
515 static int32_t CombineProtectedMsg(EcSpekeProtocol *impl, bool isVerify, Uint8Buff *kcfDataMsg, uin… in CombineProtectedMsg()
537 static int32_t GenerateKcfDataMsg(EcSpekeProtocol *impl, bool isClient, bool isVerify, Uint8Buff *k… in GenerateKcfDataMsg()
579 static int32_t CalKcfDataSelf(EcSpekeProtocol *impl, bool isClient) in CalKcfDataSelf()
613 static int32_t VerifyKcfDataPeer(EcSpekeProtocol *impl, bool isClient) in VerifyKcfDataPeer()
645 static int32_t CalSessionKey(EcSpekeProtocol *impl) in CalSessionKey()
669 static int32_t EcSpekeServerStartRspProcEvent(EcSpekeProtocol *impl) in EcSpekeServerStartRspProcEvent()
724 static int32_t EcSpekeServerStartRsp(EcSpekeProtocol *impl, const CJson *inputEvent, CJson **output… in EcSpekeServerStartRsp()
750 static int32_t EcSpekeClientFinishReqProcEvent(EcSpekeProtocol *impl) in EcSpekeClientFinishReqProcEvent()
809 static int32_t EcSpekeClientFinishReq(EcSpekeProtocol *impl, const CJson *inputEvent, CJson **outpu… in EcSpekeClientFinishReq()
[all …]
Diso_protocol.c209 static int32_t IsoGenSessionKey(IsoProtocol *impl, bool isClient) in IsoGenSessionKey()
303 static int32_t ClientGenRandom(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ClientGenRandom()
348 static int32_t ServerGenTokenProcEvent(IsoProtocol *impl) in ServerGenTokenProcEvent()
407 static int32_t ServerGenToken(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ServerGenToken()
465 static int32_t ClientGenTokenProcEvent(IsoProtocol *impl) in ClientGenTokenProcEvent()
514 static int32_t ClientGenToken(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ClientGenToken()
542 static int32_t ServerGenSessKeyProcEvent(IsoProtocol *impl) in ServerGenSessKeyProcEvent()
596 static int32_t ServerGenSessKey(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ServerGenSessKey()
625 static int32_t ClientGenSessKeyProcEvent(IsoProtocol *impl) in ClientGenSessKeyProcEvent()
645 static int32_t ClientGenSessKey(IsoProtocol *impl, const CJson *inputEvent, CJson **outputEvent) in ClientGenSessKey()
[all …]
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Dsm2_asy_key_generator_openssl.c350 HcfOpensslSm2PubKey *impl = (HcfOpensslSm2PubKey *)self; in DestroySm2PubKey() local
368 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in DestroySm2PriKey() local
386 HcfOpensslSm2KeyPair *impl = (HcfOpensslSm2KeyPair *)self; in DestroySm2KeyPair() local
461 HcfOpensslSm2PubKey *impl = (HcfOpensslSm2PubKey *)self; in GetSm2PubKeyEncoded() local
500 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in GetSm2PriKeyEncoded() local
543 HcfOpensslSm2PriKey *impl = (HcfOpensslSm2PriKey *)self; in Sm2PriKeyClearMem() local
915 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; in EngineConvertSm2Key() local
1101 HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl = (HcfAsyKeyGeneratorSpiOpensslSm2Impl *)self; in EngineConvertSm2PemKey() local
1133 static HcfResult PackAndAssignPubKey(const HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl, const char *f… in PackAndAssignPubKey()
1146 static HcfResult PackAndAssignPriKey(const HcfAsyKeyGeneratorSpiOpensslSm2Impl *impl, const char *f… in PackAndAssignPriKey()
[all …]
/base/security/certificate_framework/frameworks/core/v1.0/certificate/
Dcert_cms_generator.c90 CertCmsGeneratorImpl *impl = (CertCmsGeneratorImpl *)self; in AddSigner() local
104 CertCmsGeneratorImpl *impl = (CertCmsGeneratorImpl *)self; in AddCert() local
119 CertCmsGeneratorImpl *impl = (CertCmsGeneratorImpl *)self; in DoFinal() local
/base/powermgr/power_manager/interfaces/inner_api/native/include/
Drunning_lock_token_stub.h37 explicit RunningLockTokenProxy(const sptr<IRemoteObject>& impl) in RunningLockTokenProxy()

1234567891011