Searched refs:rawexts (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 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() 2344 RAW_EXTENSION *rawexts = NULL; in tls_process_certificate_request() local 2375 &rawexts, NULL, 1) in tls_process_certificate_request() 2377 rawexts, NULL, 0, 1)) { in tls_process_certificate_request() 2379 OPENSSL_free(rawexts); in tls_process_certificate_request() 2382 OPENSSL_free(rawexts); in tls_process_certificate_request() [all …]
|
D | statem_srvr.c | 3474 RAW_EXTENSION *rawexts = NULL; in tls_process_client_certificate() local 3482 SSL_EXT_TLS1_3_CERTIFICATE, &rawexts, in tls_process_client_certificate() 3485 rawexts, x, chainidx, in tls_process_client_certificate() 3487 OPENSSL_free(rawexts); in tls_process_client_certificate() 3490 OPENSSL_free(rawexts); in tls_process_client_certificate()
|