Home
last modified time | relevance | path

Searched defs:hapSignatureBlock (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/utils/include/
Dsignature_info.h28 ByteBuffer hapSignatureBlock; member
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_verify_test.cpp371 ByteBuffer hapSignatureBlock; variable
580 ByteBuffer hapSignatureBlock; variable
Dhap_signer_block_utils_test.cpp424 ByteBuffer hapSignatureBlock(1); variable
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
Dverify_hap.cpp343 bool VerifyHap::VerifyAppPkcs7(Pkcs7Context& pkcs7Context, const ByteBuffer& hapSignatureBlock) in VerifyAppPkcs7()