Subversion Repositories Kolibri OS

Rev

Rev 9106 | Rev 9987 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9106 Rev 9216
Line 123... Line 123...
123
 
123
 
124
        tx_mac_seqnr            dd ?    ; DO NOT MOVE
124
        tx_mac_seqnr            dd ?    ; DO NOT MOVE
125
        tx_buffer               ssh_packet_header
125
        tx_buffer               ssh_packet_header
Line 126... Line 126...
126
                                rb PACKETSIZE-sizeof.ssh_packet_header
126
                                rb PACKETSIZE-sizeof.ssh_packet_header
127
 
127
 
Line 128... Line 128...
128
        part_ex_hash_ctx        crash_ctx
128
        part_ex_hash_ctx        rb LIBCRASH_CTX_LEN
129
        session_id              rb SHA256_HASH_SIZE
129
        session_id              rb SHA2_256_LEN
130
 
130
 
131
        algo_kex                dd ?
131
        algo_kex                dd ?