Searched refs:certstart (Results 1 – 2 of 2) sorted by relevance
1968 const unsigned char *certstart, *certbytes; in tls_process_server_certificate() local2001 certstart = certbytes; in tls_process_server_certificate()2013 if (certbytes != (certstart + cert_len)) { in tls_process_server_certificate()
3605 const unsigned char *certstart, *certbytes; in tls_process_client_certificate() local3656 certstart = certbytes; in tls_process_client_certificate()3667 if (certbytes != (certstart + l)) { in tls_process_client_certificate()
Completed in 46 milliseconds