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.c2041 PACKET supported_cert_types; in tls_parse_ctos_client_cert_type() local
2052 if (!PACKET_as_length_prefixed_1(pkt, &supported_cert_types)) { in tls_parse_ctos_client_cert_type()
2057 if ((len = PACKET_remaining(&supported_cert_types)) == 0) { in tls_parse_ctos_client_cert_type()
2062 if (!PACKET_get_bytes(&supported_cert_types, &data, len)) { in tls_parse_ctos_client_cert_type()
2106 PACKET supported_cert_types; in tls_parse_ctos_server_cert_type() local
2117 if (!PACKET_as_length_prefixed_1(pkt, &supported_cert_types)) { in tls_parse_ctos_server_cert_type()
2122 if ((len = PACKET_remaining(&supported_cert_types)) == 0) { in tls_parse_ctos_server_cert_type()
2126 if (!PACKET_get_bytes(&supported_cert_types, &data, len)) { in tls_parse_ctos_server_cert_type()

Completed in 8 milliseconds