Lines Matching refs:change_auth_resp_packet
264 MYSQLND_PACKET_CHANGE_AUTH_RESPONSE change_auth_resp_packet; in mysqlnd_auth_handshake() local
266 conn->payload_decoder_factory->m.init_change_auth_response_packet(&change_auth_resp_packet); in mysqlnd_auth_handshake()
268 change_auth_resp_packet.auth_data = auth_plugin_data; in mysqlnd_auth_handshake()
269 change_auth_resp_packet.auth_data_len = auth_plugin_data_len; in mysqlnd_auth_handshake()
271 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_handshake()
274 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_handshake()
277 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_handshake()
394 MYSQLND_PACKET_CHANGE_AUTH_RESPONSE change_auth_resp_packet; in mysqlnd_auth_change_user() local
396 conn->payload_decoder_factory->m.init_change_auth_response_packet(&change_auth_resp_packet); in mysqlnd_auth_change_user()
398 change_auth_resp_packet.auth_data = auth_plugin_data; in mysqlnd_auth_change_user()
399 change_auth_resp_packet.auth_data_len = auth_plugin_data_len; in mysqlnd_auth_change_user()
401 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_change_user()
404 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_change_user()
408 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_change_user()