Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_algorithm.h29 #define SECRET_SIZE 32 macro
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp233 Buffer *secret = CreateBufferBySize(SECRET_SIZE);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c534 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in CreateSecretBuffer()
946 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in ProcessAuthPin()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c293 if (!IsBufferValid(secret) || secret->contentSize != SECRET_SIZE || !IsBufferValid(pinData)) { in DeriveDeviceKey()