Searched refs:ssl_handshake_start (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/ssl/ |
D | s3_srvr.c | 1145 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 …]
|
D | s3_both.c | 164 p = ssl_handshake_start(ssl); in ssl3_send_finished() 309 p = ssl_handshake_start(ssl); in ssl3_output_cert_chain()
|
D | s3_clnt.c | 702 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()
|
D | internal.h | 862 #define ssl_handshake_start(ssl) \ macro
|