Home
last modified time | relevance | path

Searched refs:CredType (Results 1 - 8 of 8) sorted by relevance

/base/security/device_security_level/oem_property/include/
H A Ddslm_cred.h39 } CredType; typedef
51 CredType credType; // the parsed and validated type value, assigned only after verification.
60 CredType credArray[MAX_CRED_ARRAY_SIZE];
64 CredType type;
80 CredType credTypeArray[MAX_CRED_ARRAY_SIZE];
89 DslmCredBuff *CreateDslmCred(CredType type, uint32_t len, uint8_t *value);
H A Ddslm_credential.h34 int32_t GetSupportedCredTypes(CredType *list, uint32_t len);
/base/security/device_security_level/oem_property/common/
H A Ddslm_credential.c79 int32_t GetSupportedCredTypes(CredType *list, uint32_t len) in GetSupportedCredTypes()
95 DslmCredBuff *CreateDslmCred(CredType type, uint32_t len, uint8_t *value) in CreateDslmCred()
H A Ddslm_credential_utils.c485 CredType credType = credInfo->credType; in CredentialCbToDslmCredInfo()
/base/security/device_security_level/services/dslm/
H A Ddslm_msg_utils.c103 CredType credTypeArray[MAX_CRED_ARRAY_SIZE] = {0}; in GenerateSecInfoRequestJson()
238 DslmCredBuff *out = CreateDslmCred((CredType)type, credLen, credBuf); in ParseDeviceSecInfoResponse()
/base/security/device_auth/interfaces/inner_api/
H A Ddevice_auth.h160 } CredType; typedef
/base/security/device_security_level/test/dslm_fuzz_test/dslm_fuzzer/
H A Ddslm_fuzzer.cpp263 CredType credType = CRED_TYPE_STANDARD; in BufferToHksCertChainTest()
/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_test.cpp522 DslmCredBuff cred = {(CredType)3, 9, info}; in HWTEST_F()
540 DslmCredBuff cred = {(CredType)3, 9, info}; in HWTEST_F()
1119 .type = (CredType)3000, in HWTEST_F()
1503 CredType list[] = {CRED_TYPE_MINI, CRED_TYPE_SMALL, CRED_TYPE_STANDARD, CRED_TYPE_LARGE}; in HWTEST_F()
1513 CredType type = CRED_TYPE_STANDARD; in HWTEST_F()
1525 CredType type = CRED_TYPE_STANDARD; in HWTEST_F()
1962 cred->type = (CredType)3; in HWTEST_F()

Completed in 8 milliseconds