Lines Matching refs:rawexts
1820 RAW_EXTENSION *rawexts = NULL; in tls_process_server_certificate() local
1828 SSL_EXT_TLS1_3_CERTIFICATE, &rawexts, in tls_process_server_certificate()
1831 rawexts, x, chainidx, in tls_process_server_certificate()
1833 OPENSSL_free(rawexts); in tls_process_server_certificate()
1837 OPENSSL_free(rawexts); in tls_process_server_certificate()
2345 RAW_EXTENSION *rawexts = NULL; in tls_process_certificate_request() local
2376 &rawexts, NULL, 1) in tls_process_certificate_request()
2378 rawexts, NULL, 0, 1)) { in tls_process_certificate_request()
2380 OPENSSL_free(rawexts); in tls_process_certificate_request()
2383 OPENSSL_free(rawexts); in tls_process_certificate_request()
3633 RAW_EXTENSION *rawexts = NULL; in tls_process_encrypted_extensions() local
3642 SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, &rawexts, in tls_process_encrypted_extensions()
3645 rawexts, NULL, 0, 1)) { in tls_process_encrypted_extensions()
3650 OPENSSL_free(rawexts); in tls_process_encrypted_extensions()
3654 OPENSSL_free(rawexts); in tls_process_encrypted_extensions()