Home
last modified time | relevance | path

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

/mbedtls-3.5.0/programs/ssl/
Dssl_server2.c684 int anti_replay; /* Use anti-replay for DTLS? -1 for default */ member
1746 opt.anti_replay = DFL_ANTI_REPLAY; in main()
2162 opt.anti_replay = atoi(q); in main()
2163 if (opt.anti_replay < 0 || opt.anti_replay > 1) { in main()
3004 if (opt.anti_replay != DFL_ANTI_REPLAY) { in main()
3005 mbedtls_ssl_conf_dtls_anti_replay(&conf, opt.anti_replay); in main()
/mbedtls-3.5.0/include/mbedtls/
Dssl.h1360 uint8_t MBEDTLS_PRIVATE(anti_replay); /*!< detect and prevent replay? */
/mbedtls-3.5.0/library/
Dssl_msg.c3180 if (ssl->conf->anti_replay == MBEDTLS_SSL_ANTI_REPLAY_DISABLED) { in mbedtls_ssl_dtls_replay_check()
3208 if (ssl->conf->anti_replay == MBEDTLS_SSL_ANTI_REPLAY_DISABLED) { in mbedtls_ssl_dtls_replay_update()
Dssl_tls.c1629 conf->anti_replay = mode; in mbedtls_ssl_conf_dtls_anti_replay()
5245 conf->anti_replay = MBEDTLS_SSL_ANTI_REPLAY_ENABLED; in mbedtls_ssl_config_defaults()