Home
last modified time | relevance | path

Searched refs:SECRET_KEY (Results 1 – 18 of 18) 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/ms-tpm-20-ref/TPMCmd/tpm/src/command/Session/
DStartAuthSession.c104 result = CryptSecretDecrypt(tpmKey, &in->nonceCaller, SECRET_KEY, in TPM2_StartAuthSession()
/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/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
DBaseCipherSpi.java178 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLCipher.java435 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
DOpenSSLCipherRSA.java367 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLCipher.java433 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
DOpenSSLCipherRSA.java363 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java512 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java516 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseWrapCipher.java516 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DGlobal.h1153 TPM2B_STRING(SECRET_KEY, "SECRET");
/external/python/cpython3/Doc/library/
Dhashlib.rst517 >>> SECRET_KEY = b'pseudorandomly generated server secret key'
521 ... h = blake2b(digest_size=AUTH_SIZE, key=SECRET_KEY)
/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/
DCipherTest.java1281 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in test_Cipher()
3981 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in checkCipher()
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/
DCipherTest.java1285 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()