Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c356 #define REMOTE_PIN_DISTRIBUTE_DEVICE_KEY_SIZE 32 macro
365 Buffer *keyData = CreateBufferBySize(salt->contentSize + REMOTE_PIN_DISTRIBUTE_DEVICE_KEY_SIZE); in GetDistributeKey()
371 REMOTE_PIN_DISTRIBUTE_DEVICE_KEY, REMOTE_PIN_DISTRIBUTE_DEVICE_KEY_SIZE) != EOK) { in GetDistributeKey()
376 keyData->contentSize += REMOTE_PIN_DISTRIBUTE_DEVICE_KEY_SIZE; in GetDistributeKey()