Home
last modified time | relevance | path

Searched refs:certbytes (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c1785 const unsigned char *certstart, *certbytes; in tls_process_server_certificate() local
1804 || !PACKET_get_bytes(pkt, &certbytes, cert_len)) { in tls_process_server_certificate()
1809 certstart = certbytes; in tls_process_server_certificate()
1816 if (d2i_X509(&x, (const unsigned char **)&certbytes, in tls_process_server_certificate()
1822 if (certbytes != (certstart + cert_len)) { in tls_process_server_certificate()
H A Dstatem_srvr.c3438 const unsigned char *certstart, *certbytes; in tls_process_client_certificate() local
3472 || !PACKET_get_bytes(&spkt, &certbytes, l)) { in tls_process_client_certificate()
3477 certstart = certbytes; in tls_process_client_certificate()
3483 if (d2i_X509(&x, (const unsigned char **)&certbytes, l) == NULL) { in tls_process_client_certificate()
3488 if (certbytes != (certstart + l)) { in tls_process_client_certificate()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c1777 const unsigned char *certstart, *certbytes; in tls_process_server_certificate() local
1796 || !PACKET_get_bytes(pkt, &certbytes, cert_len)) { in tls_process_server_certificate()
1801 certstart = certbytes; in tls_process_server_certificate()
1808 if (d2i_X509(&x, (const unsigned char **)&certbytes, in tls_process_server_certificate()
1814 if (certbytes != (certstart + cert_len)) { in tls_process_server_certificate()
H A Dstatem_srvr.c3417 const unsigned char *certstart, *certbytes; in tls_process_client_certificate() local
3451 || !PACKET_get_bytes(&spkt, &certbytes, l)) { in tls_process_client_certificate()
3456 certstart = certbytes; in tls_process_client_certificate()
3462 if (d2i_X509(&x, (const unsigned char **)&certbytes, l) == NULL) { in tls_process_client_certificate()
3467 if (certbytes != (certstart + l)) { in tls_process_client_certificate()

Completed in 17 milliseconds