Home
last modified time | relevance | path

Searched defs:keyBytes (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordCrypto.java96 public static byte[] encrypt(byte[] keyBytes, byte[] personalisation, byte[] message) { in encrypt()
110 public static byte[] decrypt(byte[] keyBytes, byte[] personalisation, byte[] ciphertext) { in decrypt()
DSP800Derive.java39 SP800Derive(byte[] keyBytes) { in SP800Derive()
DLockSettingsService.java2306 public @Nullable String importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey()
2312 public @Nullable String importKeyWithMetadata(@NonNull String alias, @NonNull byte[] keyBytes, in importKeyWithMetadata()
/frameworks/base/core/java/android/security/keystore/recovery/
DRecoveryController.java617 public @NonNull Key importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey()
659 public @NonNull Key importKey(@NonNull String alias, @NonNull byte[] keyBytes, in importKey()
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
DRecoverableKeyGenerator.java144 @NonNull byte[] keyBytes, @Nullable byte[] metadata) in importKey()
DRecoverableKeyStoreManager.java754 public @Nullable String importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey()
771 public @Nullable String importKeyWithMetadata(@NonNull String alias, @NonNull byte[] keyBytes, in importKeyWithMetadata()
DSecureBox.java397 static PublicKey decodePublicKey(byte[] keyBytes) in decodePublicKey()
/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl75 String importKey(String alias, in byte[] keyBytes); in importKey()
76 String importKeyWithMetadata(String alias, in byte[] keyBytes, in byte[] metadata); in importKeyWithMetadata()
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
DSecureBoxTest.java363 private static PrivateKey decodePrivateKey(byte[] keyBytes) throws Exception { in decodePrivateKey()
/frameworks/libs/net/common/framework/android/net/util/nsd/
DDnsSdTxtRecord.java168 private void insert(byte[] keyBytes, byte[] value, int index) { in insert()
/frameworks/av/drm/mediacas/plugins/clearkey/
DClearKeyCasPlugin.cpp385 const sp<ABuffer>& keyBytes = keys[keyIndex].key_bytes; in updateECM() local
/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
DRecoverableKeyStoreDb.java1348 private static PublicKey decodeX509Key(byte[] keyBytes) throws InvalidKeySpecException { in decodeX509Key()