Lines Matching defs:std
24 std::vector<OptionalBlock>& optionalBlocks, ByteBuffer& result)
28 "zip contents len must is 3, now is " + std::to_string(len));
31 std::vector<SignatureAlgorithmHelper> algoClass = config.GetSignatureAlgorithms();
41 std::vector<std::pair<int32_t, ByteBuffer>> nidAndcontentDigestsVec;
50 std::pair<int32_t, ByteBuffer> nidAndcontentDigests = std::make_pair(algo, digContext);
56 std::shared_ptr<Pkcs7Generator> pkcs7Generator = std::make_shared<BCPkcs7Generator>();
57 std::string digMessageData(digMessage.GetBufferPtr(), digMessage.GetCapacity());
58 std::string ret;
75 const std::vector<OptionalBlock>& optionalBlocks, ByteBuffer& result)
93 const std::vector<std::pair<int32_t,
114 bool SignHap::GenerateHapSigningBlock(const std::string& hapSignatureSchemeBlock,
115 std::vector<OptionalBlock>& optionalBlocks,
155 std::unordered_map<int, int> typeAndOffsetMap;
160 std::string blockValues(blockValueSizes, 0);
186 std::vector<int8_t> signingBlockMagic = HapUtils::GetHapSigningBlockMagic(compatibleVersion);
192 void SignHap::ExtractedResult(std::vector<OptionalBlock>& optionalBlocks, ByteBuffer& result,
193 std::unordered_map<int, int>& typeAndOffsetMap)