Home
last modified time | relevance | path

Searched refs:ssl_handshake_start (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/
Ds3_srvr.c1145 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_server_hello()
1172 if (!CBB_init_fixed(&out, ssl_handshake_start(ssl), in ssl3_send_certificate_status()
1210 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_server_key_exchange()
1399 d = p = ssl_handshake_start(ssl); in ssl3_send_certificate_request()
1431 p = ssl_handshake_start(ssl) + n; in ssl3_send_certificate_request()
1440 p = ssl_handshake_start(ssl) + off; in ssl3_send_certificate_request()
2032 p = ssl_handshake_start(ssl); in ssl3_send_new_session_ticket()
2040 len = p - ssl_handshake_start(ssl); in ssl3_send_new_session_ticket()
2055 p = ssl_handshake_start(ssl); in ssl3_send_new_session_ticket()
2106 len = p - ssl_handshake_start(ssl); in ssl3_send_new_session_ticket()
[all …]
Ds3_both.c164 p = ssl_handshake_start(ssl); in ssl3_send_finished()
309 p = ssl_handshake_start(ssl); in ssl3_output_cert_chain()
Ds3_clnt.c702 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_client_hello()
1583 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_client_key_exchange()
1784 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_cert_verify()
1947 uint8_t *p = ssl_handshake_start(ssl); in ssl3_send_client_certificate()
1975 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_next_proto()
2049 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_channel_id()
Dinternal.h862 #define ssl_handshake_start(ssl) \ macro