Searched refs:rawexts (Results 1 – 3 of 3) sorted by relevance
/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2019 RAW_EXTENSION *rawexts = NULL; in tls_process_server_certificate() local 2032 OPENSSL_free(rawexts); in tls_process_server_certificate() 2036 OPENSSL_free(rawexts); in tls_process_server_certificate() 2574 RAW_EXTENSION *rawexts = NULL; in tls_process_certificate_request() local 2605 &rawexts, NULL, 1) in tls_process_certificate_request() 2607 rawexts, NULL, 0, 1)) { in tls_process_certificate_request() 2609 OPENSSL_free(rawexts); in tls_process_certificate_request() 2612 OPENSSL_free(rawexts); in tls_process_certificate_request() 4020 RAW_EXTENSION *rawexts = NULL; in tls_process_encrypted_extensions() local 4037 OPENSSL_free(rawexts); in tls_process_encrypted_extensions() [all …]
|
H A D | statem_lib.c | 1111 RAW_EXTENSION *rawexts = NULL; in tls_process_rpk() local 1282 &rawexts, NULL, 1)) { in tls_process_rpk() 1288 rawexts, NULL, 0, 1)) { in tls_process_rpk() 1300 OPENSSL_free(rawexts); in tls_process_rpk()
|
H A D | statem_srvr.c | 3673 RAW_EXTENSION *rawexts = NULL; in tls_process_client_certificate() local 3681 SSL_EXT_TLS1_3_CERTIFICATE, &rawexts, in tls_process_client_certificate() 3684 rawexts, x, chainidx, in tls_process_client_certificate() 3686 OPENSSL_free(rawexts); in tls_process_client_certificate() 3689 OPENSSL_free(rawexts); in tls_process_client_certificate()
|
Completed in 35 milliseconds