Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/test/unittest/pin_auth/common/src/
H A Dcommon_impl.c26 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 Dall_in_one_impl_test.cpp112 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp94 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 Dadaptor_algorithm_test.cpp93 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 Dpin_auth_test.cpp253 KeyPair *keyPair = GenerateEd25519KeyPair(); in HWTEST_F() local
/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c46 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 Dadaptor_algorithm.c37 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 Dexecutor_func_common.c107 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