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

  /external/boringssl/src/ssl/
ssl_lib.cc 351 OPENSSL_free(ctx->alpn_client_proto_list);
419 if (ctx->alpn_client_proto_list) {
420 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(
421 ctx->alpn_client_proto_list, ctx->alpn_client_proto_list_len);
422 if (ssl->alpn_client_proto_list == NULL) {
492 OPENSSL_free(ssl->alpn_client_proto_list);
    [all...]
t1_lib.cc     [all...]
internal.h 2042 uint8_t *alpn_client_proto_list; member in struct:ssl_st
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4322 uint8_t *alpn_client_proto_list; member in struct:ssl_ctx_st
    [all...]

Completed in 154 milliseconds