Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp233 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in HWTEST_F() local
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c291 Buffer *DeriveDeviceKey(const Buffer *pinData, const Buffer *secret) in DeriveDeviceKey() argument
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c345 static ResultCode WriteAddPinInfo(const Buffer *secret, const Buffer *pinCredentialData, uint8_t *salt, in WriteAddPinInfo() argument
534 Buffer *secret = CreateBufferBySize(SECRET_SIZE); in CreateSecretBuffer() local
548 ProcessAddPin(const Buffer *deviceKey, const Buffer *secret, PinEnrollParam *pinEnrollParam, uint64_t *templateId) ProcessAddPin() argument
600 Buffer *secret = CreateSecretBuffer(); AddPin() local
946 Buffer *secret = CreateBufferBySize(SECRET_SIZE); ProcessAuthPin() local
[all...]

Completed in 3 milliseconds