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

  /external/boringssl/src/ssl/
custom_extensions.cc 65 STACK_OF(SSL_CUSTOM_EXTENSION) *stack = ssl->ctx->client_custom_extensions;
136 custom_ext_find(ssl->ctx->client_custom_extensions, &index, value);
252 return custom_ext_append(&ctx->client_custom_extensions, extension_value,
internal.h 2000 STACK_OF(SSL_CUSTOM_EXTENSION) *client_custom_extensions; member in struct:bssl::SSLContext
    [all...]
ssl_lib.cc 628 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->client_custom_extensions,
    [all...]

Completed in 70 milliseconds