Home
last modified time | relevance | path

Searched defs:toIOBuf (Results 1 – 6 of 6) sorted by relevance

/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/common/test/
H A DAeadTestUtil.cpp26 toIOBuf(std::string hexData, size_t headroom, size_t tailroom) { in toIOBuf() function
H A DCryptoTestUtil.cpp44 std::unique_ptr<folly::IOBuf> toIOBuf(folly::StringPiece hexData) { in toIOBuf() function
/dports/security/fizz/fizz-2021.12.27.00/fizz/crypto/test/
H A DTestUtil.cpp47 std::unique_ptr<folly::IOBuf> toIOBuf(folly::StringPiece hexData) { in toIOBuf() function
/dports/security/fizz/fizz-2021.12.27.00/fizz/crypto/aead/test/
H A DTestUtil.cpp29 toIOBuf(std::string hexData, size_t headroom, size_t tailroom) { in toIOBuf() function
/dports/security/fizz/fizz-2021.12.27.00/fizz/record/test/
H A DEncryptedRecordBench.cpp52 std::unique_ptr<folly::IOBuf> toIOBuf(std::string hexData) { in toIOBuf() function
/dports/security/fizz/fizz-2021.12.27.00/fizz/experimental/ktls/test/
H A DAsyncKTLSSocketTest.cpp12 static auto toIOBuf(std::string&& s) -> fizz::Buf { in toIOBuf() function