Searched refs:VerifyDslmCredential (Results 1 - 7 of 7) sorted by relevance
/base/security/device_security_level/test/dslm_unit_test/ |
H A D | dslm_oem_property_test.cpp | 71 * @tc.desc: function VerifyDslmCredential with malformed input 84 ret = VerifyDslmCredential(cred, nullptr, &list); in HWTEST_F() 87 ret = VerifyDslmCredential(cred, &info, &list); in HWTEST_F() 93 * @tc.desc: function VerifyDslmCredential with malformed input 108 int32_t ret = VerifyDslmCredential(cred, &info, &list); in HWTEST_F() 118 int32_t ret = VerifyDslmCredential(cred, &info, &list); in HWTEST_F() 130 int32_t ret = VerifyDslmCredential(cred, &info, &list); in HWTEST_F() 137 * @tc.desc: function VerifyDslmCredential with malformed input 152 int32_t ret = VerifyDslmCredential(cred, &info, &list); in HWTEST_F() 162 int32_t ret = VerifyDslmCredential(cre in HWTEST_F() [all...] |
/base/security/device_security_level/oem_property/include/ |
H A D | dslm_credential_utils.h | 40 int32_t VerifyDslmCredential(const char *credentialString, DslmCredInfo *credentialInfo, AttestationList *list);
|
/base/security/device_security_level/oem_property/ohos/lite/impl/ |
H A D | dslm_ohos_init.c | 37 ret = VerifyDslmCredential(credStr, credInfo, NULL); in InitOhosDslmCred()
|
/base/security/device_security_level/oem_property/ohos/standard/impl/ |
H A D | dslm_ohos_init.c | 37 ret = VerifyDslmCredential(credStr, credInfo, NULL); in InitOhosDslmCred()
|
/base/security/device_security_level/oem_property/ohos/common/ |
H A D | dslm_ohos_verify.c | 220 int32_t ret = VerifyDslmCredential(credStr, credInfo, NULL); in VerifyLiteDslmCred() 222 SECURITY_LOG_ERROR("VerifyDslmCredential failed"); in VerifyLiteDslmCred() 261 ret = VerifyDslmCredential(resultInfo.credStr, credInfo, NULL); in VerifyStandardDslmCred() 263 SECURITY_LOG_ERROR("VerifyDslmCredential failed"); in VerifyStandardDslmCred()
|
/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/ |
H A D | dslm_fuzzer.cpp | 157 (void)VerifyDslmCredential(g_cred, &info, &list); in VerifyDslmCredentialTest() 158 (void)VerifyDslmCredential(nullptr, &info, &list); in VerifyDslmCredentialTest()
|
/base/security/device_security_level/oem_property/common/ |
H A D | dslm_credential_utils.c | 100 int32_t VerifyDslmCredential(const char *credentialString, DslmCredInfo *credentialInfo, AttestationList *list) in VerifyDslmCredential() function
|
Completed in 5 milliseconds