Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/ssl/
H A Dssl_server2.c370 " anti_replay=0/1 default: (library default: enabled)\n"
679 int anti_replay; /* Use anti-replay for DTLS? -1 for default */ member
1759 opt.anti_replay = DFL_ANTI_REPLAY; in main()
2222 } else if (strcmp(p, "anti_replay") == 0) { in main()
2223 opt.anti_replay = atoi(q); in main()
2224 if (opt.anti_replay < 0 || opt.anti_replay > 1) { in main()
3025 if (opt.anti_replay != DFL_ANTI_REPLAY) { in main()
3026 mbedtls_ssl_conf_dtls_anti_replay(&conf, opt.anti_replay); in main()
/third_party/mbedtls/include/mbedtls/
H A Dssl.h1442 uint8_t MBEDTLS_PRIVATE(anti_replay); /*!< detect and prevent replay? */
/third_party/mbedtls/library/
H A Dssl_msg.c3403 if (ssl->conf->anti_replay == MBEDTLS_SSL_ANTI_REPLAY_DISABLED) { in mbedtls_ssl_dtls_replay_check()
3431 if (ssl->conf->anti_replay == MBEDTLS_SSL_ANTI_REPLAY_DISABLED) { in mbedtls_ssl_dtls_replay_update()
H A Dssl_tls.c1640 conf->anti_replay = mode; in mbedtls_ssl_conf_dtls_anti_replay()
5890 conf->anti_replay = MBEDTLS_SSL_ANTI_REPLAY_ENABLED; in mbedtls_ssl_config_defaults()

Completed in 30 milliseconds