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

  /external/boringssl/src/ssl/
custom_extensions.cc 30 void SSL_CUSTOM_EXTENSION_free(SSL_CUSTOM_EXTENSION *custom_extension) {
34 static const SSL_CUSTOM_EXTENSION *custom_ext_find(
35 STACK_OF(SSL_CUSTOM_EXTENSION) *stack,
38 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i);
65 STACK_OF(SSL_CUSTOM_EXTENSION) *stack = ssl->ctx->client_custom_extensions;
75 const SSL_CUSTOM_EXTENSION *ext = sk_SSL_CUSTOM_EXTENSION_value(stack, i);
135 const SSL_CUSTOM_EXTENSION *ext =
163 const SSL_CUSTOM_EXTENSION *ext =
194 static int custom_ext_append(STACK_OF(SSL_CUSTOM_EXTENSION) **stack,
211 SSL_CUSTOM_EXTENSION *ext
    [all...]
internal.h 896 typedef struct ssl_custom_extension { struct
    [all...]

Completed in 56 milliseconds