Home
last modified time | relevance | path

Searched defs:secret (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/pin_auth/test/uinttest/pin_auth/adaptor/src/
Dadaptor_algorithm_test.cpp220 Buffer *secret = CreateBufferBySize(SECRET_SIZE); variable
/drivers/peripheral/pin_auth/hdi_service/database/src/
Dpin_db.c663 static ResultCode WriteAddPinInfo(const Buffer *secret, const Buffer *pinCredentialData, uint8_t *s… in WriteAddPinInfo()
783 static ResultCode ProcessAddPin(const Buffer *deviceKey, const Buffer *secret, PinEnrollParam *pinE… in ProcessAddPin()
829 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in AddPin() local
1138 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in ProcessAuthPin() local
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c567 Buffer *DeriveDeviceKey(const Buffer *pinData, const Buffer *secret) in DeriveDeviceKey()