Searched defs:proto_list (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
H A Dt1_lib.c1462 CBB contents, proto_list; local
1465 !CBB_add_u16_length_prefixed(&contents, &proto_list) ||
1466 !CBB_add_bytes(&proto_list, ssl->alpn_client_proto_list,
1568 CBB contents, proto_list, proto; local
1571 !CBB_add_u16_length_prefixed(&contents, &proto_list) ||
1572 !CBB_add_u8_length_prefixed(&proto_list, &proto) ||

Completed in 36 milliseconds