HomeSort by relevance Sort by last modified time
    Searched defs:info_callback (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/bio/
connect.c 106 // info_callback is called when the connection is initially made
108 // compatibility with the SSL info_callback.
109 int (*info_callback)(const BIO *bio, int state, int ret); member in struct:bio_connect_st
173 if (c->info_callback != NULL) {
174 cb = c->info_callback;
476 *fptr = data->info_callback;
493 data->info_callback = (int (*)(const struct bio_st *, int, int))fp;
  /external/boringssl/src/ssl/
internal.h 2970 void (*info_callback)(const SSL *ssl, int type, int value) = nullptr; member in struct:ssl_ctx_st
3232 void (*info_callback)(const SSL *ssl, int type, int value) = nullptr; member in struct:ssl_st
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc 6121 static void info_callback(const SSL* ssl, int type, int value) { function
    [all...]

Completed in 340 milliseconds