Home
last modified time | relevance | path

Searched refs:vPubKey (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Dsignature_operation.cpp252 ResultCode GetExecutorPublicKey(std::vector<uint8_t> &vPubKey) in GetExecutorPublicKey() argument
262 vPubKey.resize(pubKey->contentSize); in GetExecutorPublicKey()
263 if (memcpy_s(&vPubKey[0], pubKey->contentSize, pubKey->buf, pubKey->contentSize) != EOK) { in GetExecutorPublicKey()
/ohos5.0/drivers/peripheral/user_auth/test/unittest/service_test/inc/
H A Dsignature_operation.h36 ResultCode GetExecutorPublicKey(std::vector<uint8_t> &vPubKey);