Searched refs:SECRET_KEY (Results 1 – 9 of 9) sorted by relevance
19 SECRET_KEY = 'Three can keep a secret if two are dead.' variable
49 SECRET_KEY = 'pn-t15u(epetamdflb%dqaaxw+5u&2#0u-jah70w1l*_9*)=n7' variable
43 SECRET_KEY = '13p5p_4q91*8@yo+tvvt#2k&6#d_&e_zvxdpdil53k419i5sop' variable
172 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
353 if (wrappedKeyType == Cipher.SECRET_KEY) in engineUnwrap()
366 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
424 } else if (wrappedKeyType == Cipher.SECRET_KEY) { in engineUnwrap()
505 >>> SECRET_KEY = b'pseudorandomly generated server secret key'509 ... h = blake2b(data=cookie, digest_size=AUTH_SIZE, key=SECRET_KEY)
1283 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in test_Cipher()3910 Key decryptedKey = c.unwrap(cipherText, sk.getAlgorithm(), Cipher.SECRET_KEY); in checkCipher()