Lines Matching refs:rawexts
1867 RAW_EXTENSION *rawexts = NULL; in tls_process_server_certificate() local
1877 SSL_EXT_TLS1_3_CERTIFICATE, &rawexts, in tls_process_server_certificate()
1880 rawexts, x, chainidx, in tls_process_server_certificate()
1882 OPENSSL_free(rawexts); in tls_process_server_certificate()
1886 OPENSSL_free(rawexts); in tls_process_server_certificate()
2449 RAW_EXTENSION *rawexts = NULL; in tls_process_certificate_request() local
2484 &rawexts, NULL, 1) in tls_process_certificate_request()
2486 rawexts, NULL, 0, 1)) { in tls_process_certificate_request()
2488 OPENSSL_free(rawexts); in tls_process_certificate_request()
2491 OPENSSL_free(rawexts); in tls_process_certificate_request()
3688 RAW_EXTENSION *rawexts = NULL; in tls_process_encrypted_extensions() local
3698 SSL_EXT_TLS1_3_ENCRYPTED_EXTENSIONS, &rawexts, in tls_process_encrypted_extensions()
3701 rawexts, NULL, 0, 1)) { in tls_process_encrypted_extensions()
3706 OPENSSL_free(rawexts); in tls_process_encrypted_extensions()
3710 OPENSSL_free(rawexts); in tls_process_encrypted_extensions()