Home
last modified time | relevance | path

Searched refs:certstart (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ssl/statem/
Dstatem_clnt.c1821 const unsigned char *certstart, *certbytes; in tls_process_server_certificate() local
1852 certstart = certbytes; in tls_process_server_certificate()
1859 if (certbytes != (certstart + cert_len)) { in tls_process_server_certificate()
Dstatem_srvr.c3597 const unsigned char *certstart, *certbytes; in tls_process_client_certificate() local
3641 certstart = certbytes; in tls_process_client_certificate()
3648 if (certbytes != (certstart + l)) { in tls_process_client_certificate()