Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h59 typedef enum { PRE_SHARED, CERTIFICATED } IdentityProofType; enumerator
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c986 if (cred->proofType == CERTIFICATED) { in CreateIsoSubSession()
1015 if (cred->proofType == CERTIFICATED) { in CreateDlSpekeSubSession()
1066 …EcSpekeCurveType curveType = (cred->proofType == CERTIFICATED) ? CURVE_TYPE_256 : CURVE_TYPE_25519; in CreateEcSpekeSubSession()
1300 if (cred->proofType == CERTIFICATED) { in AddAuthInfoToContextByCred()
1453 if (cred->proofType != CERTIFICATED) { in SetPeerUserIdToContext()
H A Ddev_session_util.c277 if (info->proofType == CERTIFICATED) { in IsP2pAuth()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_group.c287 if (info->proofType == CERTIFICATED) { in GetIdentityInfos()
291 if (info->proofType == CERTIFICATED) { in GetIdentityInfos()
H A Dcert_operation.c434 info->proofType = CERTIFICATED; in GetAccountAsymIdentityInfo()