Home
last modified time | relevance | path

Searched refs:JSON_KEY_ALGORITHM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/include/
H A Dsoftbus_proxychannel_message.h55 #define JSON_KEY_ALGORITHM "ALGORITHM" macro
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c46 #define JSON_KEY_ALGORITHM "algorithm" macro
385 attestation->algorithm = GetAlgorithmType(DslmGetJsonFieldString(item, JSON_KEY_ALGORITHM)); in ParsePublicKeyAttestation()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/proxy/src/
H A Dsoftbus_proxychannel_message.c441 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in PackHandshakeMsgForNormal()
565 !AddNumberToJsonObject(root, JSON_KEY_ALGORITHM, appInfo->algorithm) || in TransProxyPackHandshakeAckMsg()
667 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &chanInfo->appInfo.algorithm) || in TransProxyUnpackHandshakeAckMsg()
743 !GetJsonObjectNumberItem(root, JSON_KEY_ALGORITHM, &appInfo->algorithm) || in TransProxyUnpackNormalHandshakeMsg()