Home
last modified time | relevance | path

Searched refs:ExecutorMsgSign (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dkey_mgr_test.cpp65 EXPECT_EQ(ExecutorMsgSign(nullptr), nullptr);
67 EXPECT_EQ(ExecutorMsgSign(nullptr), nullptr);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/
H A Ded25519_key.h28 Buffer *ExecutorMsgSign(const Buffer *data);
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H A Ded25519_key.c62 Buffer *ExecutorMsgSign(const Buffer *data) in ExecutorMsgSign() function
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c48 signData = ExecutorMsgSign(&data); in SignData()