Searched refs:AuthTypeToStr (Results 1 – 6 of 6) sorted by relevance
43 static inline const char *AuthTypeToStr(uint32_t authType) in AuthTypeToStr() function
280 … dprintf(fd, "ExecutorType is: %s.\n", Common::AuthTypeToStr(nodeTmp->GetAuthType())); in Dump()
565 dprintf(fd, "AuthType %s is enrolled.\n", Common::AuthTypeToStr(info->GetAuthType())); in Dump()
293 …ss << "schedule type:" << (verifier ? Common::AuthTypeToStr(verifier->GetAuthType()) : "nullptr") … in GetDescription()