Lines Matching refs:rawexts
2020 RAW_EXTENSION *rawexts = NULL; in tls_process_server_certificate() local
2028 SSL_EXT_TLS1_3_CERTIFICATE, &rawexts, in tls_process_server_certificate()
2031 rawexts, x, chainidx, in tls_process_server_certificate()
2033 OPENSSL_free(rawexts); in tls_process_server_certificate()
2037 OPENSSL_free(rawexts); in tls_process_server_certificate()
2575 RAW_EXTENSION *rawexts = NULL; in tls_process_certificate_request() local
2606 &rawexts, NULL, 1) in tls_process_certificate_request()
2608 rawexts, NULL, 0, 1)) { in tls_process_certificate_request()
2610 OPENSSL_free(rawexts); in tls_process_certificate_request()
2613 OPENSSL_free(rawexts); in tls_process_certificate_request()
4021 RAW_EXTENSION *rawexts = NULL; in tls_process_encrypted_extensions() local
4030 SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, &rawexts, in tls_process_encrypted_extensions()
4033 rawexts, NULL, 0, 1)) { in tls_process_encrypted_extensions()
4038 OPENSSL_free(rawexts); in tls_process_encrypted_extensions()
4042 OPENSSL_free(rawexts); in tls_process_encrypted_extensions()