Home
last modified time | relevance | path

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

/external/autotest/frontend/
Dsettings_lite.py23 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/python/oauth2client/tests/contrib/django_util/
Dsettings.py30 SECRET_KEY = 'this string is not a real django secret key' variable
/external/toolchain-utils/automation/server/monitor/
Dsettings.py43 SECRET_KEY = '13p5p_4q91*8@yo+tvvt#2k&6#d_&e_zvxdpdil53k419i5sop' variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java174 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java178 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java520 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java524 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipherRSA.java363 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
DOpenSSLCipher.java423 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLCipherRSA.java365 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
DOpenSSLCipher.java426 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
/external/python/cpython3/Doc/library/
Dhashlib.rst506 >>> SECRET_KEY = b'pseudorandomly generated server secret key'
510 ... h = blake2b(digest_size=AUTH_SIZE, key=SECRET_KEY)
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java1283 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in test_Cipher()
3977 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in checkCipher()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java1287 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in test_Cipher()
3979 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in checkCipher()