Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/
H A DIkeMacPrf.java105 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
120 private byte[] modifyAesXCbcKeyIfNeeded(byte[] keyBytes) throws GeneralSecurityException { in modifyAesXCbcKeyIfNeeded()
142 private byte[] modifyAesCmacKeyIfNeeded(byte[] keyBytes) { in modifyAesCmacKeyIfNeeded()
215 public byte[] generateKeyMat(byte[] keyBytes, byte[] dataToSign, int keyMaterialLen) { in generateKeyMat()
H A DIkeNormalModeCipher.java62 private byte[] doCipherAction(byte[] data, byte[] keyBytes, byte[] ivBytes, int opmode) in doCipherAction()
109 public byte[] encrypt(byte[] paddedData, byte[] keyBytes, byte[] ivBytes) { in encrypt()
127 public byte[] decrypt(byte[] encryptedData, byte[] keyBytes, byte[] ivBytes) in decrypt()
H A DIkeCombinedModeCipher.java87 byte[] data, byte[] additionalAuthData, byte[] keyBytes, byte[] ivBytes, int opmode) in doCipherAction()
157 byte[] paddedData, byte[] additionalAuthData, byte[] keyBytes, byte[] ivBytes) { in encrypt()
179 byte[] keyBytes, in decrypt()
H A DAesXCbcImpl.java57 public byte[] mac(byte[] keyBytes, byte[] dataToSign, boolean needTruncation) { in mac()
139 private byte[] encryptAesBlock(byte[] keyBytes, byte[] dataToEncrypt) { in encryptAesBlock()
H A DIkeMacIntegrity.java133 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
163 public byte[] generateChecksum(byte[] keyBytes, byte[] dataToAuthenticate) { in generateChecksum()
H A DIkeMac.java66 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/crypto/
H A DKeyGenerationUtils.java42 ByteSigner byteSigner, byte[] keyBytes, byte[] dataToSign, int keyMaterialLen) { in prfPlus()
79 byte[] signBytes(byte[] keyBytes, byte[] dataToSign); in signBytes()
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/eap/crypto/
H A DHmacSha256ByteSigner.java47 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowKey.java44 static RebootEscrowKey fromKeyBytes(byte[] keyBytes) { in fromKeyBytes()
H A DSP800Derive.java39 SP800Derive(byte[] keyBytes) { in SP800Derive()
H A DSyntheticPasswordCrypto.java102 public static byte[] encrypt(byte[] keyBytes, byte[] personalisation, byte[] message) { in encrypt()
116 public static byte[] decrypt(byte[] keyBytes, byte[] personalisation, byte[] ciphertext) { in decrypt()
H A DLockSettingsService.java2676 public @Nullable String importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey()
2682 public @Nullable String importKeyWithMetadata(@NonNull String alias, @NonNull byte[] keyBytes, in importKeyWithMetadata()
/aosp12/hardware/interfaces/rebootescrow/aidl/default/
H A DRebootEscrow.cpp63 auto keyBytes = hadamard::DecodeKey(encodedBytes); in retrieveKey() local
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/testmode/
H A DDeterministicSecureRandom.java74 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoveryController.java620 public @NonNull Key importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey()
662 public @NonNull Key importKey(@NonNull String alias, @NonNull byte[] keyBytes, in importKey()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
H A DRecoverableKeyGenerator.java144 @NonNull byte[] keyBytes, @Nullable byte[] metadata) in importKey()
H A DRecoverableKeyStoreManager.java752 public @Nullable String importKey(@NonNull String alias, @NonNull byte[] keyBytes) in importKey()
769 public @Nullable String importKeyWithMetadata(@NonNull String alias, @NonNull byte[] keyBytes, in importKeyWithMetadata()
H A DSecureBox.java397 static PublicKey decodePublicKey(byte[] keyBytes) in decodePublicKey()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/
H A DSecureBoxTest.java363 private static PrivateKey decodePrivateKey(byte[] keyBytes) throws Exception { in decodePrivateKey()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl77 String importKey(String alias, in byte[] keyBytes); in importKey()
78 String importKeyWithMetadata(String alias, in byte[] keyBytes, in byte[] metadata); in importKeyWithMetadata()
/aosp12/frameworks/libs/net/common/framework/com/android/net/module/util/
H A DDnsSdTxtRecord.java168 private void insert(byte[] keyBytes, byte[] value, int index) { in insert()
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp385 const sp<ABuffer>& keyBytes = keys[keyIndex].key_bytes; in updateECM() local
/aosp12/frameworks/base/media/java/android/media/
H A DMediaMetrics.java743 private int reserveProperty(byte[] keyBytes, int payloadSize) { in reserveProperty()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverableKeyStoreDb.java1348 private static PublicKey decodeX509Key(byte[] keyBytes) throws InvalidKeySpecException { in decodeX509Key()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpclient-4.5.12.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...