Searched refs:rawexts (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/ssl/statem/ |
D | statem_clnt.c | 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() [all …]
|
D | statem_srvr.c | 3656 RAW_EXTENSION *rawexts = NULL; in tls_process_client_certificate() local 3666 SSL_EXT_TLS1_3_CERTIFICATE, &rawexts, in tls_process_client_certificate() 3669 rawexts, x, chainidx, in tls_process_client_certificate() 3671 OPENSSL_free(rawexts); in tls_process_client_certificate() 3674 OPENSSL_free(rawexts); in tls_process_client_certificate()
|