Searched refs:certChainLen (Results 1 - 4 of 4) sorted by relevance
/base/security/device_security_level/oem_property/ohos/common/ |
H A D | dslm_ohos_request.c | 62 uint8_t **certChain, uint32_t *certChainLen) in GenerateDslmCertChain() 87 ret = DslmCredAttestAdapter(&saveInfo, certChain, certChainLen); in GenerateDslmCertChain() 135 uint32_t certChainLen = 0; in RequestStandardDslmCred() local 136 int32_t ret = GenerateDslmCertChain(device, obj, credStr, &certChain, &certChainLen); in RequestStandardDslmCred() 141 DslmCredBuff *out = CreateDslmCred(CRED_TYPE_STANDARD, certChainLen, certChain); in RequestStandardDslmCred() 61 GenerateDslmCertChain(const DeviceIdentify *device, const RequestObject *obj, char *credStr, uint8_t **certChain, uint32_t *certChainLen) GenerateDslmCertChain() argument
|
H A D | external_interface_adapter.h | 33 int32_t DslmCredAttestAdapter(struct DslmInfoInCertChain *info, uint8_t **certChain, uint32_t *certChainLen);
|
H A D | external_interface_adapter.c | 107 int32_t DslmCredAttestAdapter(struct DslmInfoInCertChain *info, uint8_t **certChain, uint32_t *certChainLen) in DslmCredAttestAdapter() argument 148 ret = HksCertChainToBuffer(hksCertChain, certChain, certChainLen); in DslmCredAttestAdapter() 159 SECURITY_LOG_DEBUG("success, certChainLen = %{public}d ", *certChainLen); in DslmCredAttestAdapter()
|
/base/security/huks/services/huks_standard/huks_service/main/os_dependency/sa/ |
H A D | hks_sa_interface.cpp | 56 uint32_t certChainLen = 0; in ProcessAttestKeyAsyncReply() local 82 certChainLen = sz; in ProcessAttestKeyAsyncReply() 84 SendAsyncReply(errCode, certChain, certChainLen); in ProcessAttestKeyAsyncReply()
|
Completed in 2 milliseconds