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

  /external/openssl/ssl/
ssl_lib.c 364 if (s->ctx->alpn_client_proto_list)
366 s->alpn_client_proto_list =
368 if (s->alpn_client_proto_list == NULL)
370 memcpy(s->alpn_client_proto_list, s->ctx->alpn_client_proto_list,
595 if (s->alpn_client_proto_list)
596 OPENSSL_free(s->alpn_client_proto_list);
    [all...]
t1_lib.c 662 if (s->alpn_client_proto_list && !s->s3->tmp.finish_md_len)
669 memcpy(ret, s->alpn_client_proto_list,
    [all...]
ssl.h 1004 unsigned char* alpn_client_proto_list; member in struct:ssl_ctx_st
1411 unsigned char* alpn_client_proto_list; member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1004 unsigned char* alpn_client_proto_list; member in struct:ssl_ctx_st
1411 unsigned char* alpn_client_proto_list; member in struct:ssl_st
    [all...]

Completed in 54 milliseconds