Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
Dadaptor_algorithm.h30 #define SECRET_SIZE 32 macro
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/adaptor/src/
Dadaptor_algorithm_test.cpp220 Buffer *secret = CreateBufferBySize(SECRET_SIZE);
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c829 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in AddPin()
1138 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in ProcessAuthPin()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c569 if (!IsBufferValid(secret) || secret->contentSize != SECRET_SIZE || !IsBufferValid(pinData)) { in DeriveDeviceKey()