Searched refs:GetAuthCredentialList (Results 1 – 2 of 2) sorted by relevance
33 extern LinkedList *GetAuthCredentialList(const UserAuthContext *context);118 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);133 EXPECT_EQ(GetAuthCredentialList(&context), nullptr);
317 IAM_STATIC LinkedList *GetAuthCredentialList(const UserAuthContext *context) in GetAuthCredentialList() function351 LinkedList *credList = GetAuthCredentialList(context); in QueryAuthTempletaInfo()