Home
last modified time | relevance | path

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

/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h188 #define GOTO_IF_CHECK_NULL(ptr, paramTag) \ macro
/base/security/device_auth/services/authenticators/src/account_related/creds_manager/
Dasy_token_manager.c1235 GOTO_IF_CHECK_NULL(token->pkInfoStr.val, "pkInfoStr"); in CreateAccountToken()
1238 GOTO_IF_CHECK_NULL(token->pkInfoSignature.val, "pkInfoSignature"); in CreateAccountToken()
1241 GOTO_IF_CHECK_NULL(token->serverPk.val, "serverPk"); in CreateAccountToken()
1244 GOTO_IF_CHECK_NULL(token->pkInfo.deviceId.val, "deviceId"); in CreateAccountToken()
1247 GOTO_IF_CHECK_NULL(token->pkInfo.userId.val, "userId"); in CreateAccountToken()
1250 GOTO_IF_CHECK_NULL(token->pkInfo.version.val, "version"); in CreateAccountToken()
1253 GOTO_IF_CHECK_NULL(token->pkInfo.devicePk.val, "devicePk"); in CreateAccountToken()