Home
last modified time | relevance | path

Searched defs:authCodeBuf (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
H A Diso_client_bind_exchange_task.c42 const Uint8Buff *nonceBuf, const Uint8Buff *encDataBuf, Uint8Buff *authCodeBuf) in DecAndImportInner()
113 Uint8Buff authCodeBuf = { authCode, AUTH_CODE_LEN }; in DecAndImportAuthCode() local
H A Diso_server_bind_exchange_task.c118 static int32_t ImportAuthCode(const IsoParams *params, const Uint8Buff *authCodeBuf) in ImportAuthCode()
152 Uint8Buff authCodeBuf = { authCode, AUTH_CODE_LEN }; in GenAndEncAuthCode() local