예제 #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     spi_hash_alg = xdr.xdrDecodeInt();
     spi_encr_alg = xdr.xdrDecodeInt();
     spi_ssv_len = xdr.xdrDecodeInt();
     spi_window = xdr.xdrDecodeInt();
     { int _size = xdr.xdrDecodeInt(); spi_handles = new gsshandle4_t[_size]; for ( int _idx = 0; _idx < _size; ++_idx ) { spi_handles[_idx] = new gsshandle4_t(xdr); } }
 }
예제 #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     spi_hash_alg = xdr.xdrDecodeInt();
     spi_encr_alg = xdr.xdrDecodeInt();
     spi_ssv_len  = xdr.xdrDecodeInt();
     spi_window   = xdr.xdrDecodeInt();
     { int _size = xdr.xdrDecodeInt(); spi_handles = new gsshandle4_t[_size]; for (int _idx = 0; _idx < _size; ++_idx)
       {
           spi_handles[_idx] = new gsshandle4_t(xdr);
       }
     }
 }
예제 #3
0
 public void xdrDecode(XdrDecodingStream xdr) {
     gcbp_handle_from_server = new gsshandle4_t(xdr);
     gcbp_handle_from_client = new gsshandle4_t(xdr);
 }
예제 #4
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     gcbp_handle_from_server = new gsshandle4_t(xdr);
     gcbp_handle_from_client = new gsshandle4_t(xdr);
 }