Searched refs:rawexts (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2020 RAW_EXTENSION *rawexts = NULL; in tls_process_server_certificate() local 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 4038 OPENSSL_free(rawexts); in tls_process_encrypted_extensions() [all …]
|
H A D | statem_lib.c | 1112 RAW_EXTENSION *rawexts = NULL; in tls_process_rpk() local 1283 &rawexts, NULL, 1)) { in tls_process_rpk() 1289 rawexts, NULL, 0, 1)) { in tls_process_rpk() 1301 OPENSSL_free(rawexts); in tls_process_rpk()
|
H A D | statem_srvr.c | 3676 RAW_EXTENSION *rawexts = NULL; in tls_process_client_certificate() local 3684 SSL_EXT_TLS1_3_CERTIFICATE, &rawexts, in tls_process_client_certificate() 3687 rawexts, x, chainidx, in tls_process_client_certificate() 3689 OPENSSL_free(rawexts); in tls_process_client_certificate() 3692 OPENSSL_free(rawexts); in tls_process_client_certificate()
|
Completed in 29 milliseconds