Home | History | Annotate | Download | only in native

Lines Matching refs:ucp

3370         unsigned char* ucp = reinterpret_cast<unsigned char*>(bytes.get());
3371 i2d_SSL_SESSION(ssl_session, &ucp);
3389 const unsigned char* ucp = reinterpret_cast<const unsigned char*>(bytes.get());
3390 SSL_SESSION* ssl_session = d2i_SSL_SESSION(NULL, &ucp, bytes.size());