Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_task_common/
H A Diso_task_common.c25 …ComputeHkdfByParams(const IsoParams *params, const Uint8Buff *hkdfSaltBuf, Uint8Buff *returnKeyBuf) in ComputeHkdfByParams() argument
33 … return params->baseParams.loader->computeHkdf(&keyParam, hkdfSaltBuf, &keyInfoBuf, returnKeyBuf); in ComputeHkdfByParams()
72 Uint8Buff returnKeyBuf = { returnKey, returnKeyLen }; in GenerateReturnKey() local
73 res = ComputeHkdfByParams(params, &hkdfSaltBuf, &returnKeyBuf); in GenerateReturnKey()