Home
last modified time | relevance | path

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

12345

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
H A DQSIconViewImplTest.java58 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 DAesCtrDecryptorUnittest.cpp33 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 DQSIconViewImpl.java108 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 DIkeEncryptedPayloadBody.java157 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 Dwrapped_key.cpp40 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 Dtls.h65 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 DCryptoHelper.java103 …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 Dwrapped_key_test.cpp70 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 DEncryptedData.java31 public EncryptedData(byte[] encryptedData, byte[] iv) { in EncryptedData()
/aosp12/hardware/interfaces/drm/1.2/vts/functional/
H A Ddrm_hal_test.cpp303 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 Dpin_storage.proto61 optional bytes iv = 2; field
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DAesCtrDecryptor.cpp30 const Iv iv, const uint8_t* source, in decrypt()
H A DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, in decrypt()
H A DSession.cpp65 const KeyId keyId, const Iv iv, const void* source, in decrypt()
/aosp12/system/libvintf/
H A DKernelConfigTypedValue.cpp75 KernelConfigIntValue iv; in matchValue() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DSlashImageViewTest.java86 SlashImageView iv = new SlashImageView(mContext); in testSetImageDrawableUsesDrawableLevel() local
H A DAlphaControlledSignalTileViewTest.java53 TestableSlashImageView iv = new TestableSlashImageView(mContext); in testSlashImageView_createsAlphaControlledSlashDrawable() local
/aosp12/system/keymaster/include/keymaster/
H A Dwrapped_key.h41 ASN1_OCTET_STRING* iv; member
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DToneDialog.java66 ImageView iv = (ImageView) dialogView.findViewById(R.id.icon); in onCreate() local
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DCryptoPlugin.cpp50 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 DAesCtrDecryptor.cpp39 const Iv iv, const uint8_t* source, in decrypt()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DStatusEvent.kt57 val iv = ImageView(context) regex
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DDrmPlugin.h197 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 Ddrm_hal_clearkey_test.cpp668 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 Dbtif_sock_util.cc103 struct iovec iv; in sock_send_fd() local

12345