HomeSort by relevance Sort by last modified time
    Searched refs:dos_protection_cb (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/ssl/
tls13_server.cc 438 if (ssl->ctx->dos_protection_cb != NULL &&
439 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
    [all...]
handshake_server.cc 629 if (ssl->ctx->dos_protection_cb != NULL &&
630 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
    [all...]
internal.h 2044 int (*dos_protection_cb) (const SSL_CLIENT_HELLO *); member in struct:bssl::SSLContext
    [all...]
ssl_lib.cc     [all...]

Completed in 65 milliseconds