Home
last modified time | relevance | path

Searched refs:SECRET_KEY (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_django_orm.py44 global_settings.SECRET_KEY = 'NotASecret'
47 django_settings.SECRET_KEY = 'xyzzy'
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/
Ddjango_settings.py1 SECRET_KEY = 'abcdefg' variable
/external/autotest/frontend/
Dsettings_lite.py19 SECRET_KEY = 'Three can keep a secret if two are dead.' variable
Dsettings.py49 SECRET_KEY = 'pn-t15u(epetamdflb%dqaaxw+5u&2#0u-jah70w1l*_9*)=n7' variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java168 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java354 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLCipherRSA.java333 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
DOpenSSLCipher.java411 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()