Home
last modified time | relevance | path

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

/third_party/boost/libs/convert/test/
Dencryption.cpp16 my_cypher(std::string const& value_in, boost::optional<std::string>& value_out) in my_cypher() function
35 std::string encrypted = boost::convert<std::string>("ABC", my_cypher).value(); in main()
36 std::string decrypted = boost::convert<std::string>(encrypted, my_cypher).value(); in main()
/third_party/boost/libs/convert/doc/
Dother.qbk13 string encrypted = boost::convert<string>("ABC", my_cypher).value();
14 string decrypted = boost::convert<string>(encrypted, my_cypher).value();