Searched refs:GetAuthCredentialList (Results 1 – 2 of 2) sorted by relevance
33 extern LinkedList *GetAuthCredentialList(const UserAuthContext *context);114 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);129 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);
256 IAM_STATIC LinkedList *GetAuthCredentialList(const UserAuthContext *context) in GetAuthCredentialList() function290 LinkedList *credList = GetAuthCredentialList(context); in QueryAuthTempletaInfo()