Home
last modified time | relevance | path

Searched refs:supported_cert_types (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/statem/
H A Dextensions_srvr.c2039 PACKET supported_cert_types; in tls_parse_ctos_client_cert_type() local
2050 if (!PACKET_as_length_prefixed_1(pkt, &supported_cert_types)) { in tls_parse_ctos_client_cert_type()
2055 if ((len = PACKET_remaining(&supported_cert_types)) == 0) { in tls_parse_ctos_client_cert_type()
2060 if (!PACKET_get_bytes(&supported_cert_types, &data, len)) { in tls_parse_ctos_client_cert_type()
2104 PACKET supported_cert_types; in tls_parse_ctos_server_cert_type() local
2115 if (!PACKET_as_length_prefixed_1(pkt, &supported_cert_types)) { in tls_parse_ctos_server_cert_type()
2120 if ((len = PACKET_remaining(&supported_cert_types)) == 0) { in tls_parse_ctos_server_cert_type()
2124 if (!PACKET_get_bytes(&supported_cert_types, &data, len)) { in tls_parse_ctos_server_cert_type()

Completed in 11 milliseconds