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 63 STACK_OF(SSL_CUSTOM_EXTENSION) *stack = ssl->ctx->client_custom_extensions;
142 custom_ext_find(ssl->ctx->client_custom_extensions, &index, value);
254 return custom_ext_append(&ctx->client_custom_extensions, extension_value,
ssl_lib.cc 342 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->client_custom_extensions,
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4213 STACK_OF(SSL_CUSTOM_EXTENSION) *client_custom_extensions; member in struct:ssl_ctx_st
    [all...]

Completed in 122 milliseconds