Searched refs:DslmCredInfo (Results 1 – 15 of 15) sorted by relevance
/base/security/device_security_level/test/dslm_unit_test/ |
D | dslm_oem_property_test.cpp | 78 DslmCredInfo info; 80 memset_s(&info, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); 99 DslmCredInfo info; 101 memset_s(&info, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); 143 DslmCredInfo info; 145 memset_s(&info, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); 187 DslmCredInfo info; 189 memset_s(&info, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); 229 DslmCredInfo info; 231 memset_s(&info, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); [all …]
|
D | dslm_test.cpp | 742 DslmCredInfo info; 743 (void)memset_s(&info, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); 1306 DslmCredInfo *credInfo = nullptr; 1318 DslmCredInfo credInfo; 1319 (void)memset_s(&credInfo, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); 1331 DslmCredInfo credInfo; 1332 (void)memset_s(&credInfo, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo));
|
/base/security/device_security_level/common/include/ |
D | dslm_cred.h | 41 typedef struct DslmCredInfo { struct 53 } DslmCredInfo; argument 69 typedef int32_t InitDslmCredFunc(DslmCredInfo *credInfo); 73 DslmCredInfo *credInfo);
|
/base/security/device_security_level/services/dslm/ |
D | dslm_credential.h | 31 DslmCredInfo *credInfo); 33 int32_t DefaultInitDslmCred(DslmCredInfo *credInfo);
|
D | dslm_credential.c | 57 DslmCredInfo *credInfo) in DefaultVerifyDslmCred() 68 int32_t DefaultInitDslmCred(DslmCredInfo *credInfo) in DefaultInitDslmCred()
|
D | dslm_core_defines.h | 56 DslmCredInfo credInfo;
|
/base/security/device_security_level/oem_property/ohos/lite/impl/ |
D | dslm_ohos_init.h | 27 int32_t InitOhosDslmCred(DslmCredInfo *credInfo);
|
D | dslm_ohos_init.c | 27 int32_t InitOhosDslmCred(DslmCredInfo *credInfo) in InitOhosDslmCred()
|
/base/security/device_security_level/oem_property/ohos/standard/impl/ |
D | dslm_ohos_init.h | 27 int32_t InitOhosDslmCred(DslmCredInfo *credInfo);
|
D | dslm_ohos_init.c | 27 int32_t InitOhosDslmCred(DslmCredInfo *credInfo) in InitOhosDslmCred()
|
/base/security/device_security_level/oem_property/ohos/common/ |
D | dslm_ohos_verify.h | 29 DslmCredInfo *credInfo);
|
D | dslm_ohos_verify.c | 46 static int32_t CheckCredInfo(const struct DeviceIdentify *device, DslmCredInfo *info, uint32_t maxL… in CheckCredInfo() 209 …fySmallDslmCred(const DeviceIdentify *device, const DslmCredBuff *credBuff, DslmCredInfo *credInfo) in VerifySmallDslmCred() 232 DslmCredInfo *credInfo) in VerifyStandardDslmCred() 277 DslmCredInfo *credInfo) in VerifyOhosDslmCred()
|
/base/security/device_security_level/oem_property/common/ |
D | dslm_credential_utils.h | 40 int32_t VerifyDslmCredential(const char *credentialString, DslmCredInfo *credentialInfo, Attestatio…
|
D | dslm_credential_utils.c | 86 static void CredentialCbToDslmCredInfo(CredentialCb *credCb, DslmCredInfo *credInfo, bool verified); 100 int32_t VerifyDslmCredential(const char *credentialString, DslmCredInfo *credentialInfo, Attestatio… in VerifyDslmCredential() 479 static void CredentialCbToDslmCredInfo(CredentialCb *credCb, DslmCredInfo *credInfo, bool verified) in CredentialCbToDslmCredInfo() 486 (void)memset_s(credInfo, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); in CredentialCbToDslmCredInfo()
|
/base/security/device_security_level/services/dfx/ |
D | dslm_hidumper.c | 152 DslmCredInfo info; in GetDefaultStatus() 153 (void)memset_s(&info, sizeof(DslmCredInfo), 0, sizeof(DslmCredInfo)); in GetDefaultStatus()
|