Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/utils/src/
H A Dsigner_info.cpp243 int SignerInfo::ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID) in ParseOwnerIdFromSignature() argument
246 BIO *bio = BIO_new_mem_buf(sigbuffer.GetBuffer(), sigbuffer.GetSize()); in ParseOwnerIdFromSignature()
/ohos5.0/base/security/code_signature/utils/include/
H A Dsigner_info.h36 static int ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID);
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/include/
H A Dcode_sign_utils.h95 static int ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID);
/ohos5.0/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dcode_sign_utils.cpp171 int CodeSignUtils::ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID) in ParseOwnerIdFromSignature() argument
173 return SignerInfo::ParseOwnerIdFromSignature(sigbuffer, ownerID); in ParseOwnerIdFromSignature()
/ohos5.0/base/security/code_signature/
H A DREADME_zh.md48 | int ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID); | 从签名中解析OwnerId…
H A DREADME.md46 | int ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID); | Parses the ow…