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

  /external/boringssl/src/ssl/
custom_extensions.cc 28 void SSL_CUSTOM_EXTENSION_free(SSL_CUSTOM_EXTENSION *custom_extension) {
32 static const SSL_CUSTOM_EXTENSION *custom_ext_find(
33 STACK_OF(SSL_CUSTOM_EXTENSION) *stack,
36 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i);
63 STACK_OF(SSL_CUSTOM_EXTENSION) *stack = ssl->ctx->client_custom_extensions;
81 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i);
141 const SSL_CUSTOM_EXTENSION *ext =
169 const SSL_CUSTOM_EXTENSION *ext =
200 static int custom_ext_append(STACK_OF(SSL_CUSTOM_EXTENSION) **stack,
217 SSL_CUSTOM_EXTENSION *ext
    [all...]
internal.h 661 /* ssl_custom_extension (a.k.a. SSL_CUSTOM_EXTENSION) is a structure that
663 struct ssl_custom_extension { struct
672 void SSL_CUSTOM_EXTENSION_free(SSL_CUSTOM_EXTENSION *custom_extension);
674 DEFINE_STACK_OF(SSL_CUSTOM_EXTENSION)
    [all...]
  /external/boringssl/src/include/openssl/
base.h 320 typedef struct ssl_custom_extension SSL_CUSTOM_EXTENSION;
ssl.h     [all...]

Completed in 50 milliseconds