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.cc41 reinterpret_cast<const uint8_t *>(bob_names.first.data()), in Run()
42 bob_names.first.size(), in Run()
43 reinterpret_cast<const uint8_t *>(bob_names.second.data()), in Run()
44 bob_names.second.size())); in Run()
100 std::pair<std::string, std::string> bob_names = {"bob", "alice"}; member
145 spake2.bob_names.second = "charlie"; in TEST()