/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImplTest.java | 61 ImageView iv = mock(ImageView.class); in testNoFirstAnimation() local 82 SlashImageView iv = mock(SlashImageView.class); in testMutateIconDrawable() local 100 ImageView iv = mock(ImageView.class); in testNoFirstFade() local 112 ImageView iv = mock(ImageView.class); in testStateSetCorrectly_toString() local 144 ImageView iv = new ImageView(mContext); in testIconStartedAndStoppedWhenAllowAnimationsFalse() local 160 ImageView iv = new ImageView(mContext); in testAnimatorCallbackRemovedOnOldDrawable() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_cfb_cipher_test.cpp | 48 uint8_t iv[16] = {0}; variable 99 uint8_t iv[16] = {0}; variable 150 uint8_t iv[16] = {0}; variable 202 uint8_t iv[16] = {0}; variable 253 uint8_t iv[16] = {0}; variable 304 uint8_t iv[16] = {0}; variable 354 uint8_t iv[16] = {0}; variable 404 uint8_t iv[16] = {0}; variable 454 uint8_t iv[16] = {0}; variable 504 uint8_t iv[16] = {0}; variable [all …]
|
H A D | crypto_aes_cbc_cipher_test.cpp | 48 uint8_t iv[16] = {0}; variable 99 uint8_t iv[16] = {0}; variable 150 uint8_t iv[16] = {0}; variable 201 uint8_t iv[16] = {0}; variable 252 uint8_t iv[16] = {0}; variable 303 uint8_t iv[16] = {0}; variable 355 uint8_t iv[16] = {0}; variable 406 uint8_t iv[AES_IV_LEN] = { 0 }; variable 448 uint8_t iv[AES_IV_LEN] = { 0 }; variable
|
H A D | crypto_aes_ctr_cipher_test.cpp | 48 uint8_t iv[16] = {0}; variable 99 uint8_t iv[16] = {0}; variable 150 uint8_t iv[16] = {0}; variable 201 uint8_t iv[16] = {0}; variable 252 uint8_t iv[16] = {0}; variable 303 uint8_t iv[16] = {0}; variable 354 uint8_t iv[16] = {0}; variable 405 uint8_t iv[AES_IV_LEN] = { 0 }; variable 447 uint8_t iv[AES_IV_LEN] = { 0 }; variable
|
H A D | crypto_aes_ofb_cipher_test.cpp | 48 uint8_t iv[16] = {0}; variable 99 uint8_t iv[16] = {0}; variable 150 uint8_t iv[16] = {0}; variable 200 uint8_t iv[16] = {0}; variable 251 uint8_t iv[16] = {0}; variable 302 uint8_t iv[16] = {0}; variable 352 uint8_t iv[16] = {0}; variable 403 uint8_t iv[AES_IV_LEN] = { 0 }; variable 445 uint8_t iv[AES_IV_LEN] = { 0 }; variable
|
H A D | crypto_aes_gcm_cipher_test.cpp | 50 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable 548 uint8_t iv[GCM_IV_LEN] = { 0 }; variable 592 uint8_t iv[GCM_IV_LEN] = { 0 }; variable 635 uint8_t iv[GCM_IV_LEN] = { 0 }; variable 677 uint8_t iv[GCM_IV_LEN] = {0}; variable 731 uint8_t iv[GCM_IV_LEN] = {0}; variable 785 uint8_t iv[GCM_IV_LONG_LEN] = {0}; variable 840 uint8_t iv[GCM_IV_SHORT_LEN] = {0}; variable 893 uint8_t iv[GCM_IV_LONG_LEN] = {0}; variable 947 uint8_t iv[128] = {0}; // openssl support iv max 128 bytes variable [all …]
|
H A D | crypto_aes_ccm_cipher_test.cpp | 50 uint8_t iv[7] = {0}; variable 103 uint8_t iv[7] = {0}; variable 156 uint8_t iv[7] = {0}; variable 209 uint8_t iv[7] = {0}; variable 262 uint8_t iv[7] = {0}; variable 316 uint8_t iv[7] = {0}; variable 369 uint8_t iv[CCM_IV_LEN] = { 0 }; variable 421 uint8_t iv[CCM_IV_LEN] = { 0 }; variable 505 uint8_t iv[CCM_IV_LEN] = { 0 }; variable 547 uint8_t iv[CCM_IV_LEN] = { 0 }; variable [all …]
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_gcm_cipher_test.cpp | 52 uint8_t iv[12] = {0}; // openssl only support nonce 12 bytes, tag 16bytes variable 444 uint8_t iv[GCM_IV_LEN] = { 0 }; variable 488 uint8_t iv[GCM_IV_LEN] = { 0 }; variable 531 uint8_t iv[GCM_IV_LEN] = { 0 }; variable 573 uint8_t iv[GCM_IV_LEN] = {0}; variable 627 uint8_t iv[GCM_IV_LEN] = {0}; variable 681 uint8_t iv[GCM_IV_LONG_LEN] = {0}; variable 736 uint8_t iv[GCM_IV_SHORT_LEN] = {0}; variable 789 uint8_t iv[GCM_IV_LONG_LEN] = {0}; variable 843 uint8_t iv[128] = {0}; // openssl support iv max 128 bytes variable [all …]
|
H A D | crypto_3des_cipher_test.cpp | 379 uint8_t iv[8] = {0}; variable 430 uint8_t iv[8] = {0}; variable 480 uint8_t iv[8] = {0}; variable 530 uint8_t iv[8] = {0}; variable 582 uint8_t iv[8] = {0}; variable 632 uint8_t iv[8] = {0}; variable 684 uint8_t iv[8] = {0}; variable 735 uint8_t iv[8] = {0}; variable 786 uint8_t iv[8] = {0}; variable 980 uint8_t iv[8] = {0}; variable [all …]
|
/ohos5.0/foundation/ai/ai_engine/test/common/queuepool/ |
H A D | queuepool_test.cpp | 218 int iv = TEST_QUEUE_SINGLE_ELEMENT; variable 277 int iv = TEST_QUEUE_SINGLE_ELEMENT; variable 297 int iv = TEST_QUEUE_SINGLE_ELEMENT; variable 323 int iv = TEST_QUEUE_SINGLE_ELEMENT; variable 343 int iv; variable 363 int iv = TEST_QUEUE_SINGLE_ELEMENT; variable 391 int iv = 0; variable 464 int iv; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avcenc_info_test/ |
H A D | cenc_info_capi_unit_test.cpp | 134 uint8_t iv[] = { variable 158 uint8_t iv[] = { variable 174 uint8_t iv[] = { variable 198 uint8_t iv[] = { variable 243 uint8_t iv[] = { variable 386 uint8_t iv[] = { variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | fbex_mock.cpp | 34 int FBEX::InstallKeyToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size, uint8_t fl… in InstallKeyToKernel() 39 int FBEX::UninstallOrLockUserKeyToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size… in UninstallOrLockUserKeyToKernel() 44 int FBEX::InstallDoubleDeKeyToKernel(UserIdToFbeStr &userIdToFbe, uint8_t *iv, uint32_t size, uint8… in InstallDoubleDeKeyToKernel() 77 int FBEX::UnlockScreenToKernel(uint32_t userId, uint32_t type, uint8_t *iv, uint32_t size) in UnlockScreenToKernel()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
H A D | QSIconViewImpl.java | 115 protected void updateIcon(ImageView iv, State state, boolean allowAnimations) { in updateIcon() 168 private boolean shouldAnimate(ImageView iv) { in shouldAnimate() 172 protected void setIcon(ImageView iv, QSTile.State state, boolean allowAnimations) { in setIcon() 197 private void animateGrayScale(int fromColor, int toColor, ImageView iv, in animateGrayScale() 222 public void setTint(ImageView iv, int color) { in setTint()
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | openssl_aes_helper.c | 134 struct HksParam *iv = NULL; in AesEncrypt() local 188 struct HksParam *iv = NULL; in AesDecrypt() local 240 struct HksParam *iv = NULL; in AesGcmEncrypt() local 295 struct HksParam *iv = NULL; in AesGcmDecrypt() local
|
/ohos5.0/base/security/crypto_framework/interfaces/innerkits/algorithm_parameter/ |
H A D | detailed_iv_params.h | 26 HcfBlob iv; member
|
H A D | detailed_ccm_params.h | 27 HcfBlob iv; member
|
H A D | detailed_gcm_params.h | 27 HcfBlob iv; member
|
/ohos5.0/base/security/crypto_framework/frameworks/cj/include/ |
H A D | crypto_ffi.h | 48 HcfBlob iv; member
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/ |
H A D | _crypto_info.md | 30 ### iv subsection
|
/aosp14/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()
|
/ohos5.0/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_hash_sha256.c | 162 __attribute__((weak)) int sha256_data_blk_update(uint32_t *iv, const void *msg, uint64_t len) in sha256_data_blk_update() 183 static void hash_sha256_pad_update(uint32_t *iv, const void *left_msg, uint64_t left_len, uint64_t … in hash_sha256_pad_update() 214 static int hash_sha256_output_iv(uint32_t *iv, uint8_t *out, uint32_t out_len) in hash_sha256_output_iv() 236 uint32_t iv[IV_WORD_SIZE_SHA256]; in hash_sha256_single() local
|
/ohos5.0/foundation/communication/wifi/wifi/base/security_utils/include/ |
H A D | wifi_openssl_utils.h | 29 uint8_t iv[AES_IV_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/ |
H A D | softbus_adapter_crypto.h | 56 unsigned char iv[GCM_IV_LEN]; member 62 unsigned char iv[BLE_BROADCAST_IV_LEN]; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | document_key.cpp | 35 uint16_t iv = g_oIdIncNum++; in InitDocIdFromOid() local
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/mock/ |
H A D | fscrypt_key_v1_ext_mock.cpp | 32 bool FscryptKeyV1Ext::ActiveKeyExt(uint32_t flag, uint8_t *iv, uint32_t size, uint32_t &elType) in ActiveKeyExt() 42 bool FscryptKeyV1Ext::UnlockUserScreenExt(uint32_t flag, uint8_t *iv, uint32_t size) in UnlockUserScreenExt()
|