Home
last modified time | relevance | path

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

/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_test.cc9405 TEST_P(SSLVersionTest, KeyLog) { in TEST_P() argument
9406 using KeyLog = std::map<std::string, std::vector<uint8_t>>; in TEST_P() typedef