Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c219 static int32_t DecodeServiceTypeAndPublicKey(CredentialRequestParamT *param, CJson *reqJson) in DecodeServiceTypeAndPublicKey() function
301 if (DecodeServiceTypeAndPublicKey(param, json) != HC_SUCCESS) { in DecodeRequestParam()