Searched refs:CreateDslmCred (Results 1 – 4 of 4) sorted by relevance
/base/security/device_security_level/oem_property/ohos/impl/ |
D | dslm_ohos_request.c | 115 DslmCredBuff *out = CreateDslmCred(CRED_TYPE_SMALL, dataLen, data); in RequestSmallDslmCred() 135 DslmCredBuff *out = CreateDslmCred(CRED_TYPE_STANDARD, certChainLen, certChain); in RequestStandardDslmCred()
|
/base/security/device_security_level/common/include/ |
D | dslm_cred.h | 89 DslmCredBuff *CreateDslmCred(CredType type, uint32_t len, uint8_t *value);
|
/base/security/device_security_level/services/dslm/ |
D | dslm_credential.c | 94 DslmCredBuff *CreateDslmCred(CredType type, uint32_t len, uint8_t *value) in CreateDslmCred() function
|
D | dslm_msg_utils.c | 238 DslmCredBuff *out = CreateDslmCred((CredType)type, credLen, credBuf); in ParseDeviceSecInfoResponse()
|