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

  /external/boringssl/src/ssl/
ssl_lib.cc 637 OPENSSL_free(ctx->alpn_client_proto_list);
708 if (ctx->alpn_client_proto_list) {
709 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(
710 ctx->alpn_client_proto_list, ctx->alpn_client_proto_list_len);
711 if (ssl->alpn_client_proto_list == NULL) {
778 OPENSSL_free(ssl->alpn_client_proto_list);
    [all...]
t1_lib.cc     [all...]
internal.h 2108 uint8_t *alpn_client_proto_list; member in struct:bssl::SSLContext
2618 uint8_t *alpn_client_proto_list; member in struct:bssl::SSLConnection
    [all...]

Completed in 65 milliseconds