Home
last modified time | relevance | path

Searched defs:keyPair (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c45 KeyPair *keyPair = Malloc(sizeof(KeyPair)); in CreateEd25519KeyPair() local
66 void DestoryKeyPair(KeyPair *keyPair) in DestoryKeyPair()
80 bool IsEd25519KeyPairValid(const KeyPair *keyPair) in IsEd25519KeyPairValid()
99 KeyPair *keyPair = CreateEd25519KeyPair(); in GenerateEd25519KeyPair() local
145 int32_t Ed25519Sign(const KeyPair *keyPair, const Buffer *data, Buffer **sign) in Ed25519Sign()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c38 KeyPair *keyPair = Malloc(sizeof(KeyPair)); in CreateEd25519KeyPair() local
59 void DestoryKeyPair(KeyPair *keyPair) in DestoryKeyPair()
73 bool IsEd25519KeyPairValid(const KeyPair *keyPair) in IsEd25519KeyPairValid()
92 KeyPair *keyPair = CreateEd25519KeyPair(); in GenerateEd25519KeyPair() local
138 int32_t Ed25519Sign(const KeyPair *keyPair, const Buffer *data, Buffer **sign) in Ed25519Sign()
/drivers/peripheral/pin_auth/test/uinttest/pin_auth/adaptor/src/
Dadaptor_algorithm_test.cpp94 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
125 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
/drivers/peripheral/user_auth/test/unittest/base_test/src/
Dadaptor_algorithm_test.cpp92 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
123 KeyPair *keyPair = GenerateEd25519KeyPair(); variable