Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Dspake25519_test.cc40 reinterpret_cast<const uint8_t *>(bob_names.first.data()), in Run()
41 bob_names.first.size(), in Run()
42 reinterpret_cast<const uint8_t *>(bob_names.second.data()), in Run()
43 bob_names.second.size())); in Run()
92 std::pair<std::string, std::string> bob_names = {"bob", "alice"}; member
117 spake2.bob_names.second = "charlie"; in TEST()