Searched refs:XORCompressFunc (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 3942 static int XORCompressFunc(SSL *ssl, CBB *out, const uint8_t *in, in XORCompressFunc() function 3950 SSL_set_app_data(ssl, XORCompressFunc); in XORCompressFunc() 3993 client_ctx.get(), 0x1234, XORCompressFunc, XORDecompressFunc)); in TEST() 3995 server_ctx.get(), 0x1234, XORCompressFunc, XORDecompressFunc)); in TEST() 4002 EXPECT_TRUE(SSL_get_app_data(server.get()) == XORCompressFunc); in TEST()
|