/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImplTest.java | 58 ImageView iv = mock(ImageView.class); in testNoFirstAnimation() local 79 SlashImageView iv = mock(SlashImageView.class); in testMutateIconDrawable() local 97 ImageView iv = mock(ImageView.class); in testNoFirstFade() local 109 ImageView iv = mock(ImageView.class); in testStateSetCorrectly_toString() local
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/ |
H A D | AesCtrDecryptorUnittest.cpp | 33 status_t attemptDecrypt(const Key& key, const Iv& iv, const uint8_t* source, in attemptDecrypt() 45 void attemptDecryptExpectingSuccess(const Key& key, const Iv& iv, in attemptDecryptExpectingSuccess() 65 Iv iv = { in TEST_F() local 99 Iv iv = { in TEST_F() local 131 Iv iv = { in TEST_F() local 176 Iv iv = { in TEST_F() local 222 Iv iv = { in TEST_F() local 268 Iv iv = { in TEST_F() local 317 Iv iv = { in TEST_F() local 371 Iv iv = { in TEST_F() local [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImpl.java | 108 protected void updateIcon(ImageView iv, State state, boolean allowAnimations) { in updateIcon() 151 private boolean shouldAnimate(ImageView iv) { in shouldAnimate() 155 protected void setIcon(ImageView iv, QSTile.State state, boolean allowAnimations) { in setIcon() 186 private void animateGrayScale(int fromColor, int toColor, ImageView iv, in animateGrayScale() 220 public static void setTint(ImageView iv, int color) { in setTint()
|
/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
H A D | IkeEncryptedPayloadBody.java | 157 byte[] iv, in IkeEncryptedPayloadBody() 218 byte[] iv, in generateOutboundChecksum() 266 byte[] iv, in normalModeEncrypt() 280 byte[] iv) in normalModeDecrypt() 296 byte[] iv, in combinedModeEncrypt() 328 byte[] iv) in combinedModeDecrypt()
|
/aosp12/system/keymaster/km_openssl/ |
H A D | wrapped_key.cpp | 40 keymaster_error_t build_wrapped_key(const KeymasterKeyBlob& transit_key, const KeymasterBlob& iv, in build_wrapped_key() 81 keymaster_error_t parse_wrapped_key(const KeymasterKeyBlob& wrapped_key, KeymasterBlob* iv, in parse_wrapped_key()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | tls.h | 65 unsigned char iv[TLS_CIPHER_AES_GCM_128_IV_SIZE]; member 72 unsigned char iv[TLS_CIPHER_AES_GCM_256_IV_SIZE]; member 79 unsigned char iv[TLS_CIPHER_AES_CCM_128_IV_SIZE]; member 86 unsigned char iv[TLS_CIPHER_CHACHA20_POLY1305_IV_SIZE]; member
|
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/ |
H A D | CryptoHelper.java | 103 …private boolean verifyMac(@Nullable byte[] cipherArray, @Nullable byte[] iv, @Nullable byte[] macA… in verifyMac() 116 …private byte[] createMac(@NonNull byte[] cipher, @NonNull byte[] iv) throws GeneralSecurityExcepti… in createMac()
|
/aosp12/system/keymaster/tests/ |
H A D | wrapped_key_test.cpp | 70 KeymasterBlob iv = {reinterpret_cast<const uint8_t*>(test_iv.c_str()), test_iv.size()}; in TEST() local 112 KeymasterBlob iv; in TEST() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | EncryptedData.java | 31 public EncryptedData(byte[] encryptedData, byte[] iv) { in EncryptedData()
|
/aosp12/hardware/interfaces/drm/1.2/vts/functional/ |
H A D | drm_hal_test.cpp | 303 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 330 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 356 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 380 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 472 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 509 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local
|
/aosp12/frameworks/opt/telephony/proto/src/ |
H A D | pin_storage.proto | 61 optional bytes iv = 2; field
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
H A D | AesCtrDecryptor.cpp | 30 const Iv iv, const uint8_t* source, in decrypt()
|
H A D | CryptoPlugin.cpp | 35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, in decrypt()
|
H A D | Session.cpp | 65 const KeyId keyId, const Iv iv, const void* source, in decrypt()
|
/aosp12/system/libvintf/ |
H A D | KernelConfigTypedValue.cpp | 75 KernelConfigIntValue iv; in matchValue() local
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | SlashImageViewTest.java | 86 SlashImageView iv = new SlashImageView(mContext); in testSetImageDrawableUsesDrawableLevel() local
|
H A D | AlphaControlledSignalTileViewTest.java | 53 TestableSlashImageView iv = new TestableSlashImageView(mContext); in testSlashImageView_createsAlphaControlledSlashDrawable() local
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | wrapped_key.h | 41 ASN1_OCTET_STRING* iv; member
|
/aosp12/packages/apps/Stk/src/com/android/stk/ |
H A D | ToneDialog.java | 66 ImageView iv = (ImageView) dialogView.findViewById(R.id.icon); in onCreate() local
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
H A D | CryptoPlugin.cpp | 50 const hidl_array<uint8_t, 16>& iv, in decrypt() 83 const hidl_array<uint8_t, KEY_IV_SIZE>& iv, in decrypt_1_2()
|
H A D | AesCtrDecryptor.cpp | 39 const Iv iv, const uint8_t* source, in decrypt()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | StatusEvent.kt | 57 val iv = ImageView(context) regex
|
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
H A D | DrmPlugin.h | 197 const Vector<uint8_t>& iv, in encrypt() 211 const Vector<uint8_t>& iv, in decrypt()
|
/aosp12/hardware/interfaces/drm/1.0/vts/functional/ |
H A D | drm_hal_clearkey_test.cpp | 668 hidl_vec<uint8_t> iv = std::vector<uint8_t>(AES_BLOCK_SIZE, 0); in TEST_P() local 682 hidl_vec<uint8_t> iv = std::vector<uint8_t>(AES_BLOCK_SIZE, 0); in TEST_P() local 837 uint8_t* iv, const hidl_vec<SubSample>& subSamples, in decrypt() 918 uint8_t* iv, const hidl_vec<SubSample>& subSamples, in aes_ctr_decrypt() 950 uint8_t* iv, const hidl_vec<SubSample>& subSamples, in aes_cbc_decrypt() 982 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 1004 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 1026 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local 1046 vector<uint8_t>& iv, in decryptWithInvalidKeys() 1072 vector<uint8_t> iv(AES_BLOCK_SIZE, 0); in TEST_P() local [all …]
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_util.cc | 103 struct iovec iv; in sock_send_fd() local
|