Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_enable_multi_task.cpp173 ByteBuffer sigBuffer; in CheckOwnerId() local
174 sigBuffer.CopyFrom(sigPtr, sigSize); in CheckOwnerId()
176 ret = SignerInfo::ParseOwnerIdFromSignature(sigBuffer, retId); in CheckOwnerId()