Home
last modified time | relevance | path

Searched defs:nonceBuf (Results 1 – 5 of 5) 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()
114 Uint8Buff nonceBuf = { nonce, NONCE_SIZE }; in DecAndImportAuthCode() local
176 Uint8Buff nonceBuf = { *nonce, NONCE_SIZE }; in ClientBindAesEncrypt() local
H A Diso_server_bind_exchange_task.c143 static int GenAndEncAuthCode(const IsoParams *params, Uint8Buff *nonceBuf, const Uint8Buff *challen… in GenAndEncAuthCode()
205 Uint8Buff nonceBuf = { nonce, NONCE_SIZE }; in GenerateAuthCodeAndImport() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp251 uint8_t nonceBuf[bufSize]; in MakeRequestDigest() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c89 Uint8Buff nonceBuf = { nonce, sizeof(nonce) }; in GenerateEncResult() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp2506 char nonceBuf[nonceBufSize] = { 0 }; // length of auth data in ParseAndFillUmtsAuthParam() local