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 436 if (ssl->ctx->dos_protection_cb != NULL &&
437 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
handshake_server.cc 865 if (ssl->ctx->dos_protection_cb != NULL &&
866 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
    [all...]
ssl_lib.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4257 int (*dos_protection_cb) (const SSL_CLIENT_HELLO *); member in struct:ssl_ctx_st
    [all...]

Completed in 59 milliseconds