Searched defs:credBuff (Results 1 – 3 of 3) sorted by relevance
/base/security/device_security_level/oem_property/common/ |
D | dslm_credential.c | 45 …ultRequestDslmCred(const DeviceIdentify *device, const RequestObject *obj, DslmCredBuff **credBuff) in DefaultRequestDslmCred() 56 …faultVerifyDslmCred(const DeviceIdentify *device, uint64_t challenge, const DslmCredBuff *credBuff, in DefaultVerifyDslmCred() 122 void DestroyDslmCred(DslmCredBuff *credBuff) in DestroyDslmCred()
|
/base/security/device_security_level/oem_property/ohos/common/ |
D | dslm_ohos_request.c | 119 …_t RequestLiteDslmCred(uint32_t credType, uint8_t *data, uint32_t dataLen, DslmCredBuff **credBuff) in RequestLiteDslmCred() 132 DslmCredBuff **credBuff) in RequestStandardDslmCred() 217 …equestOhosDslmCred(const DeviceIdentify *device, const RequestObject *obj, DslmCredBuff **credBuff) in RequestOhosDslmCred()
|
D | dslm_ohos_verify.c | 209 static int32_t VerifyLiteDslmCred(const DeviceIdentify *device, const DslmCredBuff *credBuff, DslmC… in VerifyLiteDslmCred() 231 …ifyStandardDslmCred(const DeviceIdentify *device, uint64_t challenge, const DslmCredBuff *credBuff, in VerifyStandardDslmCred() 276 … VerifyOhosDslmCred(const DeviceIdentify *device, uint64_t challenge, const DslmCredBuff *credBuff, in VerifyOhosDslmCred()
|