Searched refs:renego_period (Results 1 – 3 of 3) sorted by relevance
380 int renego_period; /* period for automatic renegotiation */ member805 unsigned char renego_period[8] = { 0 }; in main() local923 opt.renego_period = DFL_RENEGO_PERIOD; in main()1044 opt.renego_period = atoi( q ); in main()1045 if( opt.renego_period < 2 || opt.renego_period > 255 ) in main()1758 if( opt.renego_period != DFL_RENEGO_PERIOD ) in main()1760 renego_period[7] = opt.renego_period; in main()1761 mbedtls_ssl_conf_renegotiation_period( &conf, renego_period ); in main()
696 unsigned char renego_period[8]; /*!< value of the record counters member
6121 memcpy( conf->renego_period, period, 8 ); in mbedtls_ssl_conf_renegotiation_period()6491 if( memcmp( ssl->in_ctr, ssl->conf->renego_period, 8 ) <= 0 && in ssl_check_ctr_renegotiate()6492 memcmp( ssl->out_ctr, ssl->conf->renego_period, 8 ) <= 0 ) in ssl_check_ctr_renegotiate()7233 memset( conf->renego_period, 0xFF, 7 ); in mbedtls_ssl_config_defaults()7234 conf->renego_period[7] = 0x00; in mbedtls_ssl_config_defaults()