Searched defs:keyPair (Results 1 – 8 of 8) sorted by relevance
| /drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
| D | adaptor_algorithm.c | 46 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/ |
| D | adaptor_algorithm.c | 37 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/ |
| D | common_impl.c | 26 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/ |
| D | adaptor_algorithm_test.cpp | 94 KeyPair *keyPair = GenerateEd25519KeyPair(); variable 125 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
|
| /drivers/peripheral/user_auth/test/unittest/base_test/src/ |
| D | adaptor_algorithm_test.cpp | 93 KeyPair *keyPair = GenerateEd25519KeyPair(); variable 124 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
|
| /drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/ |
| D | all_in_one_impl_test.cpp | 112 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
|
| /drivers/peripheral/pin_auth/hdi_service/main/src/ |
| D | executor_func_common.c | 107 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/ |
| D | pin_auth_test.cpp | 253 KeyPair *keyPair = GenerateEd25519KeyPair(); variable
|