Searched defs:to_be_signed (Results 1 – 3 of 3) sorted by relevance
128 std::vector<uint8_t> to_be_signed; in OnMessage() local
239 string to_be_signed(64, ' '); in TEST_P() local
176 auto keySignFunction = [&](const std::string& to_be_signed) { return key.sign(to_be_signed); }; in createX509RootCert()