Home
last modified time | relevance | path

Searched refs:IsEd25519KeyPairValid (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H A Ded25519_key.c31 if (!IsEd25519KeyPairValid(g_keyPair)) { in GenerateKeyPair()
40 if (!IsEd25519KeyPairValid(g_keyPair)) { in GetPriKey()
49 if (!IsEd25519KeyPairValid(g_keyPair)) { in GetPubKey()
64 if (!IsEd25519KeyPairValid(g_keyPair)) { in ExecutorMsgSign()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_algorithm_test.cpp61 bool result = IsEd25519KeyPairValid(&keyPair2);
69 result = IsEd25519KeyPairValid(&keyPair3);
76 result = IsEd25519KeyPairValid(keyPair4);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_algorithm_test.cpp60 bool result = IsEd25519KeyPairValid(&keyPair2);
68 result = IsEd25519KeyPairValid(&keyPair3);
75 result = IsEd25519KeyPairValid(keyPair4);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp195 if (!IsEd25519KeyPairValid(g_keyPair)) { in GenerateRetTlv()
254 if (!IsEd25519KeyPairValid(g_keyPair)) { in GetExecutorPublicKey()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/inc/
H A Dadaptor_algorithm.h47 bool IsEd25519KeyPairValid(const KeyPair *keyPair);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/inc/
H A Dadaptor_algorithm.h50 bool IsEd25519KeyPairValid(const KeyPair *keyPair);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c81 bool IsEd25519KeyPairValid(const KeyPair *keyPair) in IsEd25519KeyPairValid() function
148 if (!IsEd25519KeyPairValid(keyPair) || !IsBufferValid(data) || sign == NULL) { in Ed25519Sign()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c179 if (!IsEd25519KeyPairValid(g_keyPair)) { in DoGetAllInOneExecutorInfo()
H A Dcollector_func.c74 if (!IsEd25519KeyPairValid(g_keyPair)) { in DoGetCollectorExecutorInfo()
H A Dexecutor_func_common.c159 if ((data == NULL) || !IsEd25519KeyPairValid(keyPair) || (msg == NULL) || (msgSize == NULL)) { in FormatTlvMsg()
H A Dverifier_func.c76 if (!IsEd25519KeyPairValid(g_keyPair)) { in DoGetVerifierExecutorInfo()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c72 bool IsEd25519KeyPairValid(const KeyPair *keyPair) in IsEd25519KeyPairValid() function
139 if (!IsEd25519KeyPairValid(keyPair) || !IsBufferValid(data) || sign == NULL) { in Ed25519Sign()