Home
last modified time | relevance | path

Searched defs:secretStr (Results 1 – 3 of 3) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-auth/src/test/java/org/apache/hadoop/security/authentication/util/
H A DTestStringSignerSecretProvider.java25 String secretStr = "secret"; in testGetSecrets() local
H A DTestSigner.java155 public void setCurrentSecret(String secretStr) { in setCurrentSecret()
/dports/security/fizz/fizz-2021.12.27.00/fizz/tool/
H A DFizzCommandCommon.h208 static std::string secretStr(const OptionalSecret& secret) { in secretStr() function