Home
last modified time | relevance | path

Searched defs:inParams (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/
H A Dx509_cert_chain_openssl_ex.c152 static CfResult GetCertChainFromCollection(const HcfX509CertChainBuildParameters *inParams, STACK_O… in GetCertChainFromCollection()
194const HcfX509CertChainBuildParameters *inParams, STACK_OF(X509) *allCerts, STACK_OF(X509) *leafCer… in GetLeafCertsFromCertStack()
H A Dx509_cert_chain_openssl.c1915 static CfResult PackCertChain(const HcfX509CertChainBuildParameters *inParams, STACK_OF(X509) * out) in PackCertChain()
1968 CfResult HcfX509CertChainByParamsSpiCreate(const HcfX509CertChainBuildParameters *inParams, HcfX509… in HcfX509CertChainByParamsSpiCreate()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c572 static int32_t CheckPeerProtocolVersion(SpekeSession *spekeSession, CJson *inParams) in CheckPeerProtocolVersion()
588 static int32_t PakeConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) in PakeConfirm()
624 static int32_t PakeServerConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *out) in PakeServerConfirm()
650 static int32_t PakeClientVerifyConfirm(SpekeSession *spekeSession, CJson *inParams, KeyAgreeBlob *o… in PakeClientVerifyConfirm()
668 static int32_t ProcessStep(ProtocolStep step, SpekeSession *spekeSession, CJson *inParams, KeyAgree… in ProcessStep()
712 CJson *inParams = NULL; in ProcessSpekeSession() local
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c69 static int32_t BaseCheckParams(const Uint8Buff **inParams, const char **paramTags, uint32_t len) in BaseCheckParams()
428 const Uint8Buff *inParams[] = { message, outHmac }; in CheckHmacParams() local
540 const Uint8Buff *inParams[] = { message, outHmac }; in CheckHmacWithThreeStageParams() local
662 const Uint8Buff *inParams[] = { salt, outHkdf }; in CheckHkdfParams() local
761 const Uint8Buff *inParams[] = { pskKeyAlias, outPsk }; in CheckPskParams() local
969 const Uint8Buff *inParams[] = { plain, outCipher }; in CheckAesGcmEncryptParam() local
1057 const Uint8Buff *inParams[] = { cipher, outPlain }; in CheckAesGcmDecryptParam() local
1460 const Uint8Buff *inParams[] = { base, exp, outNum }; in BigNumExpMod() local
1807 const Uint8Buff *inParams[] = { message, outSignature }; in CheckSignParams() local
1900 const Uint8Buff *inParams[] = { message, signature }; in CheckVerifyParams() local
[all …]
/ohos5.0/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dhisysevent_adapter.cpp97 void DevAuthReportUeCallEventByParams(int32_t osAccountId, const char *inParams, const char *appId, in DevAuthReportUeCallEventByParams()
/ohos5.0/base/security/device_auth/services/frameworks/inc/hiview_adapter/
H A Dhisysevent_adapter.h72 #define DEV_AUTH_REPORT_UE_CALL_EVENT_BY_PARAMS(osAccountId, inParams, appId, funcName) argument
83 #define DEV_AUTH_REPORT_UE_CALL_EVENT_BY_PARAMS(osAccountId, inParams, appId, funcName) \ argument
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/
H A Dcrypto_x509_cert_chain_test.cpp1847 HcfX509CertChainBuildParameters inParams; variable
1885 HcfX509CertChainBuildParameters inParams; variable
1901 HcfX509CertChainBuildParameters inParams; variable
1959 HcfX509CertChainBuildParameters inParams; variable
2020 HcfX509CertChainBuildParameters inParams; variable
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dx509_cert_chain.c196 const HcfX509CertChainBuildParameters *inParams, HcfX509CertChainBuildResult **returnObj) in HcfCertChainBuildResultCreate()
/ohos5.0/base/security/certificate_framework/test/fuzztest/v1.0/x509certchain_fuzzer/
H A Dx509certchain_fuzzer.cpp684 HcfX509CertChainBuildParameters inParams = {}; in CreateOneCertChainBuildResultCreate() local
738 HcfX509CertChainBuildParameters inParams = {}; in X509BuildResultCreateFuzzTest() local