Searched defs:decryptionKey (Results 1 – 6 of 6) sorted by relevance
107 private byte[] unwrapServerBlob(byte[] serverBlob, SecretKey decryptionKey) throws in unwrapServerBlob()134 public RebootEscrowKey getAndClearRebootEscrowKey(SecretKey decryptionKey) throws IOException { in getAndClearRebootEscrowKey()
60 RebootEscrowKey getAndClearRebootEscrowKey(SecretKey decryptionKey) throws IOException; in getAndClearRebootEscrowKey()
73 public RebootEscrowKey getAndClearRebootEscrowKey(SecretKey decryptionKey) { in getAndClearRebootEscrowKey()
1343 SecretKey decryptionKey = (SecretKey) mJavaKeyStore.getKey( in getDecryptedPasswordForTiedProfile() local
260 PlatformDecryptionKey decryptionKey = getDecryptKeyInternal(userId); in getDecryptKey() local301 private void ensureDecryptionKeyIsValid(int userId, PlatformDecryptionKey decryptionKey) in ensureDecryptionKeyIsValid()
276 SecretKey decryptionKey = hkdfDeriveKey(keyingMaterial, HKDF_SALT, hkdfInfo); in decrypt() local