Home
last modified time | relevance | path

Searched refs:chal_len (Results 1 – 1 of 1) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dssl_srv.c805 unsigned int ciph_len, sess_len, chal_len; local
902 chal_len = ( buf[4] << 8 ) | buf[5];
905 ciph_len, sess_len, chal_len ) );
922 if( chal_len < 8 || chal_len > 32 )
928 if( n != 6 + ciph_len + sess_len + chal_len )
939 buf + 6 + ciph_len + sess_len, chal_len );
949 memcpy( ssl->handshake->randbytes + 32 - chal_len, p, chal_len );