Searched defs:encryptionKey (Results 1 – 5 of 5) sorted by relevance
174 private byte[] wrapEscrowKey(byte[] escrowKeyBytes, SecretKey encryptionKey) throws in wrapEscrowKey()199 public boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey) { in storeRebootEscrowKey()
70 boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey); in storeRebootEscrowKey()
130 public boolean storeRebootEscrowKey(RebootEscrowKey escrowKey, SecretKey encryptionKey) { in storeRebootEscrowKey()
718 PlatformEncryptionKey encryptionKey; in generateKeyWithMetadata() local785 PlatformEncryptionKey encryptionKey; in importKeyWithMetadata() local
203 SecretKey encryptionKey = hkdfDeriveKey(keyingMaterial, HKDF_SALT, hkdfInfo); in encrypt() local