Searched refs:auth_hook_ (Results 1 – 2 of 2) sorted by relevance
178 void set_auth_hook(TurnAuthInterface* auth_hook) { auth_hook_ = auth_hook; } in set_auth_hook()258 TurnAuthInterface* auth_hook_; variable
121 auth_hook_(NULL), in TurnServer()287 return (auth_hook_ != NULL && auth_hook_->GetKey(username, realm_, key)); in GetKey()