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.c 416 if (ssl->ctx->dos_protection_cb != NULL &&
417 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
handshake_server.c 983 if (ssl->ctx->dos_protection_cb != NULL &&
984 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
    [all...]
ssl_lib.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4157 int (*dos_protection_cb) (const SSL_CLIENT_HELLO *); member in struct:ssl_ctx_st
    [all...]

Completed in 899 milliseconds