Searched refs:anti_replay (Results 1 – 4 of 4) sorted by relevance
684 int anti_replay; /* Use anti-replay for DTLS? -1 for default */ member1746 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()
1360 uint8_t MBEDTLS_PRIVATE(anti_replay); /*!< detect and prevent replay? */
3180 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()
1629 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()