Home
last modified time | relevance | path

Searched defs:to_be_signed (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openscreen/cast/receiver/channel/
H A Ddevice_auth_namespace_handler.cc128 std::vector<uint8_t> to_be_signed; in OnMessage() local
/aosp_15_r20/external/cronet/net/quic/crypto/
H A Dproof_test_chromium.cc239 string to_be_signed(64, ' '); in TEST_P() local
/aosp_15_r20/system/security/ondevice-signing/
H A Dodsign_main.cpp176 auto keySignFunction = [&](const std::string& to_be_signed) { return key.sign(to_be_signed); }; in createX509RootCert()