Lines Matching refs:change_auth_resp_packet
269 MYSQLND_PACKET_CHANGE_AUTH_RESPONSE change_auth_resp_packet; in mysqlnd_auth_handshake() local
271 conn->payload_decoder_factory->m.init_change_auth_response_packet(&change_auth_resp_packet); in mysqlnd_auth_handshake()
273 change_auth_resp_packet.auth_data = auth_plugin_data; in mysqlnd_auth_handshake()
274 change_auth_resp_packet.auth_data_len = auth_plugin_data_len; in mysqlnd_auth_handshake()
276 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_handshake()
279 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_handshake()
282 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_handshake()
399 MYSQLND_PACKET_CHANGE_AUTH_RESPONSE change_auth_resp_packet; in mysqlnd_auth_change_user() local
401 conn->payload_decoder_factory->m.init_change_auth_response_packet(&change_auth_resp_packet); in mysqlnd_auth_change_user()
403 change_auth_resp_packet.auth_data = auth_plugin_data; in mysqlnd_auth_change_user()
404 change_auth_resp_packet.auth_data_len = auth_plugin_data_len; in mysqlnd_auth_change_user()
406 if (!PACKET_WRITE(conn, &change_auth_resp_packet)) { in mysqlnd_auth_change_user()
409 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_change_user()
413 PACKET_FREE(&change_auth_resp_packet); in mysqlnd_auth_change_user()