Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/curve25519/
Ded25519_test.cc51 static const uint8_t kMsg[] = {0x54, 0x65, 0x73, 0x74}; in TEST() local
/external/libbrillo/brillo/
Dprocess_unittest.cc69 static const char* kMsg = "hello, world!"; in TEST() local
88 static const char* kMsg = "hello_world"; in TEST() local
/external/boringssl/src/crypto/evp/
Devp_extra_test.cc167 static const uint8_t kMsg[] = {1, 2, 3, 4}; variable