Searched refs:auth_plugin (Results 1 – 2 of 2) sorted by relevance
79 …struct st_mysqlnd_authentication_plugin * auth_plugin = conn->m->fetch_auth_plugin_by_name(request… in mysqlnd_run_authentication() local81 if (!auth_plugin) { in mysqlnd_run_authentication()115 if (auth_plugin) { in mysqlnd_run_authentication()117 auth_plugin->methods.get_auth_data(NULL, &scrambled_data_len, conn, user, passwd, passwd_len, in mysqlnd_run_authentication()
427 struct st_mysqlnd_authentication_plugin * auth_plugin; in MYSQLND_METHOD() local433 auth_plugin = mysqlnd_plugin_find(plugin_name); in MYSQLND_METHOD()436 DBG_RETURN(auth_plugin); in MYSQLND_METHOD()
Completed in 12 milliseconds