/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/crypto/ |
H A D | IkeMacPrf.java | 105 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 D | IkeNormalModeCipher.java | 62 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 D | IkeCombinedModeCipher.java | 87 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 D | AesXCbcImpl.java | 57 public byte[] mac(byte[] keyBytes, byte[] dataToSign, boolean needTruncation) { in mac() 139 private byte[] encryptAesBlock(byte[] keyBytes, byte[] dataToEncrypt) { in encryptAesBlock()
|
H A D | IkeMacIntegrity.java | 133 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes() 163 public byte[] generateChecksum(byte[] keyBytes, byte[] dataToAuthenticate) { in generateChecksum()
|
H A D | IkeMac.java | 66 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/crypto/ |
H A D | KeyGenerationUtils.java | 42 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 D | HmacSha256ByteSigner.java | 47 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | RebootEscrowKey.java | 44 static RebootEscrowKey fromKeyBytes(byte[] keyBytes) { in fromKeyBytes()
|
H A D | SP800Derive.java | 39 SP800Derive(byte[] keyBytes) { in SP800Derive()
|
H A D | SyntheticPasswordCrypto.java | 102 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 D | LockSettingsService.java | 2676 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 D | RebootEscrow.cpp | 63 auto keyBytes = hadamard::DecodeKey(encodedBytes); in retrieveKey() local
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/testmode/ |
H A D | DeterministicSecureRandom.java | 74 public byte[] signBytes(byte[] keyBytes, byte[] dataToSign) { in signBytes()
|
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/ |
H A D | RecoveryController.java | 620 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 D | RecoverableKeyGenerator.java | 144 @NonNull byte[] keyBytes, @Nullable byte[] metadata) in importKey()
|
H A D | RecoverableKeyStoreManager.java | 752 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 D | SecureBox.java | 397 static PublicKey decodePublicKey(byte[] keyBytes) in decodePublicKey()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/ |
H A D | SecureBoxTest.java | 363 private static PrivateKey decodePrivateKey(byte[] keyBytes) throws Exception { in decodePrivateKey()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ILockSettings.aidl | 77 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 D | DnsSdTxtRecord.java | 168 private void insert(byte[] keyBytes, byte[] value, int index) { in insert()
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ClearKeyCasPlugin.cpp | 385 const sp<ABuffer>& keyBytes = keys[keyIndex].key_bytes; in updateECM() local
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaMetrics.java | 743 private int reserveProperty(byte[] keyBytes, int payloadSize) { in reserveProperty()
|
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDb.java | 1348 private static PublicKey decodeX509Key(byte[] keyBytes) throws InvalidKeySpecException { in decodeX509Key()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |