Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c46 KeyPair *keyPair = Malloc(sizeof(KeyPair)); in CreateEd25519KeyPair() local
67 void DestoryKeyPair(KeyPair *keyPair) in DestoryKeyPair()
81 bool IsEd25519KeyPairValid(const KeyPair *keyPair) in IsEd25519KeyPairValid()
100 KeyPair *keyPair = CreateEd25519KeyPair(); in GenerateEd25519KeyPair() local
146 int32_t Ed25519Sign(const KeyPair *keyPair, const Buffer *data, Buffer **sign) in Ed25519Sign()
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
Dadaptor_algorithm.c37 KeyPair *keyPair = Malloc(sizeof(KeyPair)); in CreateEd25519KeyPair() local
58 void DestroyKeyPair(KeyPair *keyPair) in DestroyKeyPair()
72 bool IsEd25519KeyPairValid(const KeyPair *keyPair) in IsEd25519KeyPairValid()
91 KeyPair *keyPair = CreateEd25519KeyPair(); in GenerateEd25519KeyPair() local
137 int32_t Ed25519Sign(const KeyPair *keyPair, const Buffer *data, Buffer **sign) in Ed25519Sign()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/common/src/
Dcommon_impl.c26 Buffer *GetAuthFwkExtraInfo(uint64_t scheduleId, KeyPair *keyPair, uint8_t *challenge, uint8_t chal… in GetAuthFwkExtraInfo()
/drivers/peripheral/pin_auth/test/unittest/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.cpp93 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
124 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
Dall_in_one_impl_test.cpp112 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
/drivers/peripheral/pin_auth/hdi_service/main/src/
Dexecutor_func_common.c107 static int32_t GetRootMsg(const Attribute *data, const KeyPair *keyPair, Uint8Array *rootMsg) in GetRootMsg()
157 int32_t FormatTlvMsg(const Attribute *data, const KeyPair *keyPair, uint8_t *msg, uint32_t *msgSize) in FormatTlvMsg()
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
Dpin_auth_test.cpp253 KeyPair *keyPair = GenerateEd25519KeyPair(); variable