Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp1269 const Buffer *frameworkPubKey = GetPubKey(); in AddExecutor() local
1270 if (!IsBufferValid(frameworkPubKey)) { in AddExecutor()
1275 …if (memcpy_s(&publicKey[0], publicKey.size(), frameworkPubKey->buf, frameworkPubKey->contentSize) … in AddExecutor()