Searched defs:keyPair (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/pin_auth/test/unittest/pin_auth/common/src/ |
H A D | common_impl.c | 26 Buffer *GetAuthFwkExtraInfo(uint64_t scheduleId, KeyPair *keyPair, uint8_t *challenge, uint8_t challengeSize) in GetAuthFwkExtraInfo() argument
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/ |
H A D | all_in_one_impl_test.cpp | 112 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | adaptor_algorithm_test.cpp | 94 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local 125 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local [all...] |
/drivers/peripheral/user_auth/test/unittest/base_test/src/ |
H A D | adaptor_algorithm_test.cpp | 93 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local 124 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local [all...] |
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
H A D | pin_auth_test.cpp | 253 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A D | adaptor_algorithm.c | 46 KeyPair *keyPair = Malloc(sizeof(KeyPair)); in CreateEd25519KeyPair() local 67 DestoryKeyPair(KeyPair *keyPair) DestoryKeyPair() argument 81 IsEd25519KeyPairValid(const KeyPair *keyPair) IsEd25519KeyPairValid() argument 100 KeyPair *keyPair = CreateEd25519KeyPair(); GenerateEd25519KeyPair() local 146 Ed25519Sign(const KeyPair *keyPair, const Buffer *data, Buffer **sign) Ed25519Sign() argument [all...] |
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | adaptor_algorithm.c | 37 KeyPair *keyPair = Malloc(sizeof(KeyPair)); in CreateEd25519KeyPair() local 58 DestroyKeyPair(KeyPair *keyPair) DestroyKeyPair() argument 72 IsEd25519KeyPairValid(const KeyPair *keyPair) IsEd25519KeyPairValid() argument 91 KeyPair *keyPair = CreateEd25519KeyPair(); GenerateEd25519KeyPair() local 137 Ed25519Sign(const KeyPair *keyPair, const Buffer *data, Buffer **sign) Ed25519Sign() argument [all...] |
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | executor_func_common.c | 107 static int32_t GetRootMsg(const Attribute *data, const KeyPair *keyPair, Uint8Array *rootMsg) in GetRootMsg() argument 157 int32_t FormatTlvMsg(const Attribute *data, const KeyPair *keyPair, uint8_t *msg, uint32_t *msgSize) in FormatTlvMsg() argument
|
Completed in 4 milliseconds